Skip to content

Commit

Permalink
Update build-deb.sh
Browse files Browse the repository at this point in the history
support debian12
  • Loading branch information
kif authored Dec 20, 2023
1 parent 68051a9 commit cade82e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ build_deb() {
11)
debian_name=bullseye
;;
12)
debain_name=bookworm
;;
esac

dch -v ${debianversion}-1 "upstream development build of ${project} ${version}"
Expand Down

0 comments on commit cade82e

Please sign in to comment.