Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 rock-master-22.06-planning-fast-downward (0.20220622-1~focal) unstable; urgency=low
 .
   * Package automatically built using 'apaka'
   * repository: github:/aibasel/downward.git
   * branch: refs/heads/main
   * commit: 69fe480091f056b9a850b6b72a96fc0eee886e8c
   * tag:
Author: Rock Packaging Daemon (based on apaka) <rock-dev@dfki.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2022-06-24

--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/autodoc.yml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-name: Autodoc
-
-on:
-  push:
-    branches:
-      - main
-
-jobs:
-  autodoc:
-    name: Autodoc
-    if: github.repository == 'aibasel/downward'
-    timeout-minutes: 60
-    runs-on: ubuntu-20.04
-    env:
-      DOWNWARD_AUTODOC_PASSWORD: ${{ secrets.DOWNWARD_AUTODOC_PASSWORD }}
-    steps:
-      - name: Clone repository
-        uses: actions/checkout@master
-
-      - name: Install Python
-        uses: actions/setup-python@master
-        with:
-          python-version: 3.8
-
-      - name: Run autodoc
-        run: |
-          cd misc/autodoc
-          python3 autodoc.py
-
-...
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/mac.yml
+++ /dev/null
@@ -1,53 +0,0 @@
----
-name: macOS
-
-on:
-  push:
-    branches: [main, issue*, release-*]
-  pull_request:
-    branches: [main, issue*, release-*]
-
-jobs:
-  test:
-    name: Compile and test planner
-    timeout-minutes: 60
-    runs-on: macos-10.15
-    steps:
-      - name: Clone repository
-        uses: actions/checkout@master
-
-      - name: Install Python
-        uses: actions/setup-python@master
-        with:
-          python-version: 3.6
-
-      - name: Compile planner
-        run: |
-          export CXXFLAGS="-Werror" # Treat compilation warnings as errors.
-          ./build.py
-          ./build.py --debug
-
-      - name: Install tox
-        run: |
-          pip3 install tox
-
-      - name: Install VAL
-        run: |
-          brew install gnu-sed
-          git clone https://github.com/KCL-Planning/VAL.git
-          cd VAL
-          git checkout a5565396007eee73ac36527fbf904142b3077c74
-          make clean  # Remove old build artifacts and binaries.
-          gsed -i 's/-Werror //g' Makefile  # Ignore warnings.
-          make -j2
-          mv validate ../
-          cd ../
-          rm -rf VAL
-
-      - name: Run driver, translator and search tests
-        run: |
-          export PATH="$(pwd):$PATH" # Add VAL to path.
-          cd misc
-          tox -e driver,translator,search
-
-...
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/misc/cplex129_windows_installer.properties
+++ /dev/null
@@ -1,58 +0,0 @@
-# Thu Feb 11 12:01:26 CET 2021
-# Replay feature output
-# ---------------------
-# This file was built by the Replay feature of InstallAnywhere.
-# It contains variables that were set by Panels, Consoles or Custom Code.
-#
-# To generate this file:
-# 1. Install CPLEX from the command line: ./installer -r installer.properties
-# 2. Adapt the directory paths in the resulting 'installer.properties' file
-# 3. Add to the file:
-#    #Silent Installation
-#    INSTALLER_UI=silent
-# For further information visit:
-# https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.studio.help/Optimization_Studio/topics/td_silent_install.html
-
-
-#Accept license agreement
-#---------------------------------------------------
-LICENSE_ACCEPTED=TRUE
-
-#Choose installation directory
-#-----------------------------
-USER_INSTALL_DIR=D:\\a\\downward\\cplex_temp
-
-#Copy examples
-#-------------------
-CPLEX_STUDIO_EXAMPLES_DIR=D:\\a\\downward\\cplex_examples
-CPLEX_STUDIO_SAMPLE_COPY_NOT_ACTIVATED=0
-
-#Associate files with CPLEX
-#--------------
-CPLEX_STUDIO_FILE_ASSOCIATION=0
-
-#Update PATH variable
-#--------------------
-CPLEX_STUDIO_PATH_UPDATE=1
-
-#Silent Installation
-INSTALLER_UI=silent
-
-#Install
-#------------
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\README.html=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\Uninstall.lax=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\resource\\iawin64_x64.dll=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\resource\\iawin32.dll=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\resource\\win64_32_x64.exe=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\resource\\remove.exe=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\resource\\invoker.exe=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\Uninstall\\ibm_uninsticon.ico=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\opl\\oplide\\oplide_installer.bat=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_temp\\opl\\oplide\\oplide.exe=Yes
--fileOverwrite_D\:\\a\\downward\\cplex_examples\\.samples=Yes
-
-#Post installation steps
-#-------------------------------
-CPLEX_STUDIO_README=0
-CPLEX_STUDIO_IDE=0
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/misc/set-visual-studio-static-runtime-libraries.py
+++ /dev/null
@@ -1,54 +0,0 @@
-"""
-Use this script to set the "RuntimeLibrary" property of a Visual Studio project
-file to static linking libraries for all configurations.
-"""
-from xml.etree import ElementTree
-import os
-import sys
-
-ElementTree.register_namespace(
-    "", "http://schemas.microsoft.com/developer/msbuild/2003")
-
-
-def adapt(in_project, out_project):
-    tree = ElementTree.parse(in_project)
-
-    root = tree.getroot()
-    for item_definition_group in root.findall(
-            '{http://schemas.microsoft.com/developer/msbuild/2003}ItemDefinitionGroup'):
-        condition = item_definition_group.attrib["Condition"]
-        is_release = any(x in condition.lower()
-                         for x in ["release", "minsizerel", "relwithdebinfo"])
-        is_debug = "debug" in condition.lower()
-        assert is_release ^ is_debug, condition
-
-        compiler_args = item_definition_group.findall(
-            '{http://schemas.microsoft.com/developer/msbuild/2003}ClCompile')
-        assert len(compiler_args) == 1, compiler_args
-        compiler_args = compiler_args[0]
-
-        runtime_library = compiler_args.findall(
-            '{http://schemas.microsoft.com/developer/msbuild/2003}RuntimeLibrary')
-        if len(runtime_library) == 0:
-            runtime_library = ElementTree.Element("RuntimeLibrary")
-            compiler_args.append(runtime_library)
-        elif len(runtime_library) == 1:
-            runtime_library = runtime_library[0]
-        else:
-            assert False, runtime_library
-
-        runtime_library.text = "MultiThreaded"
-        if is_debug:
-            runtime_library.text += "Debug"
-
-    tree.write(out_project)
-
-
-if __name__ == "__main__":
-    if len(sys.argv) != 3:
-        sys.exit(f"{sys.argv[0]} [OLD_VS_PROJECT_FILE] [OUTPUT_FILE]")
-    _, in_path, out_path = sys.argv
-    if not os.path.isfile(in_path):
-        sys.exit(f"{in_path} does not exist!")
-
-    adapt(in_path, out_path)
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/style.yml
+++ /dev/null
@@ -1,48 +0,0 @@
----
-name: Code style tests
-
-on:
-  push:
-    branches: [main, issue*, release-*]
-  pull_request:
-    branches: [main, issue*, release-*]
-
-jobs:
-  style:
-    name: Test code style
-    runs-on: ubuntu-18.04
-    steps:
-      - name: Clone repository
-        uses: actions/checkout@master
-
-      - name: Install Python
-        uses: actions/setup-python@master
-        with:
-          python-version: 3.6
-
-      - name: Install dependencies
-        run: |
-          pip3 install tox
-          sudo apt-get -y install clang-tidy-8
-
-      - name: Install uncrustify
-        run: |
-          # Set up uncrustify.
-          wget https://github.com/uncrustify/uncrustify/archive/uncrustify-0.67.tar.gz
-          tar xzf uncrustify-0.67.tar.gz
-          cd uncrustify-uncrustify-0.67
-          mkdir build
-          cd build
-          cmake ../
-          make -j2
-          mv uncrustify ../../
-          cd ../../
-          rm -rf uncrustify-0.67.tar.gz uncrustify-uncrustify-0.67
-
-      - name: Run code style tests
-        run: |
-          export PATH="$(pwd):$PATH" # Add uncrustify to path.
-          cd misc/
-          tox -e style,clang-tidy
-
-...
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/ubuntu.yml
+++ /dev/null
@@ -1,215 +0,0 @@
----
-name: Ubuntu
-
-on:
-  push:
-    branches: [main, issue*, release-*]
-  pull_request:
-    branches: [main, issue*, release-*]
-
-# Some notes on file paths: the working directory is $GITHUB_WORKSPACE,
-# which equals /home/runner/work/my-repo-name/my-repo-name. The code is
-# checked out to $GITHUB_WORKSPACE as well. We put all libraries under
-# /home/runner/lib.
-
-jobs:
-  compile:
-    name: Compile planner
-    timeout-minutes: 60
-    runs-on: ${{ matrix.ubuntu-version }}
-    strategy:
-      matrix:
-        ubuntu-version: [ubuntu-18.04, ubuntu-20.04]
-        compiler-version:
-          - {cc: gcc, cxx: g++}
-          - {cc: gcc-10, cxx: g++-10}
-          - {cc: clang, cxx: clang++}
-          - {cc: clang-11, cxx: clang++-11}
-        python-version: [3.6]
-        # Unfortunately, we couldn't figure out a way to name the
-        # compiler versions so that we don't have to copy them here.
-        exclude:
-          - ubuntu-version: ubuntu-18.04
-            compiler-version: {cc: gcc-10, cxx: g++-10}
-          - ubuntu-version: ubuntu-18.04
-            compiler-version: {cc: clang-11, cxx: clang++-11}
-    env:
-      CC: ${{ matrix.compiler-version.cc }}
-      CXX: ${{ matrix.compiler-version.cxx }}
-      CPLEX_URL: ${{ secrets.CPLEX129_LINUX_URL }}
-      SOPLEX_URL: ${{ secrets.SOPLEX311_URL }}
-      DOWNWARD_CPLEX_ROOT: /home/runner/lib/ibm/ILOG/CPLEX_Studio129/cplex
-      DOWNWARD_SOPLEX_ROOT: /home/runner/lib/soplex-3.1.1
-      DOWNWARD_COIN_ROOT: /home/runner/lib/coin
-    steps:
-      - name: Clone repository
-        uses: actions/checkout@master
-
-      - name: Install Python
-        uses: actions/setup-python@master
-        with:
-          python-version: ${{ matrix.python-version }}
-
-      - name: Install dependencies
-        run: |
-          sudo apt-get -y install zlib1g-dev libgmp3-dev ${{ matrix.compiler-version.cc }}
-          mkdir /home/runner/lib
-
-      # We only want to set up Osi if both LP solvers are set, hence
-      # we execute the following three steps only if both secrets
-      # are set.
-      - name: Install CPLEX
-        if: ${{ env.CPLEX_URL != 0 && env.SOPLEX_URL != 0 }}
-        run: |
-          # We redirect output of wget to hide the secret URLs.
-          wget -O cplex_installer $CPLEX_URL &> /dev/null
-          chmod +x cplex_installer
-          ./cplex_installer -DLICENSE_ACCEPTED=TRUE -DUSER_INSTALL_DIR="$(dirname "${DOWNWARD_CPLEX_ROOT}")" -i silent
-          rm cplex_installer
-
-      - name: Install SoPlex
-        if: ${{ env.CPLEX_URL != 0 && env.SOPLEX_URL != 0 }}
-        run: |
-          # We redirect output of wget to hide the secret URLs.
-          wget -O soplex-3.1.1.tgz $SOPLEX_URL &> /dev/null
-          tar xzf soplex-3.1.1.tgz
-          cd soplex-3.1.1
-          mkdir build
-          cd build
-          cmake -DCMAKE_INSTALL_PREFIX="$DOWNWARD_SOPLEX_ROOT" ..
-          make
-          make install
-          cd ../../
-          rm -r soplex-3.1.1.tgz soplex-3.1.1
-
-      - name: Install Osi
-        if: ${{ env.CPLEX_URL != 0 && env.SOPLEX_URL != 0 }}
-        run: |
-          wget http://www.coin-or.org/download/source/Osi/Osi-0.107.9.tgz
-          tar xzf Osi-0.107.9.tgz
-          cd Osi-0.107.9
-          mkdir $DOWNWARD_COIN_ROOT
-          ./configure CC=$CC CFLAGS="-pthread -Wno-long-long" \
-                      CXX=$CXX CXXFLAGS="-pthread -Wno-long-long" \
-                      LDFLAGS="-L$DOWNWARD_CPLEX_ROOT/lib/x86-64_linux/static_pic \
-                               -L$DOWNWARD_SOPLEX_ROOT/lib" \
-                      --without-lapack --enable-static=no \
-                      --prefix="$DOWNWARD_COIN_ROOT" \
-                      --disable-bzlib \
-                      --with-soplex-incdir=$DOWNWARD_SOPLEX_ROOT/include \
-                      --with-soplex-lib="-lsoplex" \
-                      --with-cplex-incdir=$DOWNWARD_CPLEX_ROOT/include/ilcplex \
-                      --with-cplex-lib="-lcplex -lm -ldl" # -ldl is only needed for CPLEX >= 12.8
-          make -j2
-          make install
-          cd ../
-          rm -r Osi-0.107.9.tgz Osi-0.107.9
-
-      - name: Compile planner
-        run: |
-          export CXXFLAGS="-Werror" # Treat compilation warnings as errors.
-          ./build.py --debug
-          ./build.py
-
-      - name: Archive required files
-        # We only run tests on the version compiled with gcc, so we
-        # only need to archive that one.
-        if: ${{ matrix.compiler-version.cc == 'gcc' }}
-        # We determined the dynamically-linked libraries using ldd. We
-        # archive the entire lib directory of Osi because we need all
-        # 4 large library files and several file links to these.
-        run: |
-          libs=""
-          if [[ ! -z "${CPLEX_URL}" || ! -z "${SOPLEX_URL}" ]]; then
-            libs="${libs} lib/coin/lib/"
-          fi
-          if [[ ! -z "${CPLEX_URL}" ]]; then
-            libs="${libs} lib/ibm/ILOG/CPLEX_Studio129/cplex/bin/x86-64_linux/libcplex1290.so"
-          fi
-
-          # Handle libs first because tar complains when no files follow the last --directory option.
-          tar cfz archive.tar.gz --directory /home/runner ${libs} --directory ${GITHUB_WORKSPACE} fast-downward.py driver misc builds/debug/bin/ builds/release/bin/
-
-      - name: Upload archive
-        if: ${{ matrix.compiler-version.cc == 'gcc' }}
-        uses: actions/upload-artifact@master
-        with:
-          name: compiled-planner-${{ matrix.ubuntu-version }}
-          path: archive.tar.gz
-          retention-days: 1
-
-
-  test:
-    name: Test planner
-    runs-on: ${{ matrix.version.ubuntu }}
-    needs: compile # TODO: this only depends on the compile step with gcc
-    strategy:
-      matrix:
-        version:
-          - {ubuntu: ubuntu-18.04, python: 3.6}
-          - {ubuntu: ubuntu-20.04, python: 3.8}
-    env:
-      CPLEX_URL: ${{ secrets.CPLEX129_LINUX_URL }}
-      SOPLEX_URL: ${{ secrets.SOPLEX311_URL }}
-    steps:
-      - name: Download archive
-        uses: actions/download-artifact@master
-        with:
-          name: compiled-planner-${{ matrix.version.ubuntu }}
-
-      - name: Delete artifact
-        uses: geekyeggo/delete-artifact@master
-        with:
-          name: compiled-planner-${{ matrix.version.ubuntu }}
-
-      - name: Install Python
-        uses: actions/setup-python@master
-        with:
-          python-version: ${{ matrix.version.python }}
-
-      - name: Install dependencies
-        run: |
-          pip3 install tox
-          sudo apt-get -y install zlib1g-dev libgmp3-dev gcc flex bison
-
-        # NOTE: VAL does not compile with clang-11.
-      - name: Install VAL
-        run: |
-          git clone https://github.com/KCL-Planning/VAL.git
-          cd VAL
-          git checkout a5565396007eee73ac36527fbf904142b3077c74
-          make clean  # Remove old build artifacts and binaries.
-          sed -i 's/-Werror //g' Makefile  # Ignore warnings.
-          make -j2
-          mv validate ../
-          cd ../
-          rm -rf VAL
-          echo `pwd` >> $GITHUB_PATH # Add VAL to path of subsequent steps.
-
-      - name: Extract archive
-        # We need to make sure that library paths are the same as
-        # during compilation.
-        run: |
-          tar xfz archive.tar.gz
-          if [[ ! -z "${CPLEX_URL}" || ! -z "${SOPLEX_URL}" ]]; then
-            mv lib/ /home/runner
-          fi
-
-      - name: Run driver, translator and search tests
-        run: |
-          cd misc/
-          tox -e driver,translator,search
-
-      - name: Run CPLEX tests
-        if: ${{ env.CPLEX_URL != 0 && env.SOPLEX_URL != 0 }}
-        run: |
-          cd misc/
-          tox -e cplex
-
-      - name: Run SoPlex tests
-        if: ${{ env.CPLEX_URL != 0 && env.SOPLEX_URL != 0 }}
-        run: |
-          cd misc/
-          tox -e soplex
-
-...
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.github/workflows/windows.yml
+++ /dev/null
@@ -1,181 +0,0 @@
----
-name: Windows
-
-on:
-  push:
-    branches: [main, issue*, release-*]
-  pull_request:
-    branches: [main, issue*, release-*]
-
-env:
-  ARCH: "x64"
-  CC: cl
-  CXX: cl
-
-  DOWNWARD_COIN_ROOT_RELEASE: D:\a\downward\osi_release
-  DOWNWARD_COIN_ROOT_DEBUG: D:\a\downward\osi_debug
-  DOWNWARD_CPLEX_ROOT: D:\a\downward\cplex
-  ZLIB_ROOT: D:\a\downward\zlib
-
-  CPLEX_URL: "${{ secrets.CPLEX129_WINDOWS_URL }}"
-  OSI_URL: "https://www.coin-or.org/download/source/Osi/Osi-0.107.9.tgz"
-  ZLIB_URL: "https://www.zlib.net/zlib1212.zip"
-
-
-jobs:
-  test:
-    name: Compile and test planner
-    timeout-minutes: 60
-    runs-on: ${{ matrix.platform.os }}
-    strategy:
-      matrix:
-        platform:
-          - {os: "windows-2022", vc: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Auxiliary\\Build\\vcvarsall.bat"}
-          - {os: "windows-2019", vc: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvarsall.bat"}
-        python-version: [3.6]
-    steps:
-      - name: Clone repository
-        uses: actions/checkout@master
-
-      - name: Install Python
-        uses: actions/setup-python@master
-        with:
-          python-version: ${{ matrix.python-version }}
-
-
-      - name: Install zlib
-        if: ${{ env.CPLEX_URL != 0 }}
-        shell: cmd
-        run: |
-          call "${{ matrix.platform.vc }}" %ARCH%
-
-          cd ..
-          curl.exe --output zlib.zip %ZLIB_URL%
-          unzip zlib.zip
-          del zlib.zip
-          mkdir zlib
-          cd zlib
-
-          echo "Set up zlib include directory"
-          move ../zlib-1.2.12 include
-
-          echo "Compile zlib library"
-          cd include
-          nmake /f win32/Makefile.msc
-          mkdir ..\lib
-          move zdll.lib ..\lib\zdll.lib
-          move zlib.lib ..\lib\zlib.lib
-          move zlib1.dll ..\lib\zlib1.dll
-
-
-      - name: Install CPLEX
-        if: ${{ env.CPLEX_URL != 0 }}
-        run: |
-          echo "For information about the CPLEX silent installation consult:"
-          echo "https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.studio.help/Optimization_Studio/topics/td_silent_install.html"
-          curl.exe --output cplex.exe $ENV:CPLEX_URL
-
-          echo "Install CPLEX"
-          Start-Process -FilePath .\cplex.exe -ArgumentList "-f", "D:\a\downward\downward\.github\workflows\misc\cplex129_windows_installer.properties" -PassThru | Wait-Process
-          del .\cplex.exe
-
-          echo "Copy the relevant directory to a location which is not magically protected against cmake"
-          Xcopy /E /I ..\cplex_temp\cplex ..\cplex
-
-
-      - name: Install Coin
-        shell: cmd
-        if: ${{ env.CPLEX_URL != 0 }}
-        run: |
-          call "${{ matrix.platform.vc }}" %ARCH%
-          set SET_RUNTIME_LIBRARY=python D:\a\downward\downward\.github\workflows\misc\set-visual-studio-static-runtime-libraries.py
-
-          cd ..
-          echo "Download OSI"
-          curl.exe --output osi.tgz %OSI_URL%
-          tar xf osi.tgz
-          del osi.tgz
-          cd Osi-0.107.9
-
-          echo "Set up Include Directory"
-          mkdir ..\osi_release\include
-          copy CoinUtils\src\*.hpp ..\osi_release\include
-          copy CoinUtils\src\*.h ..\osi_release\include
-          copy Osi\src\Osi\*.hpp ..\osi_release\include
-          copy Osi\src\Osi\*.h ..\osi_release\include
-          copy Osi\src\OsiCpx\*.hpp ..\osi_release\include
-          copy Osi\src\OsiCpx\*.h ..\osi_release\include
-          Xcopy /E /I ..\osi_release\include ..\osi_debug\include
-
-          echo "Set up Lib Directory"
-          mkdir ..\osi_release\lib
-          mkdir ..\osi_debug\lib
-
-          echo "Compile libOsi"
-          cd Osi\MSVisualStudio\v10\
-          devenv Osi.sln /Upgrade
-          cd libOsi\
-          %SET_RUNTIME_LIBRARY% libOsi.vcxproj libOsi.vcxproj
-          msbuild libOsi.vcxproj /p:Configuration=Release /p:Platform=x64 /p:DefaultWindowsSDKVersion=%WindowsSDKVersion% /p:OutDir=lib
-          move lib\* ..\..\..\..\..\osi_release\lib\
-          msbuild libOsi.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:DefaultWindowsSDKVersion=%WindowsSDKVersion% /p:OutDir=lib
-          move lib\* ..\..\..\..\..\osi_debug\lib\
-
-          echo "Compile libOsiCpx"
-          cd ..\..\..\src\OsiCpx
-          cl /EHsc OsiCpxSolverInterface.cpp /I ..\Osi /I ..\..\..\CoinUtils\src /I "%DOWNWARD_CPLEX_ROOT%\include\ilcplex" /c
-          lib OsiCpxSolverInterface.obj
-          move OsiCpxSolverInterface.lib ..\..\..\..\osi_release\lib\libOsiCpx.lib
-          cl /EHsc OsiCpxSolverInterface.cpp /I ..\Osi /I ..\..\..\CoinUtils\src /I "%DOWNWARD_CPLEX_ROOT%\include\ilcplex" /c /MTd
-          lib OsiCpxSolverInterface.obj
-          move OsiCpxSolverInterface.lib ..\..\..\..\osi_debug\lib\libOsiCpx.lib
-
-          echo "Compile libCoinUtils"
-          cd ..\..\..\CoinUtils\MSVisualStudio\v10
-          devenv CoinUtils.sln /Upgrade
-          cd libCoinUtils
-          %SET_RUNTIME_LIBRARY% libCoinUtils.vcxproj libCoinUtils.vcxproj
-          msbuild libCoinUtils.vcxproj /p:Configuration=Release /p:Platform=x64 /p:DefaultWindowsSDKVersion=%WindowsSDKVersion% /p:OutDir=lib
-          move lib\* ..\..\..\..\..\osi_release\lib\
-          msbuild libCoinUtils.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:DefaultWindowsSDKVersion=%WindowsSDKVersion% /p:OutDir=lib
-          move lib\* ..\..\..\..\..\osi_debug\lib\
-
-
-      - name: Compile planner
-        shell: cmd
-        run: |
-          call "${{ matrix.platform.vc }}" %ARCH%
-          python build.py release
-          python build.py debug
-
-      - name: Install tox
-        run: |
-          pip3 install tox
-
-      - name: Run translator and search tests
-        shell: cmd
-        # We do not run driver tests here because that would require
-        # VAL to be installed, which currently cannot be easily done
-        # on Windows for the version of VAL we use. When the maintainers
-        # of VAL fix the latest version to accept plans without time
-        # steps, we hope to be able to install VAL natively on Windows.
-        run: |
-          call "${{ matrix.platform.vc }}" %ARCH%
-          rem "dumpbin /dependents builds\release\bin\downward.exe shows that"
-          rem "downward.exe depends on cplexXYZ.dll. Thus, we have to add it to"
-          rem "the PATH. On my local CPLEX installation this is done"
-          rem "automatically. For the GitHub Action we have to do it manually:"
-          set PATH=%PATH%;D:\a\downward\cplex_temp\opl\bin\x64_win64/
-          cd misc/
-          tox -e translator,search
-
-      - name: Run CPLEX tests
-        shell: cmd
-        if: ${{ env.CPLEX_URL != 0 }}
-        run: |
-          call "${{ matrix.platform.vc }}" %ARCH%
-          set PATH=%PATH%;D:\a\downward\cplex_temp\opl\bin\x64_win64/
-          cd misc/
-          tox -e cplex
-
-...
--- rock-master-22.06-planning-fast-downward-0.20220622.orig/.uncrustify.cfg
+++ /dev/null
@@ -1,200 +0,0 @@
-## uncrustify configuration file for the Fast Downward codebase.
-## Tested with uncrustify 0.61.
-##
-## This is based on the original K&R config file of uncrustify 0.56, with
-## some small changes and a lot of additional stuff.
-##
-## A convenient way of editing this file is via the "universalindentgui"
-## program. If you do that, please re-add this comment afterwards, which
-## universalindentgui strips.
-##
-## Both uncrustify and universalindentgui are standard Ubuntu packages.
-##
-## Some settings we might want to tighten later:
-##   nl_enum_leave_one_liners=true
-##   nl_func_leave_one_liners=true
-## These could both be set to false, but maybe this should warrant
-## some discussion first. Related to this, the following were changed
-## from "force" to "remove" because of one-liners, so they might need
-## to be changed, too:
-##   sp_inside_braces_enum=remove
-##   sp_inside_braces_struct=remove
-##   sp_inside_braces=remove
-
-
-indent_align_string=false
-indent_braces=false
-indent_braces_no_func=false
-indent_brace_parent=false
-indent_namespace=false
-indent_extern=false
-indent_class=true
-indent_class_colon=true
-indent_constr_colon=true
-indent_cpp_lambda_body=true
-indent_else_if=false
-indent_func_call_param=false
-indent_func_def_param=false
-indent_func_proto_param=false
-indent_func_class_param=false
-indent_func_ctor_var_param=false
-indent_template_param=false
-indent_func_param_double=false
-indent_relative_single_line_comments=false
-indent_col1_comment=false
-indent_access_spec_body=false
-indent_paren_nl=false
-indent_comma_paren=false
-indent_bool_paren=false
-indent_square_nl=false
-indent_preserve_sql=false
-indent_align_assign=false
-sp_balance_nested_parens=false
-align_keep_tabs=false
-align_with_tabs=false
-align_on_tabstop=false
-align_number_right=false
-align_func_params=false
-align_same_func_call_params=false
-align_var_def_colon=false
-align_var_def_attribute=false
-align_var_def_inline=false
-align_right_cmt_mix=false
-align_on_operator=false
-align_mix_var_proto=false
-align_single_line_func=false
-align_single_line_brace=false
-align_nl_cont=false
-align_left_shift=true
-nl_cpp_lambda_leave_one_liners=true
-nl_collapse_empty_body=false
-nl_assign_leave_one_liners=true
-nl_class_leave_one_liners=false
-nl_enum_leave_one_liners=true
-nl_getset_leave_one_liners=false
-nl_func_leave_one_liners=true
-nl_if_leave_one_liners=false
-nl_multi_line_cond=false
-nl_multi_line_define=false
-nl_before_case=false
-nl_after_case=true
-nl_after_return=false
-nl_after_semicolon=true
-nl_after_brace_open=true
-nl_after_brace_open_cmt=false
-nl_after_vbrace_open=true
-nl_after_brace_close=true
-nl_define_macro=false
-nl_squeeze_ifdef=false
-nl_ds_struct_enum_cmt=false
-nl_ds_struct_enum_close_brace=false
-nl_create_if_one_liner=false
-nl_create_for_one_liner=false
-nl_create_while_one_liner=false
-ls_for_split_full=false
-ls_func_split_full=false
-nl_after_multiline_comment=false
-eat_blanks_after_open_brace=true
-eat_blanks_before_close_brace=true
-mod_pawn_semicolon=false
-mod_full_paren_if_bool=false
-mod_remove_extra_semicolon=true
-mod_sort_import=false
-mod_sort_using=false
-mod_sort_include=false
-mod_move_case_break=false
-mod_remove_empty_return=false
-cmt_indent_multi=false
-cmt_c_group=false
-cmt_c_nl_start=false
-cmt_c_nl_end=false
-cmt_cpp_group=false
-cmt_cpp_nl_start=false
-cmt_cpp_nl_end=false
-cmt_cpp_to_c=false
-cmt_star_cont=false
-cmt_multi_check_last=false
-cmt_insert_before_preproc=false
-pp_indent_at_level=false
-pp_region_indent_code=false
-pp_if_indent_code=false
-pp_define_at_level=false
-input_tab_size=8
-output_tab_size=8
-indent_columns=4
-indent_var_def_blk=0
-indent_label=2
-nl_end_of_file_min=1
-newlines=lf
-indent_with_tabs=0
-sp_arith=force
-sp_assign=force
-sp_enum_assign=force
-sp_bool=force
-sp_compare=force
-sp_inside_paren=remove
-sp_paren_paren=remove
-sp_before_ptr_star=force
-sp_between_ptr_star=remove
-sp_angle_shift=remove
-sp_permit_cpp11_shift=true
-sp_after_ptr_star=remove
-sp_before_byref=force
-sp_after_byref=remove
-sp_before_sparen=force
-sp_inside_sparen=remove
-sp_after_sparen=force
-sp_before_semi=remove
-sp_after_comma=force
-sp_after_cast=remove
-sp_sizeof_paren=remove
-sp_inside_braces_enum=remove
-sp_inside_braces_struct=remove
-sp_inside_braces=remove
-sp_func_proto_paren=remove
-sp_func_def_paren=remove
-sp_inside_fparen=remove
-sp_fparen_brace=force
-sp_func_call_paren=remove
-sp_return_paren=remove
-sp_else_brace=force
-sp_brace_else=force
-sp_template_angle=remove
-nl_start_of_file=remove
-nl_end_of_file=force
-nl_fcall_brace=remove
-nl_enum_brace=remove
-nl_struct_brace=remove
-nl_union_brace=remove
-nl_if_brace=remove
-nl_brace_else=remove
-nl_else_brace=remove
-nl_else_if=remove
-nl_brace_finally=remove
-nl_finally_brace=remove
-nl_try_brace=remove
-nl_getset_brace=remove
-nl_for_brace=remove
-nl_catch_brace=remove
-nl_brace_catch=remove
-nl_while_brace=remove
-nl_do_brace=remove
-nl_brace_while=remove
-nl_switch_brace=remove
-nl_namespace_brace=remove
-nl_template_class=force
-nl_class_brace=remove
-nl_func_scope_name=remove
-nl_func_paren=remove
-nl_func_decl_end=remove
-nl_fdef_brace=remove
-nl_return_expr=remove
-pos_assign=trail
-pos_comma=trail
-pos_class_comma=trail
-pos_class_colon=lead
-mod_full_brace_do=add
-mod_paren_on_return=remove
-
-sp_before_semi_for_empty = remove
-sp_after_semi_for_empty = remove
