Author: mkoch Date: 2009-09-24 19:21:03 +0000 (Thu, 24 Sep 2009) New Revision: 10570
Added: trunk/libformula/debian/ant.properties Modified: trunk/libformula/debian/changelog trunk/libformula/debian/control trunk/libformula/debian/rules Log: libformula (0.1.14-3) unstable; urgency=low * (Build-)Depends on default-jdk. * Build Java 5-compatible class files. * Added myself to Uploaders. * Updated Standards-Version to 3.8.3. -- Michael Koch <[email protected]> Thu, 24 Sep 2009 11:28:59 +0200 Added: trunk/libformula/debian/ant.properties =================================================================== --- trunk/libformula/debian/ant.properties (rev 0) +++ trunk/libformula/debian/ant.properties 2009-09-24 19:21:03 UTC (rev 10570) @@ -0,0 +1,2 @@ +build.target=1.5 +build.source=1.5 Modified: trunk/libformula/debian/changelog =================================================================== --- trunk/libformula/debian/changelog 2009-09-24 19:18:55 UTC (rev 10569) +++ trunk/libformula/debian/changelog 2009-09-24 19:21:03 UTC (rev 10570) @@ -1,3 +1,12 @@ +libformula (0.1.14-3) unstable; urgency=low + + * (Build-)Depends on default-jdk. + * Build Java 5-compatible class files. + * Added myself to Uploaders. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Thu, 24 Sep 2009 11:28:59 +0200 + libformula (0.1.14-2) unstable; urgency=low [ Matthias Klose ] Modified: trunk/libformula/debian/control =================================================================== --- trunk/libformula/debian/control 2009-09-24 19:18:55 UTC (rev 10569) +++ trunk/libformula/debian/control 2009-09-24 19:21:03 UTC (rev 10570) @@ -2,9 +2,9 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Rene Engelhard <[email protected]>, Torsten Werner <[email protected]> +Uploaders: Rene Engelhard <[email protected]>, Torsten Werner <[email protected]>, Michael Koch <[email protected]> Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), javacc, ant-optional -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libformula Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libformula/ @@ -36,4 +36,3 @@ cell-ranges). . This package contains the Javadoc. - Modified: trunk/libformula/debian/rules =================================================================== --- trunk/libformula/debian/rules 2009-09-24 19:18:55 UTC (rev 10569) +++ trunk/libformula/debian/rules 2009-09-24 19:21:03 UTC (rev 10570) @@ -5,15 +5,12 @@ include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -JAVA_HOME := /usr/lib/jvm/default-java -ANT_HOME := /usr/share/ant +VERSION := 0.1.14 +JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-nodeps.jar jcommon -DEB_ANT_BUILDFILE := build.xml DEB_ANT_BUILD_TARGET := compile-jj compile javadoc -VERSION := 0.1.14 - clean:: -rm -rf build -rm -rf javadoc @@ -29,4 +26,3 @@ install/libformula-java:: install -m 644 libformula-$(VERSION).jar debian/libformula-java/usr/share/java/libformula-$(VERSION).jar ln -s libformula-$(VERSION).jar debian/libformula-java/usr/share/java/libformula.jar - _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

