[SCM] csound/master: Avoid copyright-checking some known-good data files.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Jan 19 20:50:24 UTC 2012


The following commit has been merged in the master branch:
commit 13806119942ff0f3926e9dc28e0d0be05bccba09
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jan 19 21:46:02 2012 +0100

    Avoid copyright-checking some known-good data files.

diff --git a/debian/rules b/debian/rules
index 5074a91..d50ab2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,9 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./csound5_osx_installer_files.tar.gz
 # Contains explicit copyright but lack licensing info
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./samples/VintageDreamsWaves-v2.sf2
 
+# Skip some data files, in addition to the default debian files
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(samples/hrtf-.*\.dat|debian/(changelog|copyright(|_hints|_newhints)))$
+
 # Common docs for all packages
 DEB_INSTALL_DOCS_ALL = readme-csound5.txt AUTHORS
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list