r49951 - in /desktop/unstable/libsoup2.4/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 1 12:30:29 UTC 2016


Author: biebl
Date: Thu Sep  1 12:30:29 2016
New Revision: 49951

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49951
Log:
* Enable all hardening build flags.
* Pass --as-needed to the linker to avoid unnecessary shlibs dependencies.

Modified:
    desktop/unstable/libsoup2.4/debian/changelog
    desktop/unstable/libsoup2.4/debian/rules

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=49951&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog	[utf-8] Thu Sep  1 12:30:29 2016
@@ -2,6 +2,8 @@
 
   * New upstream beta release.
   * Convert from cdbs to dh.
+  * Enable all hardening build flags.
+  * Pass --as-needed to the linker to avoid unnecessary shlibs dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 01 Sep 2016 13:45:24 +0200
 

Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=49951&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules	[utf-8] Thu Sep  1 12:30:29 2016
@@ -3,6 +3,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := libsoup
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf,gir,gnome




More information about the pkg-gnome-commits mailing list