[SCM] csound/master: Use linux-any wildcard for libasound dependency. Closes: #634489

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Tue Jul 19 02:53:30 UTC 2011


The following commit has been merged in the master branch:
commit 8539f2f9cdf25671acbca4153f8f89b9c84b90f4
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Jul 18 22:52:41 2011 -0400

    Use linux-any wildcard for libasound dependency. Closes: #634489

diff --git a/debian/rules b/debian/rules
index 805856e..a568a91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -325,7 +325,7 @@ CDBS_BUILD_DEPENDS += , \
 
 # Needed for I/O plugins
 CDBS_BUILD_DEPENDS += , \
-	libasound2-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386], \
+	libasound2-dev [linux-any], \
 	libjack-dev, \
 	portaudio19-dev, \
 	libportmidi-dev, \

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list