[Pkg-utopia-commits] r3122 - in /packages/unstable/gnome-volume-manager/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 8 23:10:26 UTC 2009


Author: biebl
Date: Fri May  8 23:10:26 2009
New Revision: 3122

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3122
Log:
* debian/rules
  - Trim list of dependencies by passing "-Wl,--as-needed" to LDFLAGS.

Modified:
    packages/unstable/gnome-volume-manager/debian/changelog
    packages/unstable/gnome-volume-manager/debian/rules

Modified: packages/unstable/gnome-volume-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-volume-manager/debian/changelog?rev=3122&op=diff
==============================================================================
--- packages/unstable/gnome-volume-manager/debian/changelog (original)
+++ packages/unstable/gnome-volume-manager/debian/changelog Fri May  8 23:10:26 2009
@@ -3,6 +3,8 @@
   * debian/control
     - Add Conflicts: nautilus (<< 2.24) to ensure we have a nautilus version
       which handles automounting. Closes: #520501, #525183, #524681
+  * debian/rules
+    - Trim list of dependencies by passing "-Wl,--as-needed" to LDFLAGS.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 09 May 2009 01:02:54 +0200
 

Modified: packages/unstable/gnome-volume-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-volume-manager/debian/rules?rev=3122&op=diff
==============================================================================
--- packages/unstable/gnome-volume-manager/debian/rules (original)
+++ packages/unstable/gnome-volume-manager/debian/rules Fri May  8 23:10:26 2009
@@ -6,3 +6,4 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-multiuser --disable-automount
 
+LDFLAGS += -Wl,--as-needed




More information about the Pkg-utopia-commits mailing list