From a3980699e381a76613c250e8d0f5e6bb9e1c9d51 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Feb 2025 05:51:20 +0100 Subject: [PATCH] Trimming rules. Signed-off-by: Daniel Baumann --- debian/rules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 7651fbd..9737d48 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,5 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 -# Hardening DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk @@ -15,7 +11,7 @@ CXXFLAGS+=$(CPPFLAGS) export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --buildsystem=cmake + dh ${@} --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- -DENABLE_SSH=ON -DENABLE_TLS=ON -DENABLE_DNSSEC=OFF -DENABLE_PYTHON=OFF