From 906c9a48e178bda777a68c1219117a948df844b1 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 24 Oct 2017 17:01:45 +0200 Subject: debian/rules: Enable all hardening flags. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d6eb845..352d121 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,11 @@ #!/usr/bin/make -f FLAVORS = gtk2 gtk3 + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + PY_VERSIONS = $(shell pyversions --requested debian/control) API_VERSION = 0.1 -- cgit v1.2.3