[SCM] Audacity debian packaging branch, master, updated. debian/1.3.7-3-40-gf6b91ca

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Tue Sep 1 00:19:17 UTC 2009


The following commit has been merged in the master branch:
commit b4b0a6de23984ac94ba2ceebf8ba922dd5882fab
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Tue Sep 1 02:16:29 2009 +0200

    Do not link against unused libraries (make dpkg-shlibdeps happy).

diff --git a/debian/rules b/debian/rules
index b0ca2f1..8b984ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := $(WITH_JACK_CONFFLAG) \
                              --with-portmixer \
                              --with-soundtouch=system
 
+# Do not link against unused libraries (make dpkg-shlibdeps happy).
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+
 common-install-impl::
 	# Don't package unnecessary copy of GPL
 	rm -f debian/tmp/usr/share/doc/audacity/LICENSE.txt

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list