r50678 - in /desktop/unstable/gdl/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 18 18:29:03 UTC 2016


Author: biebl
Date: Sun Sep 18 18:29:03 2016
New Revision: 50678

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50678
Log:
Pass --as-needed to dh_autoreconf and to the linker to reduce runtime
dependencies.

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

Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=50678&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdl/debian/changelog	[utf-8] Sun Sep 18 18:29:03 2016
@@ -3,6 +3,8 @@
   * New upstream release.
   * Convert from cdbs to dh.
   * Bump debhelper compat level to 10.
+  * Pass --as-needed to dh_autoreconf and to the linker to reduce runtime
+    dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 18 Sep 2016 20:16:52 +0200
 

Modified: desktop/unstable/gdl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/rules?rev=50678&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdl/debian/rules	[utf-8] Sun Sep 18 18:29:03 2016
@@ -2,8 +2,13 @@
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
 %:
 	dh $@ --with gir,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list