diff options
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/build-debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index ff7d9db..44e9869 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -18,6 +18,7 @@ case ${DIST} in ;; bookworm) REV="1~12bookworm" + DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS} nocheck" ;; sid) REV="1~sid" @@ -28,7 +29,6 @@ case ${DIST} in ;; jammy) REV="1~12.0jammy" - DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS} nocheck" ;; kinetic) REV="1~12.1kinetic" |