[SCM] ardour/master: Exclude png-files from licensecheck

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 18 21:15:39 UTC 2016


The following commit has been merged in the master branch:
commit d19f8a473b70e0056d74d853013c01aad1a5e511
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 18 21:53:20 2016 +0100

    Exclude png-files from licensecheck

diff --git a/debian/rules b/debian/rules
index 3604a34..eada7de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ DEB_CLEAN_EXCLUDE=debian/tmp
 DEB_DESTDIR = $(CURDIR)/debian/tmp/
 
 # ignore oddly packaged bzip2 archive to not upset dpkg
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hints|_newhints))$
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(waf|(icons|gtk2_ardour)/icons/.*\.png|tools/osx_packaging/.*\.png|gtk_ardour/.*splash\.png|doc/ardour_meter_colors\.png|doc/layering/.*\.png|icons/made_with/ardour_made\.png|debian/(changelog|copyright(|_hints|_newhints)))$
 
 # Set tag to full 40 char git tag for git snapshot release
 tag = $(DEB_UPSTREAM_TARBALL_VERSION)

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list