[Pkg-utopia-commits] r3113 - in /packages/unstable/dbus/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 8 12:00:33 UTC 2009


Author: biebl
Date: Fri May  8 12:00:32 2009
New Revision: 3113

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3113
Log:
Add "-Wl,--as-needed" to LDFLAGS. This way we don't pick up any spurious
X11 dependencies. (Closes: #499650)

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

Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=3113&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Fri May  8 12:00:32 2009
@@ -11,6 +11,8 @@
     - Update for API additions.
   * debian/rules
     - Bump shlibs to 1.2.14.
+    - Add "-Wl,--as-needed" to LDFLAGS. This way we don't pick up any spurious
+      X11 dependencies. (Closes: #499650)
   * debian/dbus.postinst
     - Remove chown call for /var/run/dbus as the init script will take care of
       setting the right permissions anyway. This also ensures that we don't

Modified: packages/unstable/dbus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/rules?rev=3113&op=diff
==============================================================================
--- packages/unstable/dbus/debian/rules (original)
+++ packages/unstable/dbus/debian/rules Fri May  8 12:00:32 2009
@@ -11,6 +11,8 @@
 libdbusN := $(shell sed -rn 's/Package:[[:space:]]*(libdbus-[0-9-]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 
 DEB_DH_MAKESHLIBS_ARGS_ALL = -V '$(libdbusN) (>= 1.2.14)'
+
+LDFLAGS += -Wl,--as-needed
 
 # List any files which are not installed
 common-binary-post-install-arch:: list-missing




More information about the Pkg-utopia-commits mailing list