r51128 - in /desktop/unstable/pango1.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 22 18:29:41 UTC 2016


Author: biebl
Date: Thu Sep 22 18:29:40 2016
New Revision: 51128

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

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=51128&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog	[utf-8] Thu Sep 22 18:29:40 2016
@@ -2,6 +2,7 @@
 
   * Update debian/libpango1.0-doc.install to use the installed files.
     This allows us to use dh-install --fail-missing.
+  * Enable all hardening build flags.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 22 Sep 2016 20:24:52 +0200
 

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=51128&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules	[utf-8] Thu Sep 22 18:29:40 2016
@@ -6,6 +6,7 @@
 
 # Ensure the build aborts when there are still references to undefined symbols
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --with gnome,gir




More information about the pkg-gnome-commits mailing list