From a11576710def7d13cd455c87154ddef3639f701b Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 7 Nov 2019 10:54:24 +0800 Subject: [PATCH] Make the stretch build be a backport. Add a build rule for buster. --- prepare-build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prepare-build.sh b/prepare-build.sh index 8af69e8..795dec9 100755 --- a/prepare-build.sh +++ b/prepare-build.sh @@ -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) ;; *)