summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-07-24 10:30:37 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-07-24 10:30:37 +0200
commit06477e1f88a0ba734e3723acbcbda6c0e584b56e (patch)
tree63c220a52cfbaf4e13a552e68b51c8a12b0367c9 /debian/rules
parent96ea58253a33e34dcf8331ae032b624fbab9cf31 (diff)
Migrate to debhelper-compat 13
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index d95b933..166ac2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = optimize=+lto
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
@@ -15,6 +16,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+
+
%:
dh $@