This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-httpclient.
commit 778e343b325f49eb20410bbe42a586a1f6f4bac6 Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 14 13:44:37 2014 +0000 debian/rules: Improved the clean target --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3fdf9bb..457855c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,8 @@ commons-httpclient (3.1-11) UNRELEASED; urgency=medium - Use canonical URLs for the Vcs-* fields - Standards-Version updated to 3.9.5 (no changes) - Improved the package description - * Removed Michael Koch from the uploaders (Closes: #654007) + - Removed Michael Koch from the uploaders (Closes: #654007) + * debian/rules: Improved the clean target -- Kumar Appaiah <[email protected]> Sat, 29 Mar 2014 15:40:00 -0400 diff --git a/debian/rules b/debian/rules index 8588081..1cb86c9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,9 @@ binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml dist/$(PACKAGE)-$(VERSION).jar +clean:: + mh_clean + get-orig-pom: wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/commons-httpclient/commons-httpclient/$(DEB_UPSTREAM_VERSION)/commons-httpclient-$(DEB_UPSTREAM_VERSION).pom -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

