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-20.06-planning-ompl (0.20160701-1~bionic) unstable; urgency=low
 .
   * Package automatically built using 'apaka'
   * repository: github:/rock-planning/planning-ompl.git
   * branch: refs/heads/master
   * commit: 366fa9d80ef0c8b9a53d17eced6875268c9f5b54
   * tag: 1.2.1
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: 2020-09-04

--- rock-master-20.06-planning-ompl-0.20160701.orig/.appveyor.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-# AppVeyor file
-# http://www.appveyor.com/docs/appveyor-yml
-
-version: "{build}"
-os: Visual Studio 2015
-
-clone_folder: C:\projects\ompl
-clone_depth: 1
-
-branches:
-  only:
-    - master
-platform: x64
-
-environment:
-  CTEST_OUTPUT_ON_FAILURE: 1
-  BOOST_ROOT: C:\Libraries\boost_1_59_0
-  BOOST_LIBRARYDIR: C:\Libraries\boost_1_59_0\lib64-msvc-14.0
-
-configuration: Release
-
-before_build:
-  - cmd: set
-  - cmd: mkdir build
-  - cmd: cd build
-  - cmd: cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=%configuration% -DOMPL_REGISTRATION=OFF -DOMPL_BUILD_DEMOS=OFF -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" ..
-
-build:
-  project: C:\projects\ompl\build\ompl.sln
-  parallel: true
-
-after_build:
-  - cmd: cmake --build . --target package --config %configuration%
-
-# tests seem to hang
-#test_script:
-#  - cmd: ctest -C %configuration%
-
-artifacts:
-  - path: 'build\omplapp*.zip'
