1
0
Fork 0

Trimming rules.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-19 05:51:20 +01:00
parent 59afd4bb0e
commit a3980699e3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

6
debian/rules vendored
View file

@ -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