[antelope] 05/07: debian/rules: Improved the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 11 15:27:13 UTC 2014


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 <ebourg at apache.org>
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 <ebourg at apache.org>  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



More information about the pkg-java-commits mailing list