[ciderwebmail] 10/12: Suppress .mo files in copyright check.

Jonas Smedegaard dr at jones.dk
Wed Oct 22 18:50:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch experimental
in repository ciderwebmail.

commit 2ce69a98bb479442854a72a258814454ad2c0a04
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Oct 22 19:58:39 2014 +0200

    Suppress .mo files in copyright check.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8775352..96da22c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ CDBS_RECOMMENDS_$(pkg) = $(deps-recommend), $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests)
 
 # silence graphics files (in addition to defaults)
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(root/static/(images/.*|favicon\.ico)|debian/(changelog|copyright(|_hints|_newhints)))$
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(root/(static/(images/.*|favicon\.ico)|locale/.*\.mo)|debian/(changelog|copyright(|_hints|_newhints)))$
 
 DEB_INSTALL_EXAMPLES_$(pkg) = ciderwebmail.yml script/update_schema.sh
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list