r2161 - in /unstable/gtkhtml4.0/debian: changelog rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Mon May 14 13:47:50 UTC 2012


Author: jordi
Date: Mon May 14 13:47:50 2012
New Revision: 2161

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2161
Log:
Enable all hardening flags, and include buildflags.mk so they are
actually parsed (thanks, Simon Ruderich; closes: #665278).

Modified:
    unstable/gtkhtml4.0/debian/changelog
    unstable/gtkhtml4.0/debian/rules

Modified: unstable/gtkhtml4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml4.0/debian/changelog?rev=2161&op=diff
==============================================================================
--- unstable/gtkhtml4.0/debian/changelog (original)
+++ unstable/gtkhtml4.0/debian/changelog Mon May 14 13:47:50 2012
@@ -7,6 +7,8 @@
   * Drop 01_deprecated.patch: obsolete.
   * Update Standards-Version to 3.9.3, with no changes needed.
   * Bump shlibs.
+  * Enable all hardening flags, and include buildflags.mk so they are
+    actually parsed (thanks, Simon Ruderich; closes: #665278).
 
  -- Jordi Mallach <jordi at debian.org>  Mon, 14 May 2012 11:19:50 +0200
 

Modified: unstable/gtkhtml4.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml4.0/debian/rules?rev=2161&op=diff
==============================================================================
--- unstable/gtkhtml4.0/debian/rules (original)
+++ unstable/gtkhtml4.0/debian/rules Mon May 14 13:47:50 2012
@@ -9,7 +9,8 @@
 GNOME_MODULE := gtkhtml
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
-export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+include /usr/share/dpkg/buildflags.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 




More information about the pkg-evolution-commits mailing list