Use linux-any instead of a hardcoded list of negated architectures
authorJohn Wright <john@johnwright.org>
Thu, 29 Dec 2011 09:30:07 +0000 (01:30 -0800)
committerJohn Wright <john@johnwright.org>
Thu, 29 Dec 2011 09:39:11 +0000 (01:39 -0800)
Using a list of negated architectures for the libasound2-dev dependency
makes more work for porters when a new non-Linux port is added.

debian/changelog
debian/control

index 35d711e..cf07d9a 100644 (file)
@@ -4,6 +4,8 @@ fmit (0.99.2-1) UNRELEASED; urgency=low
     - Drop jackd2 patch (fixed upstream)
     - Now builds against Qt4 (Closes: #604517)
   * Remove unused library dependencies
+  * Use linux-any instead of a hardcoded list of negated architectures
+    for the libasound2-dev Build-Depends (Closes: #634733)
 
  -- John Wright <jsw@debian.org>  Wed, 28 Dec 2011 16:54:54 -0800
 
index 3454790..9a35b6f 100644 (file)
@@ -2,7 +2,7 @@ Source: fmit
 Section: sound
 Priority: optional
 Maintainer: John Wright <jsw@debian.org>
-Build-Depends: debhelper (>= 7.0.50), cmake, libqt4-dev, libqt4-opengl-dev, libfftw3-dev, freeglut3-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev
+Build-Depends: debhelper (>= 7.0.50), cmake, libqt4-dev, libqt4-opengl-dev, libfftw3-dev, freeglut3-dev, libasound2-dev [linux-any], libjack-dev
 Standards-Version: 3.8.4
 Homepage: http://home.gna.org/fmit/
 Vcs-Git: git://git.johnwright.org/git/fmit.git