Your message dated Tue, 07 Mar 2006 03:02:27 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#219988: fixed in ssed 3.62-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)

--- Begin Message ---
Package: ssed
Version: 3.60-2
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 16:52:29.000000000 +0100
+++ doc/Makefile.in     2003-10-31 16:53:09.000000000 +0100
@@ -217,7 +217,7 @@
 uninstall-info-am:
        $(PRE_UNINSTALL)
        @if (install-info --version && \
-            install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
+            install-info --version 2>&1 | sed 1q | grep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            relfile=`echo "$$file" | sed 's|^.*/||'`; \
@@ -416,7 +416,7 @@
        done
        @$(POST_INSTALL)
        @if (install-info --version && \
-            install-info --version | grep -i -v debian) >/dev/null 2>&1; then \
+            install-info --version 2>&1 | sed 1q | grep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            relfile=`echo "$$file" | sed 's|^.*/||'`; \
----------------
            cu andreas



--- End Message ---
--- Begin Message ---
Source: ssed
Source-Version: 3.62-1

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

ssed_3.62-1.diff.gz
  to pool/main/s/ssed/ssed_3.62-1.diff.gz
ssed_3.62-1.dsc
  to pool/main/s/ssed/ssed_3.62-1.dsc
ssed_3.62-1_i386.deb
  to pool/main/s/ssed/ssed_3.62-1_i386.deb
ssed_3.62.orig.tar.gz
  to pool/main/s/ssed/ssed_3.62.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.
Ganesan Rajagopal <[EMAIL PROTECTED]> (supplier of updated ssed 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: Tue,  7 Mar 2006 16:19:33 +0530
Source: ssed
Binary: ssed
Architecture: source i386
Version: 3.62-1
Distribution: unstable
Urgency: low
Maintainer: Ganesan Rajagopal <[EMAIL PROTECTED]>
Changed-By: Ganesan Rajagopal <[EMAIL PROTECTED]>
Description: 
 ssed       - The super sed stream editor
Closes: 219988 219988 240217 262132 342430 353861
Changes: 
 ssed (3.62-1) unstable; urgency=low
 .
   * New upstream release (Closes: #219988, #262132, #219988).
   * Acknowledge NMU (Closes: #240217).
   * Update standards version.
   * Copy updated config.{guess,sub} before building (Closes: #342430).
   * Update DH_COMPAT version to 4 to avoid lintian warning.
   * Fix build breakage with new make (Closes: #353861).
Files: 
 d776c6d8d803720ca184cb86f571b551 578 utils extra ssed_3.62-1.dsc
 8f35882af95da4e5ddbf3de1add26f79 855644 utils extra ssed_3.62.orig.tar.gz
 9128d34ad370776f95b21becd007eb72 41141 utils extra ssed_3.62-1.diff.gz
 97716176864ee00ec087a668baa73e45 178602 utils extra ssed_3.62-1_i386.deb

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

iD8DBQFEDWZrFeACul2MEuoRAunXAJoDCUOPU0PeuAeoySFyg9OVJjoe2wCgwEjA
TsQwoBLCF/sxzDgTllgQKrE=
=DwpJ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to