Your message dated Fri, 31 Oct 2008 21:17:42 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#504129: fixed in moreutils 0.33
has caused the Debian Bug report #504129,
regarding moreutils: zrun broken by latest change
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
504129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504129
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: moreutils
Version: 0.32
Severity: normal
Tags: patch
My patch for #411623 broke zrun when used as zrun. I have it aliased to
z, therefore I didn't notice. Sorry.
I can NMU the fix if you want.
--- /usr/bin/zrun 2008-10-27 04:48:10.000000000 +0100
+++ zrun 2008-10-31 20:54:37.000000000 +0100
@@ -42,7 +42,7 @@
my $program;
-if ($0 =~ m{(?:^|/)z([^/]+)$}) {
+if ($0 =~ m{(?:^|/)z([^/]+)$} && $1 ne 'run') {
$program = $1;
if (! @ARGV) {
die "Usage: z$1 <args>\nEquivalent to: zrun $1 <args>\n";
--- End Message ---
--- Begin Message ---
Source: moreutils
Source-Version: 0.33
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.33.dsc
to pool/main/m/moreutils/moreutils_0.33.dsc
moreutils_0.33.tar.gz
to pool/main/m/moreutils/moreutils_0.33.tar.gz
moreutils_0.33_i386.deb
to pool/main/m/moreutils/moreutils_0.33_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.8
Date: Fri, 31 Oct 2008 17:01:03 -0400
Source: moreutils
Binary: moreutils
Architecture: source i386
Version: 0.33
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
moreutils - additional unix utilities
Closes: 504129
Changes:
moreutils (0.33) unstable; urgency=low
.
* Support installing moreutils into prefixes other than /usr (Evan Broder)
* Fix zrun breakage introduced last version. Closes: #504129
Checksums-Sha1:
ef7c9ddfa2d6edb9a5ffcae497d19dad8ed48393 822 moreutils_0.33.dsc
52efe0befd24ee043bc6a428c184cfe6688bdea8 38117 moreutils_0.33.tar.gz
de0ee0640e575e5a9e712b883fb221ae08e72bc1 45232 moreutils_0.33_i386.deb
Checksums-Sha256:
f1b297811d20ca5b64f22f2f03d4e169fd43593ffae364e6c2a11b232f0a1291 822
moreutils_0.33.dsc
de2e00234cfbd9fb772114a4d417ff5963a96816aae277efd27dadaa70bfbb10 38117
moreutils_0.33.tar.gz
1f264037256080bdb3c42a338a8ee5cad8a2dc7d6af7c4e1f1e0f63067463fad 45232
moreutils_0.33_i386.deb
Files:
c65c0977d28df1d726e359a57cde857e 822 utils optional moreutils_0.33.dsc
d20730f56f0107a177b07189b5b12f74 38117 utils optional moreutils_0.33.tar.gz
dbdec07bfb94408082d1613cc3c56258 45232 utils optional moreutils_0.33_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFJC3KL2tp5zXiKP0wRAiM8AJ9TEg7kjdqS/1dQlGRu/0QOU25C+gCeI3MP
YAYdi+bS2Z5fN4LD676V+PI=
=Uf8h
-----END PGP SIGNATURE-----
--- End Message ---