Your message dated Fri, 7 May 2010 18:44:42 +0200 (CEST)
with message-id <20100507164442.ae27f6...@getsu.thykier.net>
and subject line Package java-gcj-compat has been removed from Debian
has caused the Debian Bug report #508462,
regarding java-gcj-compat-headless: doesn't work with xtpipes.jar (tex4ht)
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 ow...@bugs.debian.org
immediately.)
--
508462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508462
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tex4ht
Version: 20080701-2
Severity: normal
Tags: patch
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages tex4ht depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libkpathsea4 2007.dfsg.2-4 TeX Live: path search library for
ii tex4ht-common 20080701-2 LaTeX and TeX for Hypertext (HTML)
ii texlive-base-bin 2007.dfsg.2-4 TeX Live: Essential binaries
tex4ht recommends no packages.
tex4ht suggests no packages.
-- no debconf information
as you should know, oolatex (xtpipes) needs java from Sun
here it is a patch to let oolatex test which java implementation is run
by the command "java", and to exit with a meaningful error message (that can be
improved, of course)
the patch is relevant in the debian context, and is not intended for
propagation
upstream
best regards
gb
--- /usr/share/tex4ht/oolatex 2008-09-14 05:53:15.000000000 +0200
+++ oolatex 2008-12-11 15:11:38.000000000 +0100
@@ -1,4 +1,7 @@
#!/bin/sh
+
+java -version 2>&1 | grep -q 'GNU libgcj' && printf "oolatex NEEDS Sun's
Java\n" && exit
+
if command -v xhtex > /dev/null 2>&1 ; then
true
else
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--- End Message ---
--- Begin Message ---
Version: 1.0.80-5.1+rm
You filed the bug http://bugs.debian.org/508462 in Debian BTS
against the package java-gcj-compat. I'm closing it at *unstable*, but it will
remain open for older distributions.
For more information about this package's removal, read
http://bugs.debian.org/577265. That bug might give the reasons why
this package was removed and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Niels Thykier
--- End Message ---