[SCM] gmerlin/master: ignore binaries from licensecheck

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Thu Jan 13 14:53:38 UTC 2011


The following commit has been merged in the master branch:
commit 3846ef27708595b26c80b7290cf443b31536498e
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Thu Jan 13 14:02:59 2011 +0100

    ignore binaries from licensecheck

diff --git a/debian/rules b/debian/rules
index 9986855..bedb041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,10 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += CVS/
 #    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
+# Suppress scanning documentation images causing false alarms.
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(icons/.*|doc/img/.*|skins/.*/.*|po/.*\.gmo|debian/(changelog|copyright(|_hints|_newhints)))$
+
+
 DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-doc \
  --enable-static=no \
  --with-cpuflags=none

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list