Your message dated Wed, 06 Jul 2005 15:48:54 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#238881: 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 maintonly) by bugs.debian.org; 19 Mar 2004 14:30:05 +0000
>From [EMAIL PROTECTED] Fri Mar 19 06:30:05 2004
Return-path: <[EMAIL PROTECTED]>
Received: from server.logic.univie.ac.at [131.130.190.41]
([dE+KnrHUuUp+OA9I7fmv06Tiun2HirAx])
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B4L0e-0004ok-00; Fri, 19 Mar 2004 06:30:04 -0800
Received: from balrog.logic.univie.ac.at ([131.130.190.58] ident=Debian-exim)
by server.logic.univie.ac.at with esmtp (Exim 4.30)
id 1B4L0b-0005ur-EA; Fri, 19 Mar 2004 15:30:01 +0100
Received: from ametzler by balrog.logic.univie.ac.at with local (Exim 4.30)
id 1B4L0a-0002iP-2h; Fri, 19 Mar 2004 15:30:00 +0100
Date: Fri, 19 Mar 2004 15:29:59 +0100
From: Andreas Metzler <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: texi2html: Changes in NMU 1.66-1.2
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="wRRV7LY7NUeQGEoC"
Content-Disposition: inline
X-Reportbug-Version: 1.50
X-Archive: encrypt
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Andreas Metzler <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level:
--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: texi2html
Version: 1.66-1.2
Severity: minor
Attached you find the interdiff from 1.66-1 to 1.66-1.2
hth, cu andreas
--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="texi2html.NMU.interdiff"
diff -u texi2html-1.66/debian/changelog texi2html-1.66/debian/changelog
--- texi2html-1.66/debian/changelog
+++ texi2html-1.66/debian/changelog
@@ -1,3 +1,21 @@
+texi2html (1.66-1.2) unstable; urgency=low
+
+ * NMU
+ * _Really_ suggest latex2html.
+
+ -- Andreas Metzler <[EMAIL PROTECTED]> Fri, 19 Mar 2004 15:20:43 +0100
+
+texi2html (1.66-1.1) unstable; urgency=low
+
+ * NMU (Permitted by maintainer.)
+ * If recompiled on sid with /usr/sbin in $PATH the package would
+ contain /usr/share/info/dir.gz (Closes: #219991)
+ * Suggest latex2html because texi2html can make use of it.
+ (Closes: #220609)
+ * Needs at least debhelper 4 to build. Fix Build-Depends.
+
+ -- Andreas Metzler <[EMAIL PROTECTED]> Fri, 19 Mar 2004 14:50:38 +0100
+
texi2html (1.66-1) unstable; urgency=low
* New upstream version.
diff -u texi2html-1.66/debian/control texi2html-1.66/debian/control
--- texi2html-1.66/debian/control
+++ texi2html-1.66/debian/control
@@ -2,13 +2,14 @@
Section: text
Priority: optional
Maintainer: Ivo Timmermans <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper, texinfo, cdbs
+Build-Depends-Indep: debhelper(>=4.0), texinfo, cdbs
Standards-Version: 3.6.0
Package: texi2html
Architecture: all
Depends: ${perl:Depends}
Replaces: tetex-bin (<< 1.0.7)
+Suggests: latex2html
Description: Convert Texinfo files to HTML
texi2html is a Perl script that converts Texinfo files to HTML.
.
only in patch2:
unchanged:
--- texi2html-1.66.orig/doc/Makefile.in
+++ texi2html-1.66/doc/Makefile.in
@@ -171,7 +171,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"; \
@@ -321,7 +321,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";\
--wRRV7LY7NUeQGEoC--
---------------------------------------
Received: (at 238881-close) by bugs.debian.org; 6 Jul 2005 19:51:47 +0000
>From [EMAIL PROTECTED] Wed Jul 06 12:51:47 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 1DqFvu-00022J-00; Wed, 06 Jul 2005 12:51:47 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DqFt8-0008SO-00; Wed, 06 Jul 2005 15:48:54 -0400
From: Luk Claes <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#238881: 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: 2
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]