This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antelope.
commit 8cd29a5739f07f0d9faa2a65507a0107f39676ce Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 11 16:00:48 2014 +0100 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b07e1a5..0cdef6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ antelope (3.5.1-3) UNRELEASED; urgency=medium - Added the Vcs-* fields - Standards-Version updated to 3.9.6 (no changes) * debian/copyright: Updated to the Copyright Format 1.0 + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Thu, 11 Dec 2014 15:34:12 +0100 diff --git a/debian/rules b/debian/rules index 8bfa9f9..701b76f 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ DEB_ANT_BUILD_TARGET := tasks transform-docs clean:: mh_clean - -rm -rf prep + -rm -rf prep classes binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antelope.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

