Give up on a single control file for jessie+stretch, just handle the dependency difference separately.

This commit is contained in:
Oliver Jowett 2018-06-29 12:54:33 -05:00
parent f81044cc01
commit 6e7c32bde0
3 changed files with 4 additions and 4 deletions

View file

@ -43,6 +43,7 @@ case "$DIST" in
;;
jessie)
cp -a $TOP/debian-jessie/* $OUT/debian/
echo "Updating changelog for jessie backport build" >&2
dch --changelog $OUT/debian/changelog --local ~bpo8+ --force-distribution --distribution jessie-backports "Automated backport build for jessie"
;;