[pkg-java] r10365 - trunk/libxpp2-java/debian

Michael Koch mkoch at alioth.debian.org
Mon Sep 14 20:31:14 UTC 2009


Author: mkoch
Date: 2009-09-14 20:31:14 +0000 (Mon, 14 Sep 2009)
New Revision: 10365

Modified:
   trunk/libxpp2-java/debian/changelog
   trunk/libxpp2-java/debian/compat
   trunk/libxpp2-java/debian/control
   trunk/libxpp2-java/debian/copyright
   trunk/libxpp2-java/debian/rules
Log:
libxpp2-java (2.1.10-5) unstable; urgency=low

  * (Build-)Depends on default-jdk.
  * Build-depends on debhelper >= 7.
  * Moved debhelper, cdbs and ant to Build-Depends.
  * Let libxpp2-java Depends on ${misc:Depends}.
  * Fixed typo in long description.
  * Converted debian/copyright to UTF-8.
  * Removed Wolfgang and added myself to Uploaders.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Mon, 14 Sep 2009 22:14:21 +0200



Modified: trunk/libxpp2-java/debian/changelog
===================================================================
--- trunk/libxpp2-java/debian/changelog	2009-09-14 20:02:42 UTC (rev 10364)
+++ trunk/libxpp2-java/debian/changelog	2009-09-14 20:31:14 UTC (rev 10365)
@@ -1,3 +1,16 @@
+libxpp2-java (2.1.10-5) unstable; urgency=low
+
+  * (Build-)Depends on default-jdk.
+  * Build-depends on debhelper >= 7.
+  * Moved debhelper, cdbs and ant to Build-Depends.
+  * Let libxpp2-java Depends on ${misc:Depends}.
+  * Fixed typo in long description.
+  * Converted debian/copyright to UTF-8.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 14 Sep 2009 22:14:21 +0200
+
 libxpp2-java (2.1.10-4) unstable; urgency=low
 
   * Removed explicit usage of jikes build compiler property

Modified: trunk/libxpp2-java/debian/compat
===================================================================
--- trunk/libxpp2-java/debian/compat	2009-09-14 20:02:42 UTC (rev 10364)
+++ trunk/libxpp2-java/debian/compat	2009-09-14 20:31:14 UTC (rev 10365)
@@ -1 +1 @@
-4
+7

Modified: trunk/libxpp2-java/debian/control
===================================================================
--- trunk/libxpp2-java/debian/control	2009-09-14 20:02:42 UTC (rev 10364)
+++ trunk/libxpp2-java/debian/control	2009-09-14 20:31:14 UTC (rev 10365)
@@ -1,20 +1,21 @@
 Source: libxpp2-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.28), ant, kaffe, junit
-Standards-Version: 3.6.2
+Uploaders: Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.28), ant, default-jdk
+Build-Depends-Indep: junit
+Standards-Version: 3.8.3
 
 Package: libxpp2-java
 Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: default-jdk, ${misc:Depends}
 Description: XML pull parser library for java V2
  Xml Pull Parser (in short XPP) is a streaming pull XML parser for java.
  This version XPP2 is the predecessor of XPP3 (see package libxpp3-java).
  .
  XPP2 consists of two parts: generic API and its implementations. This 
- debian version only provides the default implementation optimized for
+ Debian version only provides the default implementation optimized for
  size and speed and is not exposing DTD, entities, comments, or processing 
  instructions to the user.
  .

Modified: trunk/libxpp2-java/debian/copyright
===================================================================
--- trunk/libxpp2-java/debian/copyright	2009-09-14 20:02:42 UTC (rev 10364)
+++ trunk/libxpp2-java/debian/copyright	2009-09-14 20:31:14 UTC (rev 10365)
@@ -54,10 +54,10 @@
  based on infringement of intellectual property rights or otherwise.
 
  LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH 
- NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE MADE. INDIANA
+ NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE MADE. INDIANA
  UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT
  SOFTWARE IS FREE OF INFRINGEMENT OF THIRD PARTY PATENT, COPYRIGHT, OR
- OTHER PROPRIETARY RIGHTS.  INDIANA UNIVERSITY MAKES NO WARRANTIES THAT
+ OTHER PROPRIETARY RIGHTS.  INDIANA UNIVERSITY MAKES NO WARRANTIES THAT
  SOFTWARE IS FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP
  DOORS", "WORMS", OR OTHER HARMFUL CODE.  LICENSEE ASSUMES THE ENTIRE
  RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS,

Modified: trunk/libxpp2-java/debian/rules
===================================================================
--- trunk/libxpp2-java/debian/rules	2009-09-14 20:02:42 UTC (rev 10364)
+++ trunk/libxpp2-java/debian/rules	2009-09-14 20:31:14 UTC (rev 10365)
@@ -7,8 +7,8 @@
 
 export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 
-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 junit
 DEB_ANT_BUILD_TARGET := compile junit api
 




More information about the pkg-java-commits mailing list