r13738 - in /packages/unstable/genius/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Dec 4 14:59:30 UTC 2007


Author: slomo
Date: Tue Dec  4 14:59:30 2007
New Revision: 13738

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13738
Log:
* debian/rules:
  + Link with --as-needed to get fewer dependencies.

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

Modified: packages/unstable/genius/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/changelog?rev=13738&op=diff
==============================================================================
--- packages/unstable/genius/debian/changelog (original)
+++ packages/unstable/genius/debian/changelog Tue Dec  4 14:59:30 2007
@@ -1,3 +1,10 @@
+genius (1.0.2-3) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Link with --as-needed to get fewer dependencies.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 04 Dec 2007 15:58:57 +0100
+
 genius (1.0.2-2) unstable; urgency=low
 
   * debian/control.in:

Modified: packages/unstable/genius/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/rules?rev=13738&op=diff
==============================================================================
--- packages/unstable/genius/debian/rules (original)
+++ packages/unstable/genius/debian/rules Tue Dec  4 14:59:30 2007
@@ -7,6 +7,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+LDFLAGS+=-Wl,--as-needed
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-update-mimedb --disable-static
 
 common-binary-post-install:: list-missing




More information about the pkg-gnome-commits mailing list