[Pkg-javascript-commits] [backbone] 21/97: Suppress more kinds of images from copyright check.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:55:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit f0565e0ccea2e96bed64199b0dae46fddb945071
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Aug 12 23:23:01 2011 +0200
Suppress more kinds of images from copyright check.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3cd919a..d8295ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
DEB_UPSTREAM_TARBALL_MD5 = 7bda49a5122076463546659d460a884b
# Silence images in addition to the default debian files
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^docs/images/.*\.png|debian/(changelog|copyright(|_hints|_newhints))$
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^docs/images/.*\.(jpg|png)|debian/(changelog|copyright(|_hints|_newhints))$
DEB_INSTALL_DOCS_libjs-backbone += index.html
DEB_INSTALL_EXAMPLES_libjs-backbone += examples/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list