[pkg-java] r12304 - in trunk/libloader/debian: . patches
Torsten Werner
twerner at alioth.debian.org
Tue May 4 21:03:56 UTC 2010
Author: twerner
Date: 2010-05-04 21:03:54 +0000 (Tue, 04 May 2010)
New Revision: 12304
Modified:
trunk/libloader/debian/changelog
trunk/libloader/debian/patches/0001-use-unversioned-jars.patch
trunk/libloader/debian/patches/0002-switch-to-usr-share-java.patch
trunk/libloader/debian/patches/0003-switch-to-source-and-target-version-1.3.patch
Log:
New upstream release.
Modified: trunk/libloader/debian/changelog
===================================================================
--- trunk/libloader/debian/changelog 2010-05-04 20:59:54 UTC (rev 12303)
+++ trunk/libloader/debian/changelog 2010-05-04 21:03:54 UTC (rev 12304)
@@ -1,5 +1,6 @@
-libloader (0.3.6-5) unstable; urgency=low
+libloader (0.3.7-1) unstable; urgency=low
+ * New upstream release.
* Team upload.
* Remove JRE dependencies.
* Switch to source format 3.0.
@@ -7,7 +8,7 @@
* Add Homepage header.
* Convert patches to dep3 format.
- -- Torsten Werner <twerner at debian.org> Tue, 04 May 2010 22:58:28 +0200
+ -- Torsten Werner <twerner at debian.org> Tue, 04 May 2010 23:02:36 +0200
libloader (0.3.6-4) unstable; urgency=low
Modified: trunk/libloader/debian/patches/0001-use-unversioned-jars.patch
===================================================================
--- trunk/libloader/debian/patches/0001-use-unversioned-jars.patch 2010-05-04 20:59:54 UTC (rev 12303)
+++ trunk/libloader/debian/patches/0001-use-unversioned-jars.patch 2010-05-04 21:03:54 UTC (rev 12304)
@@ -7,14 +7,14 @@
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.properties b/build.properties
-index 992f639..bcd056f 100644
+index cdf2aa9..995a9da 100644
--- a/build.properties
+++ b/build.properties
@@ -36,20 +36,20 @@ manifest-lib-prefix=lib/
# Used libraries ...
# Used by: core libraries
--jcommon-jar-file=jcommon-1.0.10.jar
+-jcommon-jar-file=jcommon-1.0.12.jar
+jcommon-jar-file=jcommon.jar
@@ -30,7 +30,7 @@
+ehcache-jar-file=ehcache.jar
# Used by: module-factory-wmf
--pixie-jar-file=optional/pixie-0.8.9.jar
+-pixie-jar-file=optional/pixie-0.8.10.jar
+pixie-jar-file=pixie.jar
##############################################################
Modified: trunk/libloader/debian/patches/0002-switch-to-usr-share-java.patch
===================================================================
--- trunk/libloader/debian/patches/0002-switch-to-usr-share-java.patch 2010-05-04 20:59:54 UTC (rev 12303)
+++ trunk/libloader/debian/patches/0002-switch-to-usr-share-java.patch 2010-05-04 21:03:54 UTC (rev 12304)
@@ -7,7 +7,7 @@
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.properties b/build.properties
-index bcd056f..44b3b24 100644
+index 995a9da..75269d5 100644
--- a/build.properties
+++ b/build.properties
@@ -21,7 +21,7 @@ build.retro.jdk=/opt/jdk1.2.2
Modified: trunk/libloader/debian/patches/0003-switch-to-source-and-target-version-1.3.patch
===================================================================
--- trunk/libloader/debian/patches/0003-switch-to-source-and-target-version-1.3.patch 2010-05-04 20:59:54 UTC (rev 12303)
+++ trunk/libloader/debian/patches/0003-switch-to-source-and-target-version-1.3.patch 2010-05-04 21:03:54 UTC (rev 12304)
@@ -7,7 +7,7 @@
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.properties b/build.properties
-index 44b3b24..9aac1a8 100644
+index 75269d5..ebe110a 100644
--- a/build.properties
+++ b/build.properties
@@ -14,8 +14,8 @@ build.deprecation=true
More information about the pkg-java-commits
mailing list