From: IOhannes m zmölnig Date: Wed, 21 Sep 2016 09:40:29 +0000 (+0200) Subject: exclude more binary data from copyright-check X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~192 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d18f4bd68e78f750e797d4bb568e550dbb59c88e;p=juce.git exclude more binary data from copyright-check --- diff --git a/debian/rules b/debian/rules index 33f5a108..5074cd9c 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/utils.mk 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)))$ +^((.*\.jpg)|(.*\.png)|(.*\.ico)|(.*\.icns)|(.*\.nib)|examples/(AUv3Synth|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)))$ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(cdbs_make_curdestdir) prefix=/usr libdir=/usr/lib/${DEB_HOST_MULTIARCH}/