r49546 - in /desktop/unstable/lightsoff/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 17 20:15:11 UTC 2016


Author: jbicha-guest
Date: Wed Aug 17 20:15:10 2016
New Revision: 49546

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

Delete vala stamps to rebuild generated source files

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

Modified: desktop/unstable/lightsoff/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/changelog?rev=49546&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/changelog	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/changelog	[utf-8] Wed Aug 17 20:15:10 2016
@@ -2,6 +2,8 @@
 
   * Convert from cdbs to dh
   * Add debian/docs to install NEWS
+  * Enable parallel builds and all hardening flags
+  * Delete vala stamps to rebuild generated source files
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 01:06:49 -0400
 

Modified: desktop/unstable/lightsoff/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/rules?rev=49546&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/rules	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/rules	[utf-8] Wed Aug 17 20:15:10 2016
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 -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,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
@@ -10,4 +11,5 @@
 	dh_auto_configure -- --bindir=\$${prefix}/games
 
 override_dh_autoreconf:
+	find . -name "*_vala.stamp" -delete
 	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list