[SCM] UNNAMED PROJECT branch, master, updated. debian/2.3.1-2-5-gd050ebd

Jakub Adam jakub.adam at ktknet.cz
Mon Jun 24 16:32:42 UTC 2013


The following commit has been merged in the master branch:
commit d050ebd5758243b15d162e36a443e1b40ec0c7fa
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Jun 11 21:44:45 2013 +0200

    Don't install org.eclipse.jgit.junit.jar, it's used only by tests

diff --git a/debian/changelog b/debian/changelog
index 998c56b..ce760fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jgit (3.0.0-1) UNRELEASED; urgency=low
   * New Upstream release.
   * Use maven.ignoreRules to remove unnecessary maven plugins.
   * Add libjavaewah-java to Build-Depends.
+  * Don't install org.eclipse.jgit.junit.jar, it's used only by tests.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Tue, 11 Jun 2013 19:22:57 +0200
 
diff --git a/debian/libjgit-java.classpath b/debian/libjgit-java.classpath
index 48ccd5e..906670b 100644
--- a/debian/libjgit-java.classpath
+++ b/debian/libjgit-java.classpath
@@ -1,3 +1,2 @@
 usr/share/java/org.eclipse.jgit.jar jsch.jar JavaEWAH.jar
 usr/share/java/org.eclipse.jgit.http.server.jar org.eclipse.jgit.jar servlet-api-2.5.jar
-usr/share/java/org.eclipse.jgit.junit.jar org.eclipse.jgit.jar junit4.jar
diff --git a/debian/libjgit-java.poms b/debian/libjgit-java.poms
index c7b01dc..c113aed 100644
--- a/debian/libjgit-java.poms
+++ b/debian/libjgit-java.poms
@@ -3,6 +3,6 @@ org.eclipse.jgit/pom.xml
 org.eclipse.jgit.ant/pom.xml --ignore-pom
 org.eclipse.jgit.console/pom.xml --ignore-pom
 org.eclipse.jgit.http.server/pom.xml
-org.eclipse.jgit.junit/pom.xml
+org.eclipse.jgit.junit/pom.xml --ignore-pom
 org.eclipse.jgit.pgm/pom.xml --ignore-pom
 org.eclipse.jgit.ui/pom.xml --ignore-pom
diff --git a/debian/rules b/debian/rules
index 207b325..f206a9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,6 @@ install/libjgit-java::
 	mh_installpoms -plibjgit-java
 	mh_installjar -plibjgit-java -l org.eclipse.jgit/pom.xml org.eclipse.jgit/target/org.eclipse.jgit-*-r.jar
 	mh_installjar -plibjgit-java -l org.eclipse.jgit.http.server/pom.xml org.eclipse.jgit.http.server/target/org.eclipse.jgit.http.server-*-r.jar
-	mh_installjar -plibjgit-java -l org.eclipse.jgit.junit/pom.xml org.eclipse.jgit.junit/target/org.eclipse.jgit.junit-*-r.jar
 	mh_unpatchpoms -plibjgit-java
 
 install/libjgit-ant-java::

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list