r50092 - /desktop/unstable/gnome-autoar/debian/rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Sep 4 23:45:55 UTC 2016


Author: jbicha-guest
Date: Sun Sep  4 23:45:52 2016
New Revision: 50092

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50092
Log:
Build with --as-needed and all hardening flags

Modified:
    desktop/unstable/gnome-autoar/debian/rules

Modified: desktop/unstable/gnome-autoar/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-autoar/debian/rules?rev=50092&op=diff
==============================================================================
--- desktop/unstable/gnome-autoar/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-autoar/debian/rules	[utf-8] Sun Sep  4 23:45:52 2016
@@ -2,8 +2,14 @@
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
+
 %:
 	dh $@ --with gir,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list