[SCM] clam/master: Build-Depend on libjack-dev only

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon May 16 13:39:59 UTC 2011


The following commit has been merged in the master branch:
commit e611fb59d1e55b28acb6f958ced65e5ace0b287e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon May 16 15:35:01 2011 +0200

    Build-Depend on libjack-dev only
    
    libjack-dev is natively provided by jackd1 and hence pulled in on the
    buildds. This is what we want: all packages in Debian will be built
    against jackd1.
    
    If somebody happens to run jackd2 on his workstation, then
    libjack-jackd2-dev will (virtually) provide libjack-dev, in other words,
    those who have jackd2 are still able to compile the package while the
    canonical default for the buildds is jackd1.
    
    Long story short: Build-Depend must always be "libjack-dev". Nothing
    more, nothing less, except for packages really requiring jackd2 (the
    only one right now that I'm aware of is ladish)

diff --git a/debian/control b/debian/control
index 2121f51..103e362 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
 	scons,
 	libasound2-dev,
-	libjack-dev | libjack-jackd2-dev,
+	libjack-dev,
 	libfftw3-dev,
 	libxerces-c2-dev,
 	ladspa-sdk,
@@ -27,7 +27,7 @@ Architecture: any
 Depends: libclam1.4 (= ${binary:Version}), ${misc:Depends},
 	pkg-config,
 	libsndfile1-dev,
-	libjack-dev | libjack-jackd2-dev,
+	libjack-dev,
 	portaudio19-dev,
 	python
 Suggests: libclam-doc (= ${binary:Version})

-- 
clam packaging



More information about the pkg-multimedia-commits mailing list