Make the stretch build be a backport. Add a build rule for buster.
This commit is contained in:
parent
f1fef5b8fc
commit
a11576710d
|
|
@ -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)
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue