[redeclipse-data] 04/06: Remove cruft like Thumbs.db and license.txt files.

Markus Koschany apo at moszumanska.debian.org
Sat Jan 21 23:19:00 UTC 2017


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

apo pushed a commit to branch master
in repository redeclipse-data.

commit 206a561f48e3fd3c23dab64f3b012d1041a33466
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jan 21 18:48:19 2017 +0100

    Remove cruft like Thumbs.db and license.txt files.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index ee0c45c..6662d9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ override_dh_auto_install:
 	# Delete hidden .git directories that could not be found due to maxdepth 1
 	find $(CURDIR)/debian/redeclipse-data -type d -name '.[^.]*' -prune -exec rm -rf {} \;
 	find $(CURDIR)/debian/redeclipse-data/usr/share/games/redeclipse/data -name '.git*' -delete
+	find $(CURDIR)/debian/redeclipse-data/usr/share/games/redeclipse/data -name 'Thumbs.db*' -delete
+	find $(CURDIR)/debian/redeclipse-data/usr/share/games/redeclipse/data -iname 'license.txt' -delete
 
 get-orig-source:
 	uscan --noconf --rename --repack --compression xz --force-download --download-current-version --destdir=.

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



More information about the Pkg-games-commits mailing list