[SCM] audacity/master: Use linux-any instead of hardcoded list of non-Linux architectures.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Tue Jul 19 17:52:29 UTC 2011


The following commit has been merged in the master branch:
commit 1389e18873bd036cef315a70b20ad2c04c932ef8
Author: Benjamin Drung <bdrung at debian.org>
Date:   Tue Jul 19 19:51:56 2011 +0200

    Use linux-any instead of hardcoded list of non-Linux architectures.
    
    Closes: #634303

diff --git a/debian/control b/debian/control
index ba32c27..141159a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: autoconf,
                automake,
                debhelper (>= 7.0.50~),
                gettext,
-               libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+               libasound2-dev [linux-any],
                libavcodec-dev (>= 4:0.6),
                libavformat-dev (>= 4:0.6),
                libavutil-dev (>= 4:0.6),

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list