[SCM] hydrogen/master: Improve copyright check: Extract metadata from spreadsheets (not only images). Skip images and audio without metadata, and more types of compiled localizations.

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Jul 19 08:51:18 UTC 2017


The following commit has been merged in the master branch:
commit fddfb5f96bfa4bcc7a1bfcb46748844f5f35e14f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jul 19 09:42:41 2017 +0200

    Improve copyright check: Extract metadata from spreadsheets (not only images). Skip images and audio without metadata, and more types of compiled localizations.

diff --git a/debian/copyright-check b/debian/copyright-check
index 3c1f9a1..7ce4e0e 100755
--- a/debian/copyright-check
+++ b/debian/copyright-check
@@ -17,10 +17,10 @@
 
 set -eu
 
-# extract metadata from images before copyright check
-# - and skip compiled localizations and audio.
-export DEB_COPYRIGHT_EXTRACT_EXTS="png"
-export DEB_COPYRIGHT_CHECK_IGNORE_EXTS="flac qm"
+# extract metadata from images and spreadsheets before copyright check
+# - and skip images and audio without metadata, and compiled localizations.
+export DEB_COPYRIGHT_EXTRACT_EXTS="ods png"
+export DEB_COPYRIGHT_CHECK_IGNORE_EXTS="bmp flac icns ico ts qm wav"
 
 make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true
 make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list