Your message dated Sun, 10 Jul 2005 09:17:03 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#218978: fixed in jwhois 3.2.3-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; 3 Nov 2003 17:14:16 +0000 >From [EMAIL PROTECTED] Mon Nov 03 11:14:07 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 1AGiHG-0001mY-00; Mon, 03 Nov 2003 11:14:06 -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 1AGiEp-0003On-10 for [EMAIL PROTECTED]; Mon, 03 Nov 2003 18:11:35 +0100 Received: from ametzler by balrog.logic.univie.ac.at with local (Exim 4.24) id 1AGiHC-0005Kp-4U for [EMAIL PROTECTED]; Mon, 03 Nov 2003 18:14:02 +0100 Date: Mon, 3 Nov 2003 18:14:01 +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_03 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_03 (1.174.2.15-2003-03-30-exp) Package: jwhois Version: 3.2.2-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. 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: ---------------- --- 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 218978-close) by bugs.debian.org; 10 Jul 2005 13:23:22 +0000 >From [EMAIL PROTECTED] Sun Jul 10 06:23:22 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 1DrbmE-00040d-00; Sun, 10 Jul 2005 06:23:22 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Drbg7-0001nB-00; Sun, 10 Jul 2005 09:17:03 -0400 From: Peter Karlsson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#218978: fixed in jwhois 3.2.3-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 10 Jul 2005 09:17:03 -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: jwhois Source-Version: 3.2.3-1 We believe that the bug you reported is fixed in the latest version of jwhois, which is due to be installed in the Debian FTP archive: jwhois_3.2.3-1.diff.gz to pool/main/j/jwhois/jwhois_3.2.3-1.diff.gz jwhois_3.2.3-1.dsc to pool/main/j/jwhois/jwhois_3.2.3-1.dsc jwhois_3.2.3-1_i386.deb to pool/main/j/jwhois/jwhois_3.2.3-1_i386.deb jwhois_3.2.3.orig.tar.gz to pool/main/j/jwhois/jwhois_3.2.3.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. Peter Karlsson <[EMAIL PROTECTED]> (supplier of updated jwhois 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: Sun, 10 Jul 2005 15:20:00 +0300 Source: jwhois Binary: jwhois Architecture: source i386 Version: 3.2.3-1 Distribution: unstable Urgency: low Maintainer: Peter Karlsson <[EMAIL PROTECTED]> Changed-By: Peter Karlsson <[EMAIL PROTECTED]> Description: jwhois - Improved Caching Whois client Closes: 188423 218978 312063 314504 314505 315312 316785 316786 Changes: jwhois (3.2.3-1) unstable; urgency=low . * New upstream release: - Added hostname to cache key. (Closes: Bug#188423) - Changes to default configuration. (Closes: Bug#312063, #314504, #314505, #315312, #316785, #316786) - Rebuilt build infrastructure with modern tools. (Closes: Bug#218978) Files: a9ef80d550f97b84990f3bc5e6798244 584 net optional jwhois_3.2.3-1.dsc 1232661cebd79a9772f416599d3f5929 430792 net optional jwhois_3.2.3.orig.tar.gz 8a859a80a1e96cf626976e3a0213681c 20 net optional jwhois_3.2.3-1.diff.gz 6a69bd7317be09683d595553bbd541be 86266 net optional jwhois_3.2.3-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC0RM8kryUdmOUJl4RAlVtAJ9W4+Vi0fmhtBT4cAgohj7XGWR6GACeII61 cMuPJ0MUw+Ym97LIWC2uBTo= =hGUd -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]