[SCM] amsynth packaging branch, master, updated. debian/1.2.3-2

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 4 09:03:54 UTC 2010


The following commit has been merged in the master branch:
commit 15967830d337c9f63fc0ab6724588d4438fe1f64
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 4 11:03:34 2010 +0200

    Add -Wl,--as-needed to linking options, update changelog.

diff --git a/debian/changelog b/debian/changelog
index b95a74a..f29c824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ amsynth (1.2.3-2) unstable; urgency=low
     #591602)
   * Use autotools_dev add-on to update config.{guess,sub} before running
     configure.
+  * Add -Wl,--as-needed to linking options.
 
- -- Alessio Treglia <alessio at debian.org>  Wed, 04 Aug 2010 10:50:00 +0200
+ -- Alessio Treglia <alessio at debian.org>  Wed, 04 Aug 2010 10:56:50 +0200
 
 amsynth (1.2.3-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index aacfa32..d90daa6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+LDFLAGS=-Wl,--as-needed
+
 %:
 	dh --with autotools_dev $@
 

-- 
amsynth packaging



More information about the pkg-multimedia-commits mailing list