X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=debian-backport-cockpit;h=4dd0fa3b57cbc84023a075c9ab4ac635459473ea;hp=b3d34407f6f03814387f41dc96a064051e47a3db;hb=9a0d05c14a49f69a2df0d21462426750c64041be;hpb=1c4d7fe0da9766c29f29b9ab809af0e380e87de7 diff --git a/debian-backport-cockpit b/debian-backport-cockpit index b3d3440..4dd0fa3 100755 --- a/debian-backport-cockpit +++ b/debian-backport-cockpit @@ -3,10 +3,10 @@ set -eu series_ver() { ver=$(wget -q -O- http://ftp.debian.org/debian/dists/${1}/main/source/Sources.xz | xz -d | grep-dctrl -n -sVersion -P cockpit | sort -u | tail -n1) + ver=${ver%~bpo*} } upload() { - debuild -S -sd -nc -v$ver cat ../cockpit_*_source.changes read -p "Upload? [y/N] " answer @@ -27,6 +27,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 +35,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"