[SCM] jackd2/master: Extend 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:32 UTC 2012


The following commit has been merged in the master branch:
commit 079b372417f2b679b87b9f7d88f5bc4afbfe3ded
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 21 03:43:11 2012 +0100

    Extend 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 870c93e..2835406 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,9 @@ Reason: unneeded and possibly sourceless binaries
 Excluded-Files: ./windows/**.rc
 Reason: unneeded sources, copyright-protected without licence
 
+Excluded-Files: ./waf
+Reason: sources not in prefered form of modification
+
 Copyright: 2004-2009, Grame <grame at grame.fr>
 License: LGPL-2.1+
 
diff --git a/debian/rules b/debian/rules
index 0e86b2d..16ba758 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.rc
 # pure garbage in upstream tarball
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += .DS_Store
 
-# ignore oddly packaged bzip2 archive to not upset dpkg
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hints|_newhints))$
+# sources not in prefered form of modification
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./waf
 
 # Minimum assured version referenced upstream as library API/ABI
 ABI = 0.118.0

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list