[SCM] jackd2/master: Replace hardcoded architecture list by linux-any (Closes: #634296)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Jul 18 23:15:11 UTC 2011


The following commit has been merged in the master branch:
commit eb6f28bf6368d3c95a75596a8415a3166a7ae754
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Jul 19 01:14:11 2011 +0200

    Replace hardcoded architecture list by linux-any (Closes: #634296)
    
    For greater flexibility wrt upcoming new kfreebsd ports, replace the
    hardcoded list of !(non-linux architectures) by linux-any.

diff --git a/debian/control.in b/debian/control.in
index 26f1007..4d2ac4b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,13 +8,13 @@ Build-Depends: @cdbs@,
  python,
  python-support,
  libsamplerate-dev,
- libasound2-dev (>= 1.0.18) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libasound2-dev (>= 1.0.18) [linux-any],
  libdbus-1-dev,
  libexpat1-dev,
  libsndfile1-dev,
  libncurses-dev,
  libreadline-dev,
- libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libraw1394-dev [linux-any],
  libffado-dev (>= 2.0.0) [amd64 i386 powerpc],
  g++-multilib [amd64],
  po-debconf,

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list