r39711 - in /desktop/unstable/pygobject/debian: changelog rules

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Oct 9 20:05:24 UTC 2013


Author: noskcaj-guest
Date: Wed Oct  9 20:05:24 2013
New Revision: 39711

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39711
Log:
Enable hardening

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/rules

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=39711&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Wed Oct  9 20:05:24 2013
@@ -5,7 +5,9 @@
     - Add homepage field
     - Use canonical VCS fields
     - B-dep on dh-autoreconf
-  * debian/rules: Add autoreconf
+  * debian/rules: 
+    - Add autoreconf
+    - Enable hardening
   * debian/watch: Add support for more file formats
   * Generate symbols
 

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=39711&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules	[utf-8] Wed Oct  9 20:05:24 2013
@@ -19,6 +19,8 @@
 configure_flags += \
 		--disable-silent-rules \
 		$(NULL)
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --with python2,python3,autoreconf




More information about the pkg-gnome-commits mailing list