[pkg-java] r6258 - in trunk/libformula/debian: . patches
rene at alioth.debian.org
rene at alioth.debian.org
Fri Apr 25 16:36:54 UTC 2008
Author: rene
Date: 2008-04-25 16:36:53 +0000 (Fri, 25 Apr 2008)
New Revision: 6258
Modified:
trunk/libformula/debian/changelog
trunk/libformula/debian/patches/libdir.diff
trunk/libformula/debian/patches/target-source-1.3.diff
trunk/libformula/debian/rules
Log:
actually upload 0.1.14...
Modified: trunk/libformula/debian/changelog
===================================================================
--- trunk/libformula/debian/changelog 2008-04-25 16:35:48 UTC (rev 6257)
+++ trunk/libformula/debian/changelog 2008-04-25 16:36:53 UTC (rev 6258)
@@ -1,3 +1,9 @@
+libformula (0.1.14-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Rene Engelhard <rene at debian.org> Fri, 25 Apr 2008 18:21:41 +0200
+
libformula (0.1.8-1) unstable; urgency=low
* Initial release
Modified: trunk/libformula/debian/patches/libdir.diff
===================================================================
--- trunk/libformula/debian/patches/libdir.diff 2008-04-25 16:35:48 UTC (rev 6257)
+++ trunk/libformula/debian/patches/libdir.diff 2008-04-25 16:36:53 UTC (rev 6258)
@@ -1,15 +1,13 @@
---- ant/build.properties-old 2007-08-22 01:24:37.000000000 +0200
-+++ ant/build.properties 2007-08-22 01:25:46.000000000 +0200
-@@ -25,9 +25,9 @@
+--- build.properties-old 2008-04-25 18:23:34.000000000 +0200
++++ build.properties 2008-04-25 18:24:00.000000000 +0200
+@@ -27,8 +27,8 @@
# All path settings are relative to the project root directory
# (..)
#
-libdir=lib
-junit-dir=lib
--testng-dir=lib/test
+libdir=/usr/share/java
+junit-dir=/usr/share/java
-+testng-dir=/usr/share/java
#
# If you specify a non-empty string, then dont forget the
Modified: trunk/libformula/debian/patches/target-source-1.3.diff
===================================================================
--- trunk/libformula/debian/patches/target-source-1.3.diff 2008-04-25 16:35:48 UTC (rev 6257)
+++ trunk/libformula/debian/patches/target-source-1.3.diff 2008-04-25 16:36:53 UTC (rev 6258)
@@ -1,13 +1,13 @@
---- ant/build.properties-old 2007-08-28 00:03:35.000000000 +0200
-+++ ant/build.properties 2007-08-28 00:03:46.000000000 +0200
+--- build.properties-old 2008-04-25 18:25:44.000000000 +0200
++++ build.properties 2008-04-25 18:25:55.000000000 +0200
@@ -18,8 +18,8 @@
#
# Make sure that JDK 1.2 compatible class files are generated
--build.target=1.2
+-build.target=1.4
-build.source=1.2
+build.target=1.3
+build.source=1.3
+ build.retro.target=1.2
+ build.retro.jdk=/opt/jdk1.2.2
- #
- # All path settings are relative to the project root directory
Modified: trunk/libformula/debian/rules
===================================================================
--- trunk/libformula/debian/rules 2008-04-25 16:35:48 UTC (rev 6257)
+++ trunk/libformula/debian/rules 2008-04-25 16:36:53 UTC (rev 6258)
@@ -9,10 +9,10 @@
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-nodeps.jar jcommon
-DEB_ANT_BUILDFILE := ant/build.xml
+DEB_ANT_BUILDFILE := build.xml
DEB_ANT_BUILD_TARGET := compile-jj compile javadoc
-VERSION := 0.1.8
+VERSION := 0.1.14
clean::
-rm -rf build
More information about the pkg-java-commits
mailing list