From ef3169fc8d5792dab03274d9d9d7fc530f2c661b Mon Sep 17 00:00:00 2001 From: Alexandre Mestiashvili Date: Thu, 8 Sep 2016 11:40:13 +0200 Subject: [PATCH] Export hardening and build flags --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 83ce6dd..df91a87 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + %: dh $@ -- 2.30.2