[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.118+svn3796-1-4-g4935e53

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Jan 4 16:35:37 UTC 2010


The following commit has been merged in the master branch:
commit 4935e53faff1f3834f35f300f31f3727bbcfbec8
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Jan 4 17:07:35 2010 +0100

    Explicitly depend on FFADO-2.0.0
    
    We have libffado1 and libffado2 in Debian now. All ffado-enabled jackd
    in Debian have used libffado1 so far.
    
    We now want a jackd version which explicitly requires libffado2. This
    helps with debugging because it makes sure no architecture is using the
    outdated pre-release (libffado1).

diff --git a/debian/control b/debian/control
index 9ef3fae..706dd50 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: cdbs,
 	       libsamplerate-dev,
 	       po-debconf,
 	       libcelt-dev (>= 0.7.0),
-	       libffado-dev [amd64 i386 powerpc]
+	       libffado-dev (>= 2.0.0) [amd64 i386 powerpc]
 Standards-Version: 3.8.3
 DM-Upload-Allowed: yes
 Homepage: http://jackaudio.org/

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



More information about the pkg-multimedia-commits mailing list