[SCM] jackd2/master: Override lintian error about libjacknet

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Jan 18 13:40:19 UTC 2012


The following commit has been merged in the master branch:
commit d3bb8bc65f96c96ff3a4a7f33be5327cb4ffcaef
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Jan 18 12:19:40 2012 +0100

    Override lintian error about libjacknet
    
    libjacknet is currently a jackd2 only library that refactors part of
    netjack1 into a library.
    
    Theoretically, this could be useful for jackd1 too, but this requires
    massive upstream involvement.
    
    We hence ship libjacknet in libjack-jackd2-0 and pretend that it's ok
    not to mention it in the corresponding shlibs file.
    
    The clean approach would probably be to introduce a new libjacknet
    package, but since there is only one user, I feel it's a bit too early
    for this move.

diff --git a/debian/libjack-jackd2-0.lintian-overrides b/debian/libjack-jackd2-0.lintian-overrides
new file mode 100644
index 0000000..9bab570
--- /dev/null
+++ b/debian/libjack-jackd2-0.lintian-overrides
@@ -0,0 +1,4 @@
+# libjacknet isn't public, so we don't expose it in the shlib.
+shlib-missing-in-control-file
+# libjack0 != libjack-jackd2-0
+package-name-doesnt-match-sonames

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list