Your message dated Thu, 24 Sep 2009 22:12:46 +0200
with message-id <[email protected]>
and subject line Re: Bug#508935: default-jre conversion and resolve lintian
errors
has caused the Debian Bug report #508935,
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.)
--
508935: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508935
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jtidy
Version: 7+svn20070309-2
Severity: important
Tags: patch
This is a patch to convert jtidy to use default-jre and also
fixes the various lintian errors that are being output.
Thanks,
Chris Cheney
diff -u jtidy-7+svn20070309/debian/rules jtidy-7+svn20070309/debian/rules
--- jtidy-7+svn20070309/debian/rules
+++ jtidy-7+svn20070309/debian/rules
@@ -3,7 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := $(ANT_HOME)/lib/ant-trax.jar xalan2
DEB_ANT_BUILD_TARGET := package
BUILD_FILE := debian/build.xml
diff -u jtidy-7+svn20070309/debian/control jtidy-7+svn20070309/debian/control
--- jtidy-7+svn20070309/debian/control
+++ jtidy-7+svn20070309/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <[email protected]>
Uploaders: Paul Cager <[email protected]>, Michael Koch <[email protected]>
-Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-java
+Build-Depends-Indep: ant-optional, default-jdk, libxalan2-java
Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3)
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jtidy
@@ -13,6 +13,7 @@
Package: libjtidy-java
Architecture: all
Section: libs
+Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
Suggests: libjtidy-java-doc
Description: a Java port of HTML Tidy, a HTML syntax checker and pretty printer
JTidy is a Java port of HTML Tidy (http://www.w3.org/People/Raggett/tidy/).
@@ -24,7 +25,7 @@
Package: libjtidy-java-doc
Architecture: all
Section: doc
-Depends: classpath-doc
+Depends: classpath-doc, ${misc:Depends}
Suggests: libjtidy-java
Description: API Documentation for JTidy
JTidy is a Java port of HTML Tidy (http://www.w3.org/People/Raggett/tidy/).
--- End Message ---
--- Begin Message ---
Version: 7+svn20070309-3
On Tue, Dec 16, 2008 at 01:30:16PM -0600, Chris Cheney wrote:
> Package: jtidy
> Version: 7+svn20070309-2
> Severity: important
> Tags: patch
>
> This is a patch to convert jtidy to use default-jre and also
> fixes the various lintian errors that are being output.
All the issues fixed by the patch were fixed in version 7+svn20070309-3.
Cheers,
Michael
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers