Your message dated Wed, 06 Jul 2005 15:48:54 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#93348: fixed in texi2html 1.76-1
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; 9 Apr 2001 03:49:09 +0000
>From [EMAIL PROTECTED] Sun Apr 08 22:49:09 2001
Return-path: <[EMAIL PROTECTED]>
Received: from (glaurung.green-gryphon.com) [63.161.160.94] (srivasta)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 14mSfs-00017I-00; Sun, 08 Apr 2001 22:49:08 -0500
Received: (from [EMAIL PROTECTED])
        by glaurung.green-gryphon.com (8.12.0.Beta7/8.12.0.Beta7/Debian 
8.12.0-1) id f393fvRP000656;
        Sun, 8 Apr 2001 22:41:57 -0500
Message-Id: <[EMAIL PROTECTED]>
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: An API change in texi2html that contravenes the documentation
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Sun, 08 Apr 2001 22:41:56 -0500
Reply-To: Manoj Srivastava <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: texi2html
Version: 1.64-cvs20010402-0.1
Severity: important

Hi,

        There has been a recent, and radical, change in texi2html that breaks
 older scripts, and worse, this change is not documented. From the man page:
----------------------------------------------------------------------
TEXI2HTML(1)                                         TEXI2HTML(1)

NAME
       texi2html - a Texinfo to HTML converter
 ...
       -glossary   Use  the  section  named 'Glossary' to build a
                   list of terms and put links in the HTML  docu-
                   ment from each term toward its definition.
----------------------------------------------------------------------

        The breakage in my debian/rules scripts are like so:
----------------------------------------------------------------------
(cd texi; \
 texi2html -doctype html2 -expandinfo -glossary -menu \
           -split_chapter -verbose  gnus.texi; )
Unknown option: glossary
Try 'texi2html -help' for usage instructions.
----------------------------------------------------------------------

        Sure enough, texi2html -help does not mention the dcumented -glossary 
 argument.

        Indeed, the new script does not even seem to be the same program,
 offering the same functionality anymore. 

        manoj

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux glaurung 2.2.18 #1 Tue Dec 19 00:51:18 CST 2000 i586

Versions of packages texi2html depends on:
ii  perl                          5.6.0-21   Larry Wall's Practical Extracting 


---------------------------------------
Received: (at 93348-close) by bugs.debian.org; 6 Jul 2005 19:54:39 +0000
>From [EMAIL PROTECTED] Wed Jul 06 12:54:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DqFyg-0002hD-00; Wed, 06 Jul 2005 12:54:38 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DqFt8-0008SS-00; Wed, 06 Jul 2005 15:48:54 -0400
From: Luk Claes <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#93348: fixed in texi2html 1.76-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 06 Jul 2005 15:48:54 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 5

Source: texi2html
Source-Version: 1.76-1

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

texi2html_1.76-1.diff.gz
  to pool/main/t/texi2html/texi2html_1.76-1.diff.gz
texi2html_1.76-1.dsc
  to pool/main/t/texi2html/texi2html_1.76-1.dsc
texi2html_1.76-1_all.deb
  to pool/main/t/texi2html/texi2html_1.76-1_all.deb
texi2html_1.76.orig.tar.gz
  to pool/main/t/texi2html/texi2html_1.76.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated texi2html 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Wed,  6 Jul 2005 21:25:20 +0200
Source: texi2html
Binary: texi2html
Architecture: source all
Version: 1.76-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 texi2html  - Convert Texinfo files to HTML
Closes: 93348 219991 220609 238881 242637
Changes: 
 texi2html (1.76-1) unstable; urgency=low
 .
   * QA Group upload
   * debian/control:
     - Maintainer set to QA Group
     - Standards-Version set to 3.6.2
   * New upstream (Closes: #242637)
   * Acknowledge NMUs (Closes: #238881, #219991, #93348, #220609)
   * debian/rules: upstream path to html has changed
Files: 
 d0b593b259436c344c10cafcd495787c 590 text optional texi2html_1.76-1.dsc
 38d0021c547612dba3543bdb1376569f 470207 text optional 
texi2html_1.76.orig.tar.gz
 c044bc12067e7b834c65698aa8086841 2379 text optional texi2html_1.76-1.diff.gz
 d0d33be18a822b679590d3e4977ff36d 289278 text optional texi2html_1.76-1_all.deb

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

iD8DBQFCzDDy5UTeB5t8Mo0RAqB4AJ9RgwrE+D1en4xp54INSdQv5HYIYwCgpOVY
s2Zg5/6lUeu3cAy0BFU8iNY=
=yKCa
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to