[SCM] UNNAMED PROJECT branch, master, updated. debian/2.2.0-1-5-geff1991
Jakub Adam
jakub.adam at ktknet.cz
Fri Feb 22 17:08:11 UTC 2013
The following commit has been merged in the master branch:
commit eff19915cc5c59b10b7f92e6cce97edbbd4d887f
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri Feb 22 17:11:28 2013 +0100
Remove mention of iplog jar from packaging files (removed upstream)
diff --git a/debian/changelog b/debian/changelog
index 97f0c18..ae719cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jgit (2.3.1-1) UNRELEASED; urgency=low
* New Upstream release.
* Refreshed debian-custom-build.patch.
+ * Remove mention of iplog jar from packaging files (removed upstream).
-- Jakub Adam <jakub.adam at ktknet.cz> Fri, 22 Feb 2013 16:47:29 +0100
diff --git a/debian/jgit-cli.classpath b/debian/jgit-cli.classpath
index c4fe6a8..fd6e09b 100644
--- a/debian/jgit-cli.classpath
+++ b/debian/jgit-cli.classpath
@@ -1,4 +1,3 @@
usr/share/java/org.eclipse.jgit.console.jar org.eclipse.jgit.jar jsch.jar
-usr/share/java/org.eclipse.jgit.iplog.jar org.eclipse.jgit.jar
-usr/share/java/org.eclipse.jgit.pgm.jar org.eclipse.jgit.jar org.eclipse.jgit.ui.jar args4j.jar org.eclipse.jgit.iplog.jar commons-compress.jar
+usr/share/java/org.eclipse.jgit.pgm.jar org.eclipse.jgit.jar org.eclipse.jgit.ui.jar args4j.jar commons-compress.jar
usr/share/java/org.eclipse.jgit.ui.jar org.eclipse.jgit.jar jsch.jar
diff --git a/debian/jgit-cli.poms b/debian/jgit-cli.poms
index 6460a70..53e624f 100644
--- a/debian/jgit-cli.poms
+++ b/debian/jgit-cli.poms
@@ -1,5 +1,4 @@
org.eclipse.jgit.console/pom.xml
-org.eclipse.jgit.iplog/pom.xml
org.eclipse.jgit.pgm/pom.xml
org.eclipse.jgit.ui/pom.xml
diff --git a/debian/rules b/debian/rules
index d55c43f..207b325 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,6 @@ install/libjgit-ant-java::
install/jgit-cli::
mh_installpoms -pjgit-cli
mh_installjar -pjgit-cli -l org.eclipse.jgit.console/pom.xml org.eclipse.jgit.console/target/org.eclipse.jgit.console-*-r.jar
- mh_installjar -pjgit-cli -l org.eclipse.jgit.iplog/pom.xml org.eclipse.jgit.iplog/target/org.eclipse.jgit.iplog-*-r.jar
mh_installjar -pjgit-cli -l org.eclipse.jgit.pgm/pom.xml org.eclipse.jgit.pgm/target/org.eclipse.jgit.pgm-*-r.jar
mh_installjar -pjgit-cli -l org.eclipse.jgit.ui/pom.xml org.eclipse.jgit.ui/target/org.eclipse.jgit.ui-*-r.jar
mh_unpatchpoms -pjgit-cli
@@ -43,7 +42,6 @@ clean::
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/ \
--
UNNAMED PROJECT
More information about the pkg-java-commits
mailing list