[SCM] UNNAMED PROJECT branch, master, updated. debian/2.0.0-1-3-g06163bd

Niels Thykier niels at thykier.net
Wed Jun 27 10:30:16 UTC 2012


The following commit has been merged in the master branch:
commit 3ce1b86151355f0cda8521eac725bd5166feb64a
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jun 27 12:28:01 2012 +0200

    Work around issue with maven clean rule
    
    Signed-off-by: Niels Thykier <niels at thykier.net>

diff --git a/debian/changelog b/debian/changelog
index d1bece6..92d1c02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jgit (2.0.0-2) UNRELEASED; urgency=low
 
   * Add breaks on eclipse-egit (<< 2.0) to ensure egit is
     upgraded together with libjgit-java.
+  * Work around issue with the maven clean rule.
 
  -- Niels Thykier <niels at thykier.net>  Wed, 27 Jun 2012 12:16:26 +0200
 
diff --git a/debian/rules b/debian/rules
index 96b5430..7ce7127 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,3 +35,14 @@ install/libjgit-java-doc::
 
 clean::
 	rm -f mvn-build
+	rm -fr org.eclipse.jgit.ant.test/target/ \
+	       org.eclipse.jgit.ant/target/ \
+	       org.eclipse.jgit.console/target/ \
+	       org.eclipse.jgit.http.server/target/ \
+	       org.eclipse.jgit.iplog/target/ \
+	       org.eclipse.jgit.junit/target/ \
+	       org.eclipse.jgit.pgm.test/target/ \
+	       org.eclipse.jgit.pgm/target/ \
+	       org.eclipse.jgit.ui/target/ \
+	       org.eclipse.jgit/target/ \
+	       target/

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list