This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 617f786da631f5f174b2d892e605ff597d09d768 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 4 13:49:03 2013 +0000 'debian/rules clean' now calls mh_clean to remove debian/.mh --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e07edbb..2ea57b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libcommons-logging-java (1.1.2-1) experimental; urgency=low * Fixed the outdated OSGi metadata * Upgraded the dependency on the Servlet API (2.5 -> 3.0) * debian/copyright: converted to DEP5 format, updated the contributors + * debian/rules: the clean target now properly removes the debian/.mh directory -- Emmanuel Bourg <[email protected]> Thu, 04 Apr 2013 14:48:38 +0200 diff --git a/debian/rules b/debian/rules index e83b191..3cb3d0e 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ binary-post-install/$(PACKAGE):: dh_link usr/share/java/commons-logging-adapters-$(VERSION).jar usr/share/java/commons-logging-adapters.jar clean:: - rm -rf debian/tmp + mh_clean get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

