From 7010179d5968be907864acfd30d81a77cb484c15 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 26 Sep 2017 10:16:12 +0200 Subject: [PATCH] debian-backport-cockpit: jessie needs a binary upload --- debian-backport-cockpit | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian-backport-cockpit b/debian-backport-cockpit index b3d3440..33dd026 100755 --- a/debian-backport-cockpit +++ b/debian-backport-cockpit @@ -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" -- 2.39.2