debian/rules: Enable all hardening flags.
This commit is contained in:
parent
c82d4cd902
commit
7990911a2a
1
debian/control
vendored
1
debian/control
vendored
@ -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
4
debian/rules
vendored
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user