X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=debian-backport-cockpit;h=b2db95042c3254d62755dfbc93968ad80b7245ae;hp=33dd026431b4f2fa8924bcf1ab7f3bf6ac82feea;hb=d2ffc770edd7a6050eaf46b9ce58e6745723930f;hpb=7010179d5968be907864acfd30d81a77cb484c15 diff --git a/debian-backport-cockpit b/debian-backport-cockpit index 33dd026..b2db950 100755 --- a/debian-backport-cockpit +++ b/debian-backport-cockpit @@ -3,6 +3,7 @@ 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() { @@ -25,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"