diff options
author | Timo Weingärtner <timo@tiwe.de> | 2024-06-20 14:43:12 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2024-06-20 15:08:31 +0200 |
commit | 2dd64f3dcf2604ca64e996f9cbb79293f1925bbd (patch) | |
tree | 8da6a65cce7cd8e25f4a35b626d0a27eafd3f365 | |
parent | 62de58435ed6f7200851cb163f5b4e4336606a9b (diff) | |
download | libpam-pwdfile-2dd64f3dcf2604ca64e996f9cbb79293f1925bbd.tar.gz |
enable most dpkg-buildflags features
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c34429d..8514163 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS=hardening=+all reproducible=+all qa=+bug abi=+lfs + %: dh $@ |