r50275 - in /packages/unstable/rhythmbox/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 16:44:34 UTC 2016


Author: biebl
Date: Sat Sep 10 16:44:33 2016
New Revision: 50275

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50275
Log:
Reduce runtime dependencies by passing --as-needed to the linker.

Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/rules

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=50275&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog	[utf-8] Sat Sep 10 16:44:33 2016
@@ -7,6 +7,7 @@
   [ Michael Biebl ]
   * New upstream release.
   * Convert from cdbs to dh.
+  * Reduce runtime dependencies by passing --as-needed to the linker.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Sep 2016 16:54:15 +0200
 

Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=50275&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules	[utf-8] Sat Sep 10 16:44:33 2016
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf,gir,gnome,python3




More information about the pkg-gnome-commits mailing list