[SCM] milkytracker/master: Skip copyright-checking some binary files to not upset dpkg-source.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Jan 8 14:46:22 UTC 2011


The following commit has been merged in the master branch:
commit 0a50d87d0c458359d77cb97c0f9f7405049c0c97
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jan 8 15:36:24 2011 +0100

    Skip copyright-checking some binary files to not upset dpkg-source.

diff --git a/debian/rules b/debian/rules
index 3c7278c..613b1af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 DEB_UPSTREAM_URL = http://www.milkytracker.org/files
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./platforms/ ./src/compression/lha/ ./autom4te.cache/
 
+# Skip copyright-checking some binary files to not upset dpkg-source
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX ?= ^(docs/EqualizerDesign.doc|resources/(pictures/.*|reference/Amiga_resampler/modguide/results/.*\.png)|debian/(changelog|copyright(|_hints|_newhints)))$
+
 LDFLAGS += -Wl,-z,defs -lzzip
 DEB_INSTALL_CHANGELOGS_ALL = docs/ChangeLog.html
 DEB_DH_INSTALL_ARGS += debian/milkytracker.desktop usr/share/applications

-- 
milkytracker packaging



More information about the pkg-multimedia-commits mailing list