Your message dated Thu, 24 Sep 2009 21:54:51 +0200
with message-id <[email protected]>
and subject line Re: Bug#508916: default-jre conversion and resolve lintian
errors
has caused the Debian Bug report #508916,
regarding default-jre conversion and resolve lintian errors
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
508916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508916
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libxpp2-java
Version: 2.1.10-4
Severity: important
Tags: patch
This is a patch to convert libxpp2-java to use default-jre and also
fixes the various lintian errors that are being output.
Thanks,
Chris Cheney
diff -u libxpp2-java-2.1.10/debian/rules libxpp2-java-2.1.10/debian/rules
--- libxpp2-java-2.1.10/debian/rules
+++ libxpp2-java-2.1.10/debian/rules
@@ -7,7 +7,7 @@
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-JAVA_HOME := /usr/lib/kaffe
+JAVA_HOME := /usr/lib/jvm/default-java
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit
DEB_ANT_BUILD_TARGET := compile junit api
diff -u libxpp2-java-2.1.10/debian/control libxpp2-java-2.1.10/debian/control
--- libxpp2-java-2.1.10/debian/control
+++ libxpp2-java-2.1.10/debian/control
@@ -3,18 +3,20 @@
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
+Build-Depends: debhelper (>= 4.2.30), cdbs (>= 0.4.28)
+Build-Depends-Indep: ant, default-jdk, junit
+Standards-Version: 3.8.0.0
+Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp/xpp2/
Package: libxpp2-java
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: default-jre-headless | java2-runtime-headless, ${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 -u libxpp2-java-2.1.10/debian/copyright libxpp2-java-2.1.10/debian/copyright
--- libxpp2-java-2.1.10/debian/copyright
+++ libxpp2-java-2.1.10/debian/copyright
@@ -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,
--- End Message ---
--- Begin Message ---
Version: 2.1.10-5
On Tue, Dec 16, 2008 at 11:05:16AM -0600, Chris Cheney wrote:
> Package: libxpp2-java
> Version: 2.1.10-4
> Severity: important
> Tags: patch
>
> This is a patch to convert libxpp2-java to use default-jre and also
> fixes the various lintian errors that are being output.
All issues fixed in the patch were already fixed in the version 2.1.10-5.
Cheers,
Michael
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers