Your message dated Wed, 06 Jul 2005 15:48:54 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#219991: 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; 10 Nov 2003 15:42:36 +0000
>From [EMAIL PROTECTED] Mon Nov 10 09:42:35 2003
Return-path: <[EMAIL PROTECTED]>
Received: from server.logic.univie.ac.at [131.130.190.41] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AJEBX-0000LY-00; Mon, 10 Nov 2003 09:42:35 -0600
Received: from balrog.logic.univie.ac.at ([131.130.190.58] ident=mail)
        by server.logic.univie.ac.at with esmtp (Exim 4.24)
        id 1AJEBW-0005SC-3U
        for [EMAIL PROTECTED]; Mon, 10 Nov 2003 16:42:34 +0100
Received: from ametzler by balrog.logic.univie.ac.at with local (Exim 4.24)
        id 1AJEBT-0004q4-RV
        for [EMAIL PROTECTED]; Mon, 10 Nov 2003 16:42:31 +0100
Date: Mon, 10 Nov 2003 16:42:31 +0100
From: Andreas Metzler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Contains /usr/share/info/dir.gz if rebuilt on current sid
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Andreas Metzler <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-9.4 required=4.0
        tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF
        autolearn=ham version=2.53-bugs.debian.org_2003_11_9
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_9 
(1.174.2.15-2003-03-30-exp)

Package: texi2html
Version: 1.66-1
Severity: important
Tags: patch

If rebuilt with current dpkg which sends "install-info --version" to
stdout the package will contain /usr/share/info/dir.gz. This is due to
an automake bug which is fixed in 1.7.8-1. (You need /usr/sbin in
$PATH to reproduce it like the buildds do.)

See Bug #214769 for details.

You can either run a fixed version of automake on your sourcecode to
regenerated correct Makefile.ins or use this patch or remove the
respective files in debian/rules
----------------
--- doc/Makefile.in.orig        2003-10-31 17:25:51.000000000 +0100
+++ doc/Makefile.in     2003-10-31 17:26:23.000000000 +0100
@@ -133,7 +133,7 @@
 uninstall-info-am:
        $(PRE_UNINSTALL)
        @if (install-info --version && \
-            install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then 
\
+            install-info --version 2>&1 | sed 1q | fgrep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove 
$(DESTDIR)$(infodir)/$$file"; \
@@ -273,7 +273,7 @@
        done
        @$(POST_INSTALL)
        @if (install-info --version && \
-            install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then 
\
+            install-info --version 2>&1 | sed 1q | fgrep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/$$file";\
----------------
            cu andreas


---------------------------------------
Received: (at 219991-close) by bugs.debian.org; 6 Jul 2005 19:54:37 +0000
>From [EMAIL PROTECTED] Wed Jul 06 12:54:37 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 1DqFyf-0002bX-00; Wed, 06 Jul 2005 12:54:37 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DqFt8-0008SK-00; Wed, 06 Jul 2005 15:48:54 -0400
From: Luk Claes <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#219991: 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: 3

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