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-tools-gecode (0.20190410-1~bionic) unstable; urgency=low
 .
   * Package automatically built using 'apaka'
   * repository: github:/Gecode/gecode.git
   * branch: refs/heads/master
   * commit: 2925392ac7a0c8a7b33aaee51721d84725605919
   * tag: release-6.2.0
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-tools-gecode-0.20190410.orig/.github/ISSUE_TEMPLATE/report-a-bug-in-gecode.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-name: Report a Bug in Gecode
-about: Create a report to help us improve
-
----
-
-**Describe the bug**
-
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-
-Try to explain how to reproduce the bug.
-
-**Gecode and Platform Configuration**
-
-Please describe which version of Gecode you use, on which operating system, and with which C++ compiler (including its version).
--- rock-master-20.06-tools-gecode-0.20190410.orig/.github/ISSUE_TEMPLATE/request-a-feature-in-gecode.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-name: Request a Feature in Gecode
-about: Suggest a new feasture
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-**Describe the Feature**
-
-Please describe the feature in as much detail as you can.
-
-**Why Is the Requested Feature Useful?**
-
-Please argue why the feature is useful to you and _others_.
--- /dev/null
+++ rock-master-20.06-tools-gecode-0.20190410/install
@@ -0,0 +1,4 @@
+# Do NOT install into usr/local since that is against the rules
+# usr/local should be used only for manually installed software
+#ruby/lib/local/lib/site_ruby   /usr/lib/
+lib/pkgconfig                      /opt/rock/master-20.06/rock-master-20.06-tools-gecode/lib/
--- /dev/null
+++ rock-master-20.06-tools-gecode-0.20190410/lib/pkgconfig/gecode.pc
@@ -0,0 +1,11 @@
+rock_install_dir=/opt/rock/master-20.06/rock-master-20.06-tools-gecode
+prefix=${rock_install_dir}
+exec_prefix=${rock_install_dir}
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: Gecode
+Description: Gecode - Generic Constraint Development Environment
+Version: 6.2.0
+Libs: -L${libdir} -lgecodedriver -lgecodeflatzinc -lgecodefloat -lgecodegist -lgecodeint -lgecodekernel -lgecodeminimodel -lgecodesearch -lgecodeset -lgecodesupport
+Cflags: -I${includedir} -std=c++11
