[pkg-java] r10374 - trunk/libcommons-launcher-java/debian
Michael Koch
mkoch at alioth.debian.org
Tue Sep 15 05:54:44 UTC 2009
Author: mkoch
Date: 2009-09-15 05:54:43 +0000 (Tue, 15 Sep 2009)
New Revision: 10374
Modified:
trunk/libcommons-launcher-java/debian/changelog
trunk/libcommons-launcher-java/debian/compat
trunk/libcommons-launcher-java/debian/control
trunk/libcommons-launcher-java/debian/copyright
trunk/libcommons-launcher-java/debian/rules
Log:
* (Build-)Depends on default-jdk
* Build-Depends on debhelper >= 7.
* Moved ant, cdbs and debhelper to Build-Depends.
* Moved package to section 'java'.
* Converted debian/copyright to UTF-8.
* Added Homepage field.
* Removed Wolfgang and added myself to Uploaders.
* Updated Standards-Version to 3.8.3.
Modified: trunk/libcommons-launcher-java/debian/changelog
===================================================================
--- trunk/libcommons-launcher-java/debian/changelog 2009-09-15 05:41:11 UTC (rev 10373)
+++ trunk/libcommons-launcher-java/debian/changelog 2009-09-15 05:54:43 UTC (rev 10374)
@@ -1,14 +1,21 @@
-libcommons-launcher-java (1.1-3.1) UNRELEASED; urgency=low
+libcommons-launcher-java (1.1-4) unstable; urgency=low
- * Non-maintainer upload.
-
[ Emmanuel Bourg ]
* Update of the URLs
* Rename Jakarta Commons to Apache Commons
-
- -- Sylvestre Ledru <sylvestre.ledru at inria.fr> Wed, 17 Jun 2009 10:52:04 +0200
+ [ Michael Koch ]
+ * (Build-)Depends on default-jdk
+ * Build-Depends on debhelper >= 7.
+ * Moved ant, cdbs and debhelper to Build-Depends.
+ * Moved package to section 'java'.
+ * Converted debian/copyright to UTF-8.
+ * Added Homepage field.
+ * Removed Wolfgang and added myself to Uploaders.
+ * Updated Standards-Version to 3.8.3.
+ -- Michael Koch <konqueror at gmx.de> Tue, 15 Sep 2009 07:49:42 +0200
+
libcommons-launcher-java (1.1-3) unstable; urgency=low
* kaffe compiler transition
Modified: trunk/libcommons-launcher-java/debian/compat
===================================================================
--- trunk/libcommons-launcher-java/debian/compat 2009-09-15 05:41:11 UTC (rev 10373)
+++ trunk/libcommons-launcher-java/debian/compat 2009-09-15 05:54:43 UTC (rev 10374)
@@ -1 +1 @@
-4
+7
Modified: trunk/libcommons-launcher-java/debian/control
===================================================================
--- trunk/libcommons-launcher-java/debian/control 2009-09-15 05:41:11 UTC (rev 10373)
+++ trunk/libcommons-launcher-java/debian/control 2009-09-15 05:54:43 UTC (rev 10374)
@@ -1,14 +1,16 @@
Source: libcommons-launcher-java
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-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
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk
+Build-Depends-Indep: libcommons-collections-java, libcommons-logging-java, junit
+Standards-Version: 3.8.3
+Homepage: http://commons.apache.org/launcher/
Package: libcommons-launcher-java
Architecture: all
-Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, libcommons-collections-java, libcommons-logging-java
+Depends: default-jdk, libcommons-collections-java, libcommons-logging-java, ${misc:Depends}
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
@@ -36,4 +38,3 @@
to do in batch and shell scripts.
.
This is a part of the Apache Commons Project.
- Home: <http://commons.apache.org/launcher/>
Modified: trunk/libcommons-launcher-java/debian/copyright
===================================================================
--- trunk/libcommons-launcher-java/debian/copyright 2009-09-15 05:41:11 UTC (rev 10373)
+++ trunk/libcommons-launcher-java/debian/copyright 2009-09-15 05:54:43 UTC (rev 10374)
@@ -10,7 +10,7 @@
Dirk Verbeeck,
Alban Peignier
-Copyright: © 2002-2008 The Apache Software Foundation
+Copyright: © 2002-2008 The Apache Software Foundation
License: Apache 2.0
Modified: trunk/libcommons-launcher-java/debian/rules
===================================================================
--- trunk/libcommons-launcher-java/debian/rules 2009-09-15 05:41:11 UTC (rev 10373)
+++ trunk/libcommons-launcher-java/debian/rules 2009-09-15 05:54:43 UTC (rev 10374)
@@ -8,8 +8,8 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/ant.mk
-JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant
+JAVA_HOME := /usr/lib/jvm/default-java
+
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar commons-logging.jar commons-collections.jar #junit.jar
DEB_ANT_BUILD_TARGET := dist
More information about the pkg-java-commits
mailing list