[maven] 02/03: debian/rules: Improved the clean target

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Oct 21 14:46:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven.

commit 8d15e6b1d08be09132e09e5e26df800bea8b0455
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Oct 21 16:26:14 2013 +0200

    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 87d9c75..08edf77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ maven (3.0.4-7) UNRELEASED; urgency=low
   * Updated modello.diff to use Guava instead of Google Collections
     (Closes: #725588)
   * Updated maven-clean-plugin version from 2.3 to 2.5
+  * debian/rules: Improved the clean target
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 07 Oct 2013 18:16:18 +0200
 
diff --git a/debian/rules b/debian/rules
index 53c3cca..de2bba9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ binary-post-install/$(PACKAGE)::
 	find $(DEB_BUILDDIR)/debian/$(PACKAGE)/usr/share/maven/man -type f | xargs gzip -9v -n
 
 clean::
+	mh_clean
 	mh_unpatchpoms -p$(PACKAGE)
 	-rm -rf debian/tmp/mvn-repo
 	-rm $(DEB_BUILDDIR)/maven-ant-tasks-2.1.1.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git



More information about the pkg-java-commits mailing list