[SCM] clam-networkeditor/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:52:45 UTC 2011


The following commit has been merged in the master branch:
commit f9f56fb2819a6fa137657537d598dae3caef9f12
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon May 16 15:50:21 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 9b26d56..a9ad4c5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.0.50~),
 	libqtwebkit-dev,
 	pkg-config,
 	libqt4-opengl-dev,
-	libjack-jackd2-dev,
+	libjack-dev,
 	portaudio19-dev,
 	ladspa-sdk,
 	libsndfile1-dev,

-- 
clam-networkeditor packaging



More information about the pkg-multimedia-commits mailing list