[SCM] flowblade/master: Skip gettext *.mo files from copyright check.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Oct 16 21:33:49 UTC 2014


The following commit has been merged in the master branch:
commit 5d9c9594229c3e62854c52d73105d314941dbac3
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Oct 16 23:05:27 2014 +0200

    Skip gettext *.mo files from copyright check.

diff --git a/debian/rules b/debian/rules
index f8b4909..af15433 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ deps += , python-mlt | python-mlt5 | python-mlt2
 deps += , gtk2-engines-pixbuf, librsvg2-common, frei0r-plugins, swh-plugins
 CDBS_DEPENDS_$(pkg) = $(deps)
 
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^Flowblade/res/.*\.png|debian/(changelog|copyright(|_hints|_newhints))$
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^Flowblade/(locale/.*\.mo|res/.*\.png)|debian/(changelog|copyright(|_hints|_newhints))$
 
 DEB_PYTHON_INSTALL_ARGS_$(pkg) += --install-lib=/usr/share/flowblade
 

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list