This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxalan2-java.
commit e89d99cb1e75ffa61b40de5a6b821765257b8829 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 25 11:03:19 2014 +0000 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 16c68b1..e726ab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libxalan2-java (2.7.1-9) UNRELEASED; urgency=medium - Updated the Homepage field - Removed the duplicate Section fields * Switch to debhelper level 9 + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Tue, 25 Mar 2014 11:38:57 +0100 diff --git a/debian/rules b/debian/rules index aa2be15..4a399ca 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,7 @@ DEB_ANT_BUILD_TARGET := jar xsltc.unbundledjar javadocs docs clean:: rm -f xdocs/sources/xalan/*DONE XSLTCDONE rm -f lib/BCEL.jar lib/regexp.jar + mh_clean pre-build:: rm -f lib/BCEL.jar lib/regexp.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxalan2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

