debian/rules: Enable all hardening flags.

This commit is contained in:
Mike Gabriel 2016-02-16 08:12:03 +01:00
parent c82d4cd902
commit 7990911a2a
2 changed files with 5 additions and 0 deletions

1
debian/control vendored
View File

@ -7,6 +7,7 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: autotools-dev,
cdbs,
dpkg-dev (>= 1.16.1.1),
debhelper (>= 9),
gobject-introspection,
gtk-doc-tools,

4
debian/rules vendored
View File

@ -4,6 +4,10 @@ include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
DEB_BUILD_PARALLEL = 1
# use the NEWS file as upstream ChangeLog...