]> piware.de Git - bin.git/blobdiff - debian-backport-cockpit
debian-backport-cockpit: bullseye is Debian 11
[bin.git] / debian-backport-cockpit
index 4dd0fa3b57cbc84023a075c9ab4ac635459473ea..5e12c72507bfda206f47c28e3e3a0c51a0a0f3fe 100755 (executable)
@@ -24,16 +24,9 @@ cd  /tmp/backport
 apt-get source cockpit
 cd cockpit-*
 
-# stretch
-series_ver stretch-backports
-dch --local ~bpo9+ --distribution stretch-backports --force-distribution "No-change backport to Debian Stretch"
+# bullseye
+series_ver bullseye-backports
+debian/adjust-for-release bullseye
+dch --local ~bpo11+ --distribution bullseye-backports --force-distribution "No-change backport to Debian Bullseye"
 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"