[SCM] jack-audio-connection-kit/master: Replace hardcoded architecture list by linux-any (Closes: #634361)

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


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

    Replace hardcoded architecture list by linux-any (Closes: #634361)
    
    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 2fc8403..747ca0d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,10 +10,10 @@ Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>,
 Build-Depends: @cdbs@,
  d-shlibs,
  doxygen,
- libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libasound2-dev [linux-any],
  libcelt-dev (>= 0.7.0),
  libffado-dev (>= 2.0.0) [amd64 i386 powerpc],
- libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libraw1394-dev [linux-any],
  libreadline-dev,
  libsamplerate-dev,
  libsndfile1-dev,

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list