r49404 - in /desktop/unstable/nautilus/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Aug 4 03:57:12 UTC 2016


Author: jbicha-guest
Date: Thu Aug  4 03:57:12 2016
New Revision: 49404

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

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

Modified: desktop/unstable/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/changelog?rev=49404&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/changelog	[utf-8] (original)
+++ desktop/unstable/nautilus/debian/changelog	[utf-8] Thu Aug  4 03:57:12 2016
@@ -4,6 +4,7 @@
   * Add debian/docs to explicitly install AUTHORS, NEWS, and THANKS
   * Partially multiarchify but still install nautilus extensions to
     /usr/lib/nautilus/extensions-3.0/ (from Ubuntu)
+  * Enable parallel building and all hardening flags
   * Update homepage
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 22 Jul 2016 00:02:47 -0400

Modified: desktop/unstable/nautilus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/rules?rev=49404&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/rules	[utf-8] (original)
+++ desktop/unstable/nautilus/debian/rules	[utf-8] Thu Aug  4 03:57:12 2016
@@ -2,6 +2,7 @@
 
 -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
 
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
@@ -17,7 +18,7 @@
 endif
 
 %:
-	dh $@ --with autoreconf,gir,gnome
+	dh $@ --parallel --with autoreconf,gir,gnome
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list