[SCM] yoshimi packaging branch, master, updated. debian/0.056-1-8-g567e736

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jun 3 00:17:55 UTC 2010


The following commit has been merged in the master branch:
commit 567e736bf90d94aff8fa9628a6b232926f3acbad
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Thu Jun 3 02:17:31 2010 +0200

    Add --as-needed to linking options.

diff --git a/debian/rules b/debian/rules
index ec40377..8a37927 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
+
+LDFLAGS=-Wl,--as-needed
+
 %:
-	dh $@ --sourcedirectory=src
+	dh --sourcedirectory=src $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs README.txt

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list