[SCM] jackd2/master: Fix revert to still strip *.dll and *.Lib files.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Dec 21 03:50:38 UTC 2012


The following commit has been merged in the master branch:
commit 2325d5b419f9f24b4bb5f4492657429f58122011
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 21 04:12:53 2012 +0100

    Fix revert to still strip *.dll and *.Lib files.

diff --git a/debian/copyright b/debian/copyright
index 2835406..898d7ba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Name: jackdmp
 Maintainer: JACK developers <jack-devel at jackaudio.org>
 Source: https://github.com/jackaudio/jack2
 
-Excluded-Files: *.a
+Excluded-Files: *.a, *.dll, *.Lib
 Reason: unneeded and possibly sourceless binaries
 
 Excluded-Files: ./windows/**.rc
diff --git a/debian/rules b/debian/rules
index 16ba758..b5cb7b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
 DEB_UPSTREAM_TARBALL_SRCDIR = jack2-$(DEB_UPSTREAM_TARBALL_VERSION)
 
 # unneeded and possibly sourceless binaries
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += *.a
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += *.a *.dll *.Lib
 
 # unneeded sources copyright-protected without licence
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.rc

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list