[minetest-v04x] 04/04: Remove the bin directory in dh_clean. Apparently this one is not automatically

Markus Koschany apo at moszumanska.debian.org
Sat Jun 10 19:41:55 UTC 2017


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

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

commit 3f0750af06e7a88b750d45d1881123b5568e9f7a
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jun 10 21:23:42 2017 +0200

    Remove the bin directory in dh_clean. Apparently this one is not automatically
    
    removed..
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7adf05b..8c2c242 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,10 @@ override_dh_install:
 	cp util/minetestmapper.py debian/minetest-data/usr/games/minetest-mapper
 	cp util/colors.txt        debian/minetest-data/usr/share/games/minetest/minetestmapper-colors.txt
 
+override_dh_clean:
+	dh_clean
+	$(RM) -r bin
+
 get-orig-source:
 	uscan --verbose --force-download
 

-- 
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