aboutsummaryrefslogtreecommitdiff
path: root/packages/ubuntu/configure
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-11-14 10:50:48 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-11-14 13:23:42 +0100
commite76970de967a6a182885b361102272eeeddeae71 (patch)
treed9377d9a20332e2febf8ac516bfa953095a6ca02 /packages/ubuntu/configure
parent59ee1fe1156be234fed796972a29a31a0589e25a (diff)
Debian/Ubuntu packaging: use `--enable-no-sign` to build `*.deb` packages w/o signing thoseadd/dpkg-no-sign-and-ci
* can be used for local and CI builds Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages/ubuntu/configure')
-rwxr-xr-xpackages/ubuntu/configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/ubuntu/configure b/packages/ubuntu/configure
index 1fa604ff9..e627b75d0 100755
--- a/packages/ubuntu/configure
+++ b/packages/ubuntu/configure
@@ -704,6 +704,7 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
+enable_no_sign
'
ac_precious_vars='build_alias
host_alias
@@ -1327,6 +1328,12 @@ if test -n "$ac_init_help"; then
esac
cat <<\_ACEOF
+Optional Features:
+ --disable-option-checking ignore unrecognized --enable/--with options
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --enable-no-sign do not try to sign any package
+
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
@@ -3331,6 +3338,19 @@ else
SIGN_CMD="dpkg-sig"
fi
+# Check whether --enable-no-sign was given.
+if test ${enable_no_sign+y}
+then :
+ enableval=$enable_no_sign;
+fi
+
+if test "${enable_no_sign+set}" = set
+then :
+
+ SIGN_CMD="true"
+
+fi
+
ac_config_files="$ac_config_files Makefile debian/changelog debian/files debian/control"