}
upload() {
- debuild -S -sd -nc -v$ver
cat ../cockpit_*_source.changes
read -p "Upload? [y/N] " answer
# 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
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"