[SCM] jack-audio-connection-kit/master: Drop d-shlibs from libjack-dev

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Jun 23 23:25:56 UTC 2011


The following commit has been merged in the master branch:
commit b74fcd932fd8e87d07bdfbc67083d223f8f8f334
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Jun 23 23:38:49 2011 +0200

    Drop d-shlibs from libjack-dev
    
    libjack-dev needs a C compiler and libjack itself, but nothing more,
    especially no libffado-dev, libasound2-dev or libcelt-dev.
    
    The list of dependencies was too long in the past. We know better, so
    let's forget about the automatic, elegant and wrong solution and go for
    a handwritten whitelist instead. ;)
    
    Note that we don't drop d-shlibs and devlibs:Depends from control.in, so
    we could reenable it again once the current issues with d-shlibs are
    fixed.

diff --git a/debian/rules b/debian/rules
index e615907..7adfc51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,14 +96,6 @@ install/jackd1::
 	dh_install -pjackd1 debian/tmp/usr/lib/jack/jack_alsa.so
 endif
 
-binary-post-install/libjack0::
-	d-devlibdeps \
-		--override s/libffado2-dev/libffado-dev/ \
-		--override s/libcelt0-0-dev/libcelt-dev/ \
-		debian/libjack-dev.substvars \
-		debian/tmp/usr/lib/*.so \
-		debian/tmp/usr/lib/jack/*.so
-
 .PHONY: faq
 # this target fetches the FAQ from the JACK homepage
 faq:

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



More information about the pkg-multimedia-commits mailing list