r47037 - in /desktop/unstable/vte2.91/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Nov 13 13:55:03 UTC 2015


Author: bigon
Date: Fri Nov 13 13:55:03 2015
New Revision: 47037

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

Modified:
    desktop/unstable/vte2.91/debian/changelog
    desktop/unstable/vte2.91/debian/rules

Modified: desktop/unstable/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/changelog?rev=47037&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/changelog	[utf-8] Fri Nov 13 13:55:03 2015
@@ -3,8 +3,10 @@
   * Bump debhelper version to 9
   * Add multi-arch support (LP: #1508636)
   * Remove remaining bits related to gnome-pty-helper
-
- -- Laurent Bigonville <bigon at debian.org>  Fri, 13 Nov 2015 14:16:13 +0100
+  * Pass --as-needed to dh_autoreconf and to the linker to reduce runtime
+    dependencies
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 13 Nov 2015 14:54:38 +0100
 
 vte2.91 (0.42.1-1) unstable; urgency=medium
 

Modified: desktop/unstable/vte2.91/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/rules?rev=47037&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/rules	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/rules	[utf-8] Fri Nov 13 13:55:03 2015
@@ -13,6 +13,13 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
+# Ensure at build time that the library has no dependencies on undefined
+# symbols, and speed up loading.
+DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+include /usr/share/dpkg/default.mk
 
 DEB_CONFIGURE_LIBEXECDIR := \$${prefix}/lib/$(libvte2.91N)
 DEB_DH_MAKESHLIBS_ARGS_$(libvte2.91N) += --add-udeb=$(udeb) -- -c4




More information about the pkg-gnome-commits mailing list