Add package sfcgal, let postgis compile against it on jessie.
authorMarkus Wanner <markus@bluegap.ch>
Tue, 19 Jan 2016 13:16:58 +0000 (14:16 +0100)
committerMarkus Wanner <markus@bluegap.ch>
Tue, 19 Jan 2016 13:16:58 +0000 (14:16 +0100)
jenkins/generate-pgdg-source
jenkins/pgapt-jobs.yaml

index 2772d1955375fda0bd17d2d84e8c97b1b8a6e3b6..5ab6bbb2155e0a992c5b2164ea9027b9099792e2 100755 (executable)
@@ -271,8 +271,10 @@ case $PACKAGE in
         ;;
     esac
     case ${distribution:-} in
-      # we do not have libsfcgal-dev before stretch or wily
-      jessie|wheezy|squeeze|wily|trusty|precise)
+      # There's no have libsfcgal-dev before stretch or wily. However,
+      # there's a backport to jessie. Pgapt provides libsfcgal for
+      # jessie as well, so it remains independent of jessie-backports.
+      wheezy|squeeze|wily|trusty|precise)
         sed -i -e 's/libsfcgal-dev[^,]*,//' debian/control debian/control.in
         sed -i -e "/sfcgal/Id" debian/liblwgeom-*.symbols
         ;;
index 353c6d10b438f14da53f9929f2b9363f07397373..6b1814f48edcd65d9ed4c9c42330f5191210797c 100644 (file)
         jobs:
                 - git-packages
 
+- project:
+        name: sfcgal
+        git-url: git://anonscm.debian.org/pkg-grass/sfcgal.git
+        dist-filter: '(distribution!="squeeze") && (distribution!="wheezy") && (distribution!="precise") && (distribution!="trusty")'
+        jobs:
+                - git-packages
+
 - project:
         name: skytools
         git-url: git://anonscm.debian.org/pkg-postgresql/skytools.git