[minetest-v04x] 05/09: Delete all license.txt files before installing them into the Debian packages.

Markus Koschany apo at moszumanska.debian.org
Wed Dec 28 01:50:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository minetest-v04x.

commit dbc0de46b723dab2f7d7807dc98450fd8ddec623
Author: Markus Koschany <apo at debian.org>
Date:   Wed Dec 28 00:23:44 2016 +0100

    Delete all license.txt files before installing them into the Debian packages.
    
    Debian has its own copyright file.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 418a82e..ed6ea46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,7 @@ override_dh_installchangelogs:
 	dh_installchangelogs debian/changelog.upstream
 
 override_dh_install:
+	find . -name "license.txt" -delete
 	dh_install --list-missing
 	# copy the logo
 	mkdir -p  debian/minetest/usr/share/icons/hicolor/24x24/apps/ \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git



More information about the Pkg-games-commits mailing list