]> piware.de Git - bin.git/commitdiff
debian-backport-cockpit: Fix for stretch, disable jessie
authorMartin Pitt <martin@piware.de>
Thu, 18 Oct 2018 10:06:12 +0000 (12:06 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 18 Oct 2018 10:06:12 +0000 (12:06 +0200)
Stretch doesn't have pcp, so we need to call adjust-for-release to
disable the build deps.

jessie is EOL now.

debian-backport-cockpit

index 4dd0fa3b57cbc84023a075c9ab4ac635459473ea..b2db95042c3254d62755dfbc93968ad80b7245ae 100755 (executable)
@@ -26,14 +26,15 @@ cd cockpit-*
 
 # stretch
 series_ver stretch-backports
+debian/adjust-for-release stretch
 dch --local ~bpo9+ --distribution stretch-backports --force-distribution "No-change backport to Debian Stretch"
 debuild -S -sd -nc -v$ver
 upload
 
 # jessie
-dpkg-source -x *.dsc
-cd cockpit-*
-series_ver jessie-backports-sloppy
-dch --local ~bpo8+ --distribution jessie-backports-sloppy --force-distribution "No-change backport to Debian Jessie"
-debuild -S -sd -nc -v$ver
-echo "build this in a jessie schroot and upload"
+#dpkg-source -x *.dsc
+#cd cockpit-*
+#series_ver jessie-backports-sloppy
+#dch --local ~bpo8+ --distribution jessie-backports-sloppy --force-distribution "No-change backport to Debian Jessie"
+#debuild -S -sd -nc -v$ver
+#echo "build this in a jessie schroot and upload"