[SCM] clalsadrv packaging branch, master, updated. debian/2.0.0-3

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jul 9 13:52:26 UTC 2010


The following commit has been merged in the master branch:
commit a380156e3f2b86899f47fe27ca643fbea6880c4d
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jul 9 15:51:48 2010 +0200

    Pass -Wl,--as-needed to the linker.

diff --git a/debian/changelog b/debian/changelog
index abe30b0..bd95666 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,10 @@ clalsadrv (2.0.0-3) unstable; urgency=low
     examples.
   * Pass --sourcedir to DH, this allows me to avoid the use of
     override_* rules.
+  * Pass -Wl,--as-needed to the linker.
   * Bump Standards.
 
- -- Alessio Treglia <alessio at debian.org>  Fri, 09 Jul 2010 15:44:09 +0200
+ -- Alessio Treglia <alessio at debian.org>  Fri, 09 Jul 2010 15:50:56 +0200
 
 clalsadrv (2.0.0-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 5cdaebc..446f5ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
+
 %:
 	dh --sourcedir=libs $@

-- 
clalsadrv packaging



More information about the pkg-multimedia-commits mailing list