Your message dated Mon, 27 Oct 2003 14:17:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#165770: fixed in dpkg 1.10.17
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; 21 Oct 2002 16:47:07 +0000
>From [EMAIL PROTECTED] Mon Oct 21 11:47:07 2002
Return-path: <[EMAIL PROTECTED]>
Received: from cicero.e-mis.co.uk [212.240.194.162] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 183fhq-0004qv-00; Mon, 21 Oct 2002 11:47:07 -0500
Received: from [10.139.61.253] (helo=tacitus)
by cicero.e-mis.co.uk with esmtp (Exim 3.35 #1 (Debian))
id 183fhp-00074J-00
for <[EMAIL PROTECTED]>; Mon, 21 Oct 2002 17:47:05 +0100
Received: from james by tacitus with local (Exim 3.35 #1 (Debian))
id 183fhp-0001cB-00
for <[EMAIL PROTECTED]>; Mon, 21 Oct 2002 17:47:05 +0100
To: [EMAIL PROTECTED]
Subject: dpkg: postinst assumes /usr/info/dir exists if /usr/info/ does
Mail-Copies-To: never
From: James Troup <[EMAIL PROTECTED]>
Date: 21 Oct 2002 17:47:04 +0100
Message-ID: <[EMAIL PROTECTED]>
Lines: 27
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: James Troup <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.1 required=5.0
tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT
version=2.41
X-Spam-Level:
Package: dpkg
Version: 1.10.9
| Setting up dpkg (1.10.9) ...
| Moving /usr/info/dir to /usr/share/info/dir.
| mv: cannot stat `/usr/info/dir': No such file or directory
hmm...
| [EMAIL PROTECTED]:~$ ls chroot/unstable/usr/info/
| [EMAIL PROTECTED]:~$
and the postinst?
| if [ -d /usr/info -a ! -L /usr/info -a ! -L /usr/info/dir ]; then
| echo Moving /usr/info/dir to /usr/share/info/dir.
| mv /usr/info/dir /usr/share/info/dir
[...]
| fi
Spot the obvious flaw.. that only checks that /usr/info/dir is not a
symlink not that it exists at all....
--
James
---------------------------------------
Received: (at 165770-close) by bugs.debian.org; 27 Oct 2003 19:23:55 +0000
>From [EMAIL PROTECTED] Mon Oct 27 13:23:55 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AECy3-00021N-00; Mon, 27 Oct 2003 13:23:55 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 1AECrb-00066P-00; Mon, 27 Oct 2003 14:17:15 -0500
From: Adam Heath <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.42 $
Subject: Bug#165770: fixed in dpkg 1.10.17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 27 Oct 2003 14:17:15 -0500
Delivered-To: [EMAIL PROTECTED]
Source: dpkg
Source-Version: 1.10.17
We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:
dpkg-dev_1.10.17_all.deb
to pool/main/d/dpkg/dpkg-dev_1.10.17_all.deb
dpkg-doc_1.10.17_all.deb
to pool/main/d/dpkg/dpkg-doc_1.10.17_all.deb
dpkg_1.10.17.dsc
to pool/main/d/dpkg/dpkg_1.10.17.dsc
dpkg_1.10.17.tar.gz
to pool/main/d/dpkg/dpkg_1.10.17.tar.gz
dpkg_1.10.17_i386.deb
to pool/main/d/dpkg/dpkg_1.10.17_i386.deb
dselect_1.10.17_i386.deb
to pool/main/d/dpkg/dselect_1.10.17_i386.deb
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.
Adam Heath <[EMAIL PROTECTED]> (supplier of updated dpkg 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: Mon, 27 Oct 2003 13:04:57 -0600
Source: dpkg
Binary: dpkg-doc dpkg dselect dpkg-dev dpkg-static
Architecture: source all i386
Version: 1.10.17
Distribution: unstable
Urgency: medium
Maintainer: Dpkg Development <[email protected]>
Changed-By: Adam Heath <[EMAIL PROTECTED]>
Description:
dpkg - Package maintenance system for Debian
dpkg-dev - Package building tools for Debian
dpkg-doc - Dpkg Internals Documentation
dselect - a user tool to manage Debian packages
Closes: 151663 165770 212796 213108 214123 217380
Changes:
dpkg (1.10.17) unstable; urgency=medium
.
* Make dselect do conflict resolution when dealing with automatically
selected recommended package. Thanks to Colin Watson for the analysis
and patch. Closes: Bug#151663
* Branden Robinson <[EMAIL PROTECTED]>:
s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
* dpkg-checkbuilddeps now sets $reduce_arch. Closes: #212796.
* Goswin Brederlow <[EMAIL PROTECTED]>:
Add -u in dpkg-scanpackages. Closes: #214123.
Add -a<arch> command to dpkg-scanpackages.
* Add .#* to dpkg-source's default ignore filter. Closes: #217380.
* Matthias Urlichs <[EMAIL PROTECTED]>:
Don't assume /usr/info/dir exists if /usr/info does. Closes: #165770.
* Jordi Mallach <[EMAIL PROTECTED]>:
Update Catalan translation.
* Fix errors with dependency fields that reference ${dpkg:Version}.
Closes: #213108.
Files:
d112a99e932000d9ac4b1d080aa872b0 756 base required dpkg_1.10.17.dsc
c938295475debc3c85425b0332b44a02 2037825 base required dpkg_1.10.17.tar.gz
862289072547a29cc2a74a51ce423b98 1139254 base required dpkg_1.10.17_i386.deb
114e854f121026f24cee010128f571b6 95050 base required dselect_1.10.17_i386.deb
8c31307bbd5b2b3f4bbd92422bb7b5d3 114560 utils standard dpkg-dev_1.10.17_all.deb
5349c18a66afb74999337a00c53c63bc 10638 doc optional dpkg-doc_1.10.17_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE/nW5+iix9wovUpIkRAriIAJ9anCDNLD22M88w4VoInyM6O+XcqQCePWwr
w8S2AfZiBxEF2irTmJlu6xU=
=Z/SQ
-----END PGP SIGNATURE-----