[SCM] juce/master: ignore binary files from copyright_check

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Dec 21 23:02:23 UTC 2015


The following commit has been merged in the master branch:
commit c29583e4341624f668238f84a7c97a1489ff0395
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Dec 21 23:46:54 2015 +0100

    ignore binary files from copyright_check

diff --git a/debian/rules b/debian/rules
index 601eedc..4706686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^((.*\.jpg)|debian/(changelog|copyright(|_hints|_newhints)))$
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
+^((.*\.jpg)|(.*\.png)|(.*\.ico)|(.*\.icns)|(.*\.nib)|examples/PlugInSamples/MultiOutSynth/Source/BinaryData/singing\.ogg|examples/Demo/Resources/cello\.wav|examples/Demo/Resources/icons\.zip|modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinResources\.rsr|examples/ComponentTutorialExample/Introduction to Components - Part 1\.pdf|debian/(changelog|copyright(|_hints|_newhints)))$
 
 #pkg = $(DEB_SOURCE_PACKAGE)
 #pkgdoc = frei0r-plugins-doc

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list