r1756 - trunk/libcommons-launcher-java/debian
Wolfgang Bär
wbaer-guest at costa.debian.org
Mon Jan 23 13:58:23 UTC 2006
Author: wbaer-guest
Date: 2006-01-23 13:58:22 +0000 (Mon, 23 Jan 2006)
New Revision: 1756
Modified:
trunk/libcommons-launcher-java/debian/changelog
trunk/libcommons-launcher-java/debian/control
trunk/libcommons-launcher-java/debian/rules
Log:
Update to kaffe transition upload.
Modified: trunk/libcommons-launcher-java/debian/changelog
===================================================================
--- trunk/libcommons-launcher-java/debian/changelog 2006-01-23 13:57:14 UTC (rev 1755)
+++ trunk/libcommons-launcher-java/debian/changelog 2006-01-23 13:58:22 UTC (rev 1756)
@@ -1,3 +1,15 @@
+libcommons-launcher-java (1.1-3) unstable; urgency=low
+
+ * kaffe compiler transition
+ + Build-Depend only on kaffe
+ + Remove jikes compiler setting in debian/rules
+ * Standards-Version 3.6.2 (no changes)
+ * Bumped debhelper version to fix linda error
+ * Depend on kaffe | java1-runtime | java2-runtime
+ * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sun, 15 Jan 2006 17:50:15 +0100
+
libcommons-launcher-java (1.1-2) unstable; urgency=low
* libant1.6-java to ant transition
Modified: trunk/libcommons-launcher-java/debian/control
===================================================================
--- trunk/libcommons-launcher-java/debian/control 2006-01-23 13:57:14 UTC (rev 1755)
+++ trunk/libcommons-launcher-java/debian/control 2006-01-23 13:58:22 UTC (rev 1756)
@@ -2,13 +2,13 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, jikes-kaffe, fastjar, gjdoc, ant, libcommons-collections-java, libcommons-logging-java, junit
-Standards-Version: 3.6.1
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, kaffe, ant, libcommons-collections-java, libcommons-logging-java, junit
+Standards-Version: 3.6.2
Package: libcommons-launcher-java
Architecture: all
-Depends: sablevm | gij | kaffe (>= 2:1.1.4) | java1-runtime | java2-runtime, libcommons-collections-java, libcommons-logging-java
+Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, libcommons-collections-java, libcommons-logging-java
Description: cross platform java application launcher
Commons-launcher eliminates the need for a batch or shell script to
launch a Java class. Some situations where elimination of a batch or
Modified: trunk/libcommons-launcher-java/debian/rules
===================================================================
--- trunk/libcommons-launcher-java/debian/rules 2006-01-23 13:57:14 UTC (rev 1755)
+++ trunk/libcommons-launcher-java/debian/rules 2006-01-23 13:58:22 UTC (rev 1756)
@@ -4,9 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/ant.mk
@@ -14,7 +11,6 @@
JAVA_HOME := /usr/lib/kaffe
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar commons-logging.jar commons-collections.jar #junit.jar
-DEB_ANT_COMPILER := jikes
DEB_ANT_BUILD_TARGET := dist
LIBRARY := commons-launcher
More information about the pkg-java-commits
mailing list