]> piware.de Git - bin.git/commitdiff
debian-backport-cockpit: jessie needs a binary upload
authorMartin Pitt <martin@piware.de>
Tue, 26 Sep 2017 08:16:12 +0000 (10:16 +0200)
committerMartin Pitt <martin@piware.de>
Tue, 26 Sep 2017 08:16:12 +0000 (10:16 +0200)
debian-backport-cockpit

index b3d34407f6f03814387f41dc96a064051e47a3db..33dd026431b4f2fa8924bcf1ab7f3bf6ac82feea 100755 (executable)
@@ -6,7 +6,6 @@ series_ver() {
 }
 
 upload() {
-    debuild -S -sd -nc -v$ver
     cat ../cockpit_*_source.changes
 
     read -p "Upload? [y/N] " answer
@@ -27,6 +26,7 @@ cd cockpit-*
 # stretch
 series_ver stretch-backports
 dch --local ~bpo9+ --distribution stretch-backports --force-distribution "No-change backport to Debian Stretch"
+debuild -S -sd -nc -v$ver
 upload
 
 # jessie
@@ -34,4 +34,5 @@ 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"
-upload
+debuild -S -sd -nc -v$ver
+echo "build this in a jessie schroot and upload"