diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:11:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:11:54 +0000 |
commit | 685dadbbd2dea78144071e646f3182ff174aacd4 (patch) | |
tree | aee75024956c81aad18e53c55414fe9bb3d1b28d /debian/rules | |
parent | Adding upstream version 5.5.21. (diff) | |
download | whois-685dadbbd2dea78144071e646f3182ff174aacd4.tar.xz whois-685dadbbd2dea78144071e646f3182ff174aacd4.zip |
Adding debian version 5.5.21.debian/5.5.21
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..22db526 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS=hardening=+all future=+lfs + +%: + dh $@ + +override_dh_auto_build: + dh_auto_build -- CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1 + |