From 9fa258bbf2aee37810229979b16c188cb0f9d1a2 Mon Sep 17 00:00:00 2001 From: John Wright Date: Thu, 29 Dec 2011 01:30:07 -0800 Subject: [PATCH] Use linux-any instead of a hardcoded list of negated architectures 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 | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35d711e..cf07d9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 28 Dec 2011 16:54:54 -0800 diff --git a/debian/control b/debian/control index 3454790..9a35b6f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fmit Section: sound Priority: optional Maintainer: John Wright -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 -- 1.7.10.4