This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch master in repository pleiades.
commit 5159e6c2cf7657876f08a920b4e66f34a8ea71a9 Author: Hideki Yamane <[email protected]> Date: Sun Jul 2 09:29:28 2017 +0900 remove Windows Thumbs.db --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 73402f4..1c7db6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ pleiades (1.7.27-1) UNRELEASED; urgency=medium * debian/rules - simplify with dh10 - use -Dnosign=true to reproducible build + - remove Windows Thumbs.db * debian/copyright - update since Apache commons is included in src - drop unnecessary srctest/jp/sourceforge/mergedoc/pleiades/resource/3.* diff --git a/debian/rules b/debian/rules index cca6df1..2ca0f51 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ override_dh_auto_install: -rm $(CURDIR)/debian/$(packagename)/$(eclipse_dir)/*cmd -rm -r $(CURDIR)/debian/$(packagename)/$(eclipse_dir)/readme -rm -r $(CURDIR)/debian/$(packagename)/$(eclipse_dir)/plugins/jp.sourceforge.mergedoc.pleiades/lib + -rm $(CURDIR)/debian/$(packagename)/$(eclipse_dir)/plugins/jp.sourceforge.mergedoc.pleiades/conf/images/Thumbs.db override_dh_installchangelogs: dh_installchangelogs $(CURDIR)/readme/readme_pleiades_changes.txt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

