[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7_exp-5-23-gc5a6972

Benjamin Drung bdrung at alioth.debian.org
Tue Sep 20 13:46:57 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  c5a6972b5a922a959a63f3fd8aced896ac618bf8 (commit)
      from  73c909ab58e08ac19f7f3a520bbe81aa58678638 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c5a6972b5a922a959a63f3fd8aced896ac618bf8
Author: Benjamin Drung <bdrung at debian.org>
Date:   Tue Sep 20 15:46:52 2011 +0200

    Add patch to find libjasper-java 5.5.33-1 on Debian.

-----------------------------------------------------------------------

Summary of changes:
 debian/control                                |    4 ++--
 debian/patches/find-newer-system-jasper.patch |   15 +++++++++++++++
 debian/patches/series                         |    1 +
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d4581d6..1ace7e6 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends: ant (>= 1.8.2),
                libgtk2.0-dev,
                libhamcrest-java (>= 1.1-8~),
                libicu4j-4.4-java (>= 4.4.2),
-               libjasper-java,
+               libjasper-java (>= 5.5.26),
                libjetty-java (>= 6.1.24-4~),
                libjsch-java (>= 0.1.37-3),
                liblucene2-java (>= 2.9.4+ds1-3~),
@@ -130,7 +130,7 @@ Depends: ant (>= 1.8.2),
          libcommons-el-java (>= 1.0-5),
          libcommons-httpclient-java (>= 3.1-9),
          libcommons-logging-java (>= 1.1.1-6),
-         libjasper-java,
+         libjasper-java (>= 5.5.26),
          libjetty-java (>= 6.1.24-4~),
          libjsch-java (>= 0.1.37-3),
          liblucene2-java (>= 2.9.4+ds1-3~),
diff --git a/debian/patches/find-newer-system-jasper.patch b/debian/patches/find-newer-system-jasper.patch
new file mode 100644
index 0000000..1ab6e14
--- /dev/null
+++ b/debian/patches/find-newer-system-jasper.patch
@@ -0,0 +1,15 @@
+Description: Support finding libjasper-java 5.5.33-1 or newer on Debian.
+Author: Benjamin Drung <bdrung at debian.org>
+Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=358246
+
+--- a/dependencies.properties
++++ b/dependencies.properties
+@@ -6,7 +6,7 @@
+ org.apache.commons.el_1.0.0.v200806031608.jar=/usr/share/java/commons-el.jar
+ org.apache.commons.httpclient_3.1.0.v201005080502.jar=/usr/share/java/commons-httpclient.jar
+ org.apache.commons.logging_1.0.4.v201101211617.jar=/usr/share/java/commons-logging.jar
+-org.apache.jasper_5.5.17.v200903231320.jar=/usr/share/eclipse/plugins/org.apache.jasper_5.5.17.v200706111724.jar:/usr/share/java/jasper-5.5.26.jar
++org.apache.jasper_5.5.17.v200903231320.jar=/usr/share/eclipse/plugins/org.apache.jasper_5.5.17.v200706111724.jar:/usr/share/java/jasper-5.5.26.jar:/usr/share/java/jasper-5.5.jar
+ org.apache.lucene.core_2.9.1.v201101211721.jar=/usr/share/java/lucene.jar:/usr/share/java/lucene-core.jar
+ org.apache.lucene.analysis_2.9.1.v201101211721.jar=/usr/share/java/lucene-contrib/lucene-analyzers.jar:/usr/share/java/lucene-analyzers.jar
+ org.mortbay.jetty.util_6.1.23.v201004211559.jar=/usr/share/java/jetty/jetty-util.jar:/usr/share/java/jetty-util.jar
diff --git a/debian/patches/series b/debian/patches/series
index 9016c03..9a393a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -15,3 +15,4 @@ osgi-services.patch
 #eclipse-build-generatedScripts.patch
 debian-load-internal-swt.patch
 gnomeproxy-makefile.patch
+find-newer-system-jasper.patch


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list