Make the stretch build be a backport. Add a build rule for buster.

This commit is contained in:
Oliver Jowett 2019-11-07 10:54:24 +08:00
parent f1fef5b8fc
commit a11576710d
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ case "$DIST" in
;;
stretch)
echo "Updating changelog for stretch backport build" >&2
dch --changelog $OUT/debian/changelog --local ~bpo9+ --force-distribution --distribution stretch-backports "Automated backport build for jessie"
;;
buster)
;;
*)