[SCM] Debian packaging for jack-audio-connection-kit branch, master.jackd2, updated. debian/1.9.4+svn3842-2-61-g4e0324b

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Apr 3 12:26:32 UTC 2010


The following commit has been merged in the master.jackd2 branch:
commit 4e0324b506c2dd624e85895abdad0ca09c794729
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Apr 3 14:25:55 2010 +0200

    Strip upstream-shipped shared libraries (in addition to waf binary) when (i.e. if ever) repackaging pristine tarball.

diff --git a/debian/rules b/debian/rules
index 336cc1d..79bd193 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,10 @@ DEB_UPSTREAM_PACKAGE = jack
 DEB_UPSTREAM_URL = http://www.grame.fr/~letz/
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
 
-# unneeded and possibly sourceless binary
-DEB_UPSTREAM_REPACKAGE_EXCLUDE = waf
+# unneeded and possibly sourceless binaries
+DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./waf
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.Lib ./windows/**.lib ./windows/**.dll
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./macosx/libportaudio.a
 
 # binary noise (MacOS X folder data)
 DEB_UPSTREAM_REPACKAGE_EXCLUDE = .DS_Store

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



More information about the pkg-multimedia-commits mailing list