This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxpp2-java.
commit 02dfb4966d79455dffd54d378d920d972b9e4752 Author: Michael Koch <[email protected]> Date: Mon Sep 14 20:31:14 2009 +0000 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 <[email protected]> Mon, 14 Sep 2009 22:14:21 +0200 --- debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 13 +++++++------ debian/copyright | 4 ++-- debian/rules | 4 ++-- 5 files changed, 25 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 07b7517..f65132b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> 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 diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index 8693ff5..14bb76d 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,21 @@ Source: libxpp2-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Wolfgang Baer <[email protected]> -Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.28), ant, kaffe, junit -Standards-Version: 3.6.2 +Uploaders: Michael Koch <[email protected]> +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. . diff --git a/debian/copyright b/debian/copyright index c6c05bc..00e09a4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -54,10 +54,10 @@ License: 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, diff --git a/debian/rules b/debian/rules index b20e606..d4642d5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,8 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxpp2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

