[SCM] frei0r/master: Added licensecheck target

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Jan 15 13:43:12 UTC 2018


The following commit has been merged in the master branch:
commit 5dc85ea321dc78c04a9f0800f425fc62170099d6
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date:   Mon Jan 15 14:20:58 2018 +0100

    Added licensecheck target

diff --git a/debian/rules b/debian/rules
index 10245dc..4034618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,9 @@ override_dh_clean:
 	dh_clean
 	rm -rf doc/html/
 	rm -f doc/Makefile
+
+licensecheck:
+	licensecheck --deb-machine -r * \
+		> debian/copyright_newhints
+	cmp debian/copyright_hints debian/copyright_newhints \
+		&& rm debian/copyright_newhints

-- 
frei0r packaging



More information about the pkg-multimedia-commits mailing list