[glassfish] 04/05: debian/rules: Improves the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 21 15:47:33 UTC 2015


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

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

commit 74b0c218f984a5b57189cec8c5395eba024c3619
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 21 16:01:20 2015 +0200

    debian/rules: Improves the clean target
---
 debian/changelog | 2 ++
 debian/rules     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e7f00ea..665a3b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 glassfish (1:2.1.1-b31g+dfsg1-3) UNRELEASED; urgency=medium
 
+  [ Emmanuel Bourg ]
   * No longer build the unused common-util module to remain buildable
     with Java 8 (Closes: #750747)
   * Standards-Version updated to 3.9.6 (no changes)
+  * debian/rules: Improves the clean target
 
   [ Daniel Kahn Gillmor ]
   * Make the build reproducible by setting the timestamp in the manifests
diff --git a/debian/rules b/debian/rules
index 70f2475..423b6fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,8 @@ DEST_DIR = $(DEB_DESTDIR)/usr/share/java
 
 clean::
 	$(RM) -r debian/poms
+	mh_clean
+	rm -Rf persistence-api/build/ publish
 
 # The first invokation of ant fails sometimes
 # http://ant.apache.org/manual/Tasks/jar.html

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



More information about the pkg-java-commits mailing list