r49448 - in /desktop/unstable/gnome-keyring/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Aug 7 16:36:07 UTC 2016


Author: jbicha-guest
Date: Sun Aug  7 16:36:07 2016
New Revision: 49448

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

Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/rules

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=49448&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog	[utf-8] Sun Aug  7 16:36:07 2016
@@ -1,3 +1,9 @@
+gnome-keyring (3.20.0-3) UNRELEASED; urgency=medium
+
+  * Enable parallel building and all hardening flags
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Sun, 07 Aug 2016 12:13:21 -0400
+
 gnome-keyring (3.20.0-2) unstable; urgency=medium
 
   * Drop obsolete --disable-update-mime configure switch.

Modified: desktop/unstable/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/rules?rev=49448&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/rules	[utf-8] Sun Aug  7 16:36:07 2016
@@ -3,10 +3,11 @@
 include /usr/share/dpkg/architecture.mk
 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,-z,defs -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf,gnome
+	dh $@ --parallel --with autoreconf,gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list