[SCM] jackd2/master: Update and simplify to strip all *.a files in get-orig-source hints and copyright file Excluded-Files field.

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


The following commit has been merged in the master branch:
commit 748011e1482c6bce4af4fa1692a623dc87d5b778
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 21 03:27:37 2012 +0100

    Update and simplify to strip all *.a files in get-orig-source hints and copyright file Excluded-Files field.

diff --git a/debian/copyright b/debian/copyright
index a416c0c..870c93e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,7 @@ Name: jackdmp
 Maintainer: JACK developers <jack-devel at jackaudio.org>
 Source: https://github.com/jackaudio/jack2
 
-Excluded-Files: ./macosx/libcelt.a,
-	./macosx/libportaudio.a,
-	./windows/**.Lib,
-	./windows/**.lib,
-	./windows/**.dll
+Excluded-Files: *.a
 Reason: unneeded and possibly sourceless binaries
 
 Excluded-Files: ./windows/**.rc
diff --git a/debian/rules b/debian/rules
index cf0e5c3..0e86b2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +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 += ./windows/**.Lib ./windows/**.lib ./windows/**.dll
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./macosx/libcelt.a ./macosx/libportaudio.a
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += *.a
 
 # unneeded sources copyright-protected without licence
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.rc

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list