Update build-deb.sh

for debian12
This commit is contained in:
Jerome Kieffer 2023-12-19 16:27:25 +01:00 committed by GitHub
parent 9e2c0949a6
commit 3826abeb1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ build_deb() {
11)
debian_name=bullseye
;;
12)
debian_name=bookworm
;;
esac
dch --force-distribution -v ${debianversion}-1 "upstream development build of ${project} ${version}"