This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libjide-oss-java.
commit 9d20e51d019dabd77927a3e1ca5301d735aed693 Author: Markus Koschany <[email protected]> Date: Wed Oct 30 19:40:52 2013 +0100 Ensure that the package can be built twice. --- debian/changelog | 4 +++- debian/rules | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8a5f3b..3e2fa20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,10 @@ libjide-oss-java (3.5.10+dfsg-1) unstable; urgency=low * [c89d398] Remove override for dh_builddeb. - xz is the default compressor now. * Bump Standards-Version to 3.9.5, no changes. + * Ensure that the package can be built twice in a row. Update dh_clean + override. - -- Markus Koschany <[email protected]> Mon, 28 Oct 2013 10:56:09 +0100 + -- Markus Koschany <[email protected]> Wed, 30 Oct 2013 19:40:45 +0100 libjide-oss-java (3.5.3+dfsg-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 92d5d61..de19784 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,10 @@ VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if override_dh_clean: dh_clean - rm -rf $(CURDIR)/classes + $(RM) -r $(CURDIR)/classes + $(RM) -r $(CURDIR)/javadoc + $(RM) $(CURDIR)/jide-oss-*.jar + $(RM) $(CURDIR)/jide-oss-src-*.zip .PHONY: get-orig-source ## http://wiki.debian.org/onlyjob/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

