[SCM] jack-audio-connection-kit/master: Add multiarch predepend to jackd1 (binary package)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Sep 7 09:59:49 UTC 2011


The following commit has been merged in the master branch:
commit a4e8b5c4ef854409e164793c57ed3cea7475d638
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Sep 7 10:44:53 2011 +0200

    Add multiarch predepend to jackd1 (binary package)
    
    We ship .so files (the driver backends) in the package. This triggers a
    lintian error, it mistakenly considers this a multiarch library package.
    
    Since multiarch only applies to libraries so far, but not to ordinary
    executables (we have /usr/bin/jackd in the jackd1 package), we could
    simply override the lintian error. While this would be sufficient for
    now, we'd end up adding a Pre-Depend field anyway when multiarch also
    supports executables. Since this field is enough to please lintian,
    let's provide it now and be safe for the future.
    
    JFTR, that's the lintian error:
    E: jackd1: missing-pre-dependency-on-multiarch-support

diff --git a/debian/control.in b/debian/control.in
index f2cb5b2..3b61e28 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -28,6 +28,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jack-audio-connection-kit.g
 
 Package: jackd1
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: coreutils (>= 4.0),
 	debconf | debconf-2.0,
 	libjack0 (= ${binary:Version}),

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



More information about the pkg-multimedia-commits mailing list