Your message dated Sat, 11 Nov 2006 19:17:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398141: fixed in moreutils 0.19
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: moreutils
Version: 0.18
Severity: normal
Tags: patch
Hi there,
Vidir currently fails to list files and directories ending in one or
more dots (see for example the output of "touch foo.; vidir .", where
the file "foo." does not show up in the listing). Attached is a patch
that hopefully fixes this in the right way.
Cheers,
Bram Senders
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages moreutils depends on:
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
moreutils recommends no packages.
-- no debconf information
--- vidir.orig 2006-11-11 13:07:13.000000000 +0100
+++ vidir 2006-11-11 13:09:04.000000000 +0100
@@ -96,7 +96,7 @@
my %item;
my $c=0;
foreach (@dir) {
- next if /(.*\/)?\.$/ || /(.*\/)?\.\.$/;
+ next if /^(.*\/)?\.$/ || /^(.*\/)?\.\.$/;
$item{++$c}=$_;
print OUT "$c\t$_\n";
}
--- End Message ---
--- Begin Message ---
Source: moreutils
Source-Version: 0.19
We believe that the bug you reported is fixed in the latest version of
moreutils, which is due to be installed in the Debian FTP archive:
moreutils_0.19.dsc
to pool/main/m/moreutils/moreutils_0.19.dsc
moreutils_0.19.tar.gz
to pool/main/m/moreutils/moreutils_0.19.tar.gz
moreutils_0.19_i386.deb
to pool/main/m/moreutils/moreutils_0.19_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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated moreutils 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: Sat, 11 Nov 2006 22:02:17 -0500
Source: moreutils
Binary: moreutils
Architecture: source i386
Version: 0.19
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
moreutils - additional unix utilities
Closes: 398141
Changes:
moreutils (0.19) unstable; urgency=low
.
* vidir: Don't ignore files whose names end in dots. Closes: #398141
Thanks, Bram Sanders.
Files:
028a614991fd3e5074f3b2078e01482e 577 utils optional moreutils_0.19.dsc
49210477699c4e85bd29c9fa97575914 26274 utils optional moreutils_0.19.tar.gz
dbcacedef5a120e8039f266224560c70 33338 utils optional moreutils_0.19_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFVo8A2tp5zXiKP0wRAiiYAKCjjLVUZizEqitB2I81MmaLQ9JZIACgpZLX
Hz0Nadbmatn0qsuSx9O64sE=
=Gl4z
-----END PGP SIGNATURE-----
--- End Message ---