[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#211056: marked as done (tetex-bin: texdoc shows Catalogue entry instead of compressed file (e.g. dvi.gz))



Your message dated Thu, 23 Oct 2003 22:17:39 -0400
with message-id <E1ACrWF-0001o2-00@auric.debian.org>
and subject line Bug#211056: fixed in tetex-bin 2.0.2-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Sep 2003 15:41:22 +0000
>From frank@kuesterei.ch Mon Sep 15 10:40:37 2003
Return-path: <frank@kuesterei.ch>
Received: from balu1.urz.unibas.ch [131.152.1.51] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19yvSv-0005ew-00; Mon, 15 Sep 2003 10:40:37 -0500
Received: from alhambra.bioz.unibas.ch (bioz6-allgem17.bioz.unibas.ch [131.152.17.45])
	by balu1.urz.unibas.ch (8.12.9/8.12.9) with ESMTP id h8FFeaIX019906;
	Mon, 15 Sep 2003 17:40:36 +0200
Received: from frank by alhambra.bioz.unibas.ch with local (Exim 3.35 #1 (Debian))
	id 19yvxh-0005rp-00; Mon, 15 Sep 2003 18:12:25 +0200
From: "Frank Küster" <frank@kuesterei.ch>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: tetex-bin: texdoc shows Catalogue entry instead of compressed file (e.g. dvi.gz)
X-Mailer: reportbug 1.50
Date: Mon, 15 Sep 2003 18:12:25 +0200
Message-Id: <E19yvxh-0005rp-00@alhambra.bioz.unibas.ch>
Sender: =?iso-8859-1?Q?Frank_K=FCster?= <frank@kuesterei.ch>
X-Virus-Scan: vilter
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-11.3 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_9_14
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_14 (1.174.2.15-2003-03-30-exp)

Package: tetex-bin
Version: 2.0.2-4.3
Severity: normal
Tags: patch

It seems that the fix of #93781 broke something else. Take tabularx as
an example, texdoc tabularx should launch 

xdvi /usr/share/texmf/doc/latex/tools/tabularx.dvi.gz

but instead it shows the Catalogue entry 

/usr/share/doc/texmf/help/Catalogue/entries/tabularx.html

in the appropriate viewer. 

The reason is the order of extensions in $listext generated from
"kpsewhich --expand-brace='$TEXDOCEXT'":

listext=.pdf:.dvi:.ps:.html:.txt:.pdf.gz:.dvi.gz: [...]

Now .html is checked before dvi.gz. And for nearly every package there
is a html file, the CTAN catalogue entry. You can test it e.g. with
tabularx. 

Since there seems to be no way to discriminate Catalogue entries from
other html documentation, I would suggest to move the html to the very
end. If somebody prefers the html documentation, he can bookmark it;
it's mainly two big documents (latex2e-html and uktug-faq). A wishlist
thing would be a file "htmlhelpindex.html" containing all html docs.

The following patch worked for me:

--- /etc/texmf/texmf.d/90TeXDoc.cnf.orig        Mon Sep 15 18:04:01 2003
+++ /etc/texmf/texmf.d/90TeXDoc.cnf     Mon Sep 15 18:02:37 2003
@@ -1,7 +1,9 @@
 % the default extensions for documentation
-TEXDOCSSUFFIX = .pdf:.dvi:.ps:.html:.txt
+TEXDOCSSUFFIX = .pdf:.dvi:.ps:.txt
 % we allow some compression methods
 TEXDOCSCOMPRESS = :.gz:.bz2
+% put html at the very end, to avoid showing the Catalogue:
+TEXDOCHTML = .html
 % and put that all now together
-TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
+TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}:{$TEXDOCHTML}{$TEXDOCSCOMPRESS}
 
Bye, Frank


-- System Information
Debian Release: 3.0-bunk-1
Architecture: i386
Kernel: Linux alhambra 2.4.21 #1 Mit Sep 3 17:47:29 CEST 2003 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages tetex-bin depends on:
ii  debconf                1.2.34            Debian configuration management sy
ii  debianutils            2.5.4             Miscellaneous utilities specific t
ii  dpkg                   1.9.21            Package maintenance system for Deb
ii  ed                     0.2-19            The classic unix line editor
ii  libc6                  2.2.5-11.5        GNU C Library: Shared libraries an
ii  libkpathsea3           2.0.2-4.3         shared libkpathsea for teTeX
ii  libpng3                1.2.1-1.1.woody.3 PNG library - runtime
ii  libstdc++2.10-glibc2.2 1:2.95.4-11woody1 The GNU stdc++ library
ii  libwww0                5.4.0-5           The W3C WWW library
ii  libxaw7                4.2.1-3.bunk.5    X Athena widget set library
ii  mime-support           3.18-1.3          MIME files 'mime.types' & 'mailcap
ii  perl                   5.6.1-8.3         Larry Wall's Practical Extraction 
ii  t1lib1                 1.3.1-1           Type 1 font rasterizer library - r
ii  tetex-base             2.0.2-4.2         Basic library files of teTeX
ii  xlibs                  4.2.1-3.bunk.5    X Window System client libraries
ii  zlib1g                 1:1.1.4-1         compression library - runtime


---------------------------------------
Received: (at 211056-close) by bugs.debian.org; 24 Oct 2003 02:23:28 +0000
>From katie@auric.debian.org Thu Oct 23 21:23:28 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1ACrbs-0004wy-00; Thu, 23 Oct 2003 21:23:28 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1ACrWF-0001o2-00; Thu, 23 Oct 2003 22:17:39 -0400
From: Atsuhito KOHDA <kohda@debian.org>
To: 211056-close@bugs.debian.org
X-Katie: $Revision: 1.42 $
Subject: Bug#211056: fixed in tetex-bin 2.0.2-5
Message-Id: <E1ACrWF-0001o2-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Thu, 23 Oct 2003 22:17:39 -0400
Delivered-To: 211056-close@bugs.debian.org

Source: tetex-bin
Source-Version: 2.0.2-5

We believe that the bug you reported is fixed in the latest version of
tetex-bin, which is due to be installed in the Debian FTP archive:

libkpathsea-dev_2.0.2-5_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_2.0.2-5_i386.deb
libkpathsea3_2.0.2-5_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_2.0.2-5_i386.deb
tetex-bin_2.0.2-5.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-5.diff.gz
tetex-bin_2.0.2-5.dsc
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-5.dsc
tetex-bin_2.0.2-5_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 211056@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Atsuhito KOHDA <kohda@debian.org> (supplier of updated tetex-bin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 24 Oct 2003 09:20:45 +0900
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 2.0.2-5
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Atsuhito KOHDA <kohda@debian.org>
Description: 
 libkpathsea-dev - path search library for teTeX (devel part)
 libkpathsea3 - path search library for teTeX (runtime part)
 tetex-bin  - The teTeX binary files
Closes: 160680 185831 196774 209637 210389 211056 214582
Changes: 
 tetex-bin (2.0.2-5) unstable; urgency=low
 .
   * Updated fr.po, pt_BR.po and installed ja.po, nl.po  Thanks to Christian
     Perrier <bubulle@debian.org>, Andre Luis Lopes <andrelop@debian.org>,
     Kenshi Muto <kmuto@debian.org>, Tim Dijkstra <tim@famdijkstra.org>
     [kohda]  (Closes: #185831, #196774, #210389, #214582)
   * Fixed 90TeXDoc.cnf  Thanks to Frank Küster <frank@kuesterei.ch>  [kohda]
     (Closes: #160680, #211056)
   * Refined Description of libkpathsea3, libkpathsea-dev.  Thanks to
     Hilmar Preusse <hille42@web.de>  [kohda]  (Closes: #209637)
   * Applied a patch (patch-tmp) to fix a problem of the latest flex instead
     of former fix of rules (another better fix of #191942 ?).  Thanks to
     Jim Gifford <jim@jg555.com>  [kohda]
   * Removed unnecessary "ldconfig" of libkpathsea3.postinst.  Thanks to
     Hilmar Preusse <hille42@web.de>  [kohda]
Files: 
 efb9ec76b10d57a8c6a13cbe528e3938 974 tex optional tetex-bin_2.0.2-5.dsc
 a8efa3e0cec050ae0178c22cc0e7ca3e 67610 tex optional tetex-bin_2.0.2-5.diff.gz
 cdaa737109058214be84b62d4bc52ade 3893984 tex optional tetex-bin_2.0.2-5_i386.deb
 3f9e3ccb2c4d7b0ce01deb84b7236dc6 51534 libs optional libkpathsea3_2.0.2-5_i386.deb
 b72b7d2a75d5dbf3c6c57e45a03afc70 65716 libdevel optional libkpathsea-dev_2.0.2-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/mHsY1IXdL1v6kOwRAtz7AJ9+R0gNFi0dv94iz7WesTy7ETwlrgCfTDbF
De/c5fKqPY0m9VzCEoLC/70=
=ko9Q
-----END PGP SIGNATURE-----



Reply to: