r49029 - in /desktop/unstable/gnome-themes-standard/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Jun 5 10:03:59 UTC 2016


Author: bigon
Date: Sun Jun  5 10:03:57 2016
New Revision: 49029

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49029
Log:
debian/rules: Pass --as-needed to dh_autoreconf and pass additional flags
to the linker to ensure that the library has no dependencies on undefined
symbols, and speed up loading.

Modified:
    desktop/unstable/gnome-themes-standard/debian/changelog
    desktop/unstable/gnome-themes-standard/debian/rules

Modified: desktop/unstable/gnome-themes-standard/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes-standard/debian/changelog?rev=49029&op=diff
==============================================================================
--- desktop/unstable/gnome-themes-standard/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-themes-standard/debian/changelog	[utf-8] Sun Jun  5 10:03:57 2016
@@ -1,3 +1,11 @@
+gnome-themes-standard (3.20.2-3) unstable; urgency=medium
+
+  * debian/rules: Pass --as-needed to dh_autoreconf and pass additional flags
+    to the linker to ensure that the library has no dependencies on undefined
+    symbols, and speed up loading.
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 05 Jun 2016 12:01:37 +0200
+
 gnome-themes-standard (3.20.2-2) unstable; urgency=medium
 
   * Replace libgtk-3-bin Build-Depends with gtk-update-icon-cache, which now

Modified: desktop/unstable/gnome-themes-standard/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-themes-standard/debian/rules?rev=49029&op=diff
==============================================================================
--- desktop/unstable/gnome-themes-standard/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-themes-standard/debian/rules	[utf-8] Sun Jun  5 10:03:57 2016
@@ -8,3 +8,10 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+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




More information about the pkg-gnome-commits mailing list