[redeclipse-data] 01/01: Import Debian patch 1.5.5-3

Markus Koschany apo at moszumanska.debian.org
Mon Aug 29 13:16:47 UTC 2016


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

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

commit 926d65b293292b1b6137d9b4c4aea721913fda10
Author: Markus Koschany <apo at debian.org>
Date:   Sun Aug 28 21:04:57 2016 +0200

    Import Debian patch 1.5.5-3
---
 debian/changelog | 15 +++++++++++++++
 debian/rules     |  3 ++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ee9ccea..95f6005 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+redeclipse-data (1.5.5-3) unstable; urgency=medium
+
+  * Team upload.
+  * d/rules: Ensure that the find and delete command will succeed and try
+    to find and delete all hidden directories.
+
+ -- Markus Koschany <apo at debian.org>  Sun, 28 Aug 2016 21:04:57 +0200
+
+redeclipse-data (1.5.5-2) unstable; urgency=medium
+
+  * Team upload.
+  * Delete .github directories with exec rm -r before deleting .git* files.
+
+ -- Markus Koschany <apo at debian.org>  Sun, 28 Aug 2016 19:44:31 +0200
+
 redeclipse-data (1.5.5-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 8a72d5f..1d4b5c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ override_dh_auto_install:
 		-not \( -name '.git*' -or -name '.pc*' -or -name 'debian' -or -name 'fonts' \) \
 		-exec cp -r '{}' debian/redeclipse-data/usr/share/games/redeclipse/data \;
 	# Delete hidden .git directories that could not be found due to maxdepth 1
-	find debian/redeclipse-data/usr/share/games/redeclipse/data -name '.git*' -delete
+	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
 
 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