;;
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
;;
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