[SCM] gmerlin-avdecoder/master: Exclude files (re)generated during build from license-check

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Dec 10 15:28:26 UTC 2013


The following commit has been merged in the master branch:
commit 68a76d7f8afc692bcb05e78140770e3807ccb3f6
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Dec 10 14:29:45 2013 +0100

    Exclude files (re)generated during build from license-check

diff --git a/debian/rules b/debian/rules
index 1adcb8a..9720958 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,9 @@ DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
 DEB_MAKE_CLEAN_TARGET = distclean
 DEB_AUTOMAKE_ARGS = --add-missing --copy
 
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(missing|config(ure|\.guess|\.sub)|debian/(changelog|copyright(|_hints|_newhints)))$
+
+
 .PHONY: storefiles restorefiles
 
 post-patches:: storefiles

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list