[redeclipse-data] 08/12: Update changelog

Markus Koschany apo at moszumanska.debian.org
Sun Aug 28 15:37:27 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 5664520877c62dda456eca9d0180425cd1ee89ae
Author: Markus Koschany <apo at debian.org>
Date:   Sun Aug 28 15:07:20 2016 +0200

    Update changelog
---
 debian/changelog | 5 ++++-
 debian/rules     | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c9dd3a9..109a6f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,17 @@
 redeclipse-data (1.5.5-1) unstable; urgency=medium
 
+  * Team upload.
+
   [ Markus Koschany ]
   * New upstream release.
   * Declare compliance with Debian Policy 3.9.8.
   * Vcs-Git: Use https.
+  * Remove all hidden .git and .pc directories from the resulting tarball.
 
   [ Martin Erik Werner ]
   * Use uscan to repack tarball via Files-Exluded in debian/copyright.
 
- -- Martin Erik Werner <martinerikwerner at gmail.com>  Fri, 19 Jun 2015 17:14:46 +0200
+ -- Markus Koschany <apo at debian.org>  Sun, 28 Aug 2016 15:06:58 +0200
 
 redeclipse-data (1.5.1-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 16f2745..0c6fb4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,8 @@ override_dh_auto_install:
 	find . -mindepth 1 -maxdepth 1 -type d \
 		-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
 
 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