Your message dated Wed, 28 Sep 2005 08:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#330528: fixed in durep 0.8.1-6
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; 28 Sep 2005 14:45:05 +0000
>From [EMAIL PROTECTED] Wed Sep 28 07:45:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from piggy.rz.tu-ilmenau.de [141.24.4.8]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EKdBB-0007Cu-00; Wed, 28 Sep 2005 07:45:05 -0700
Received: from gate.22.kls.lan (vpn5.rz.tu-ilmenau.de [141.24.172.5])
by piggy.rz.tu-ilmenau.de (8.12.10/8.12.10) with ESMTP id j8SEj31v029064
for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 16:45:03 +0200 (MET DST)
Received: from darkside.22.kls.lan ([EMAIL PROTECTED] [192.168.22.1])
by gate.22.kls.lan (8.13.4/8.13.4) with ESMTP id j8SEj3Pj004624
for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 16:45:03 +0200
Received: from darkside.22.kls.lan ([EMAIL PROTECTED] [127.0.0.1])
by darkside.22.kls.lan (8.13.5/8.13.5) with ESMTP id j8SEj37D024949
for <[EMAIL PROTECTED]>; Wed, 28 Sep 2005 16:45:03 +0200
Received: (from [EMAIL PROTECTED])
by darkside.22.kls.lan (8.13.5/8.13.5) id j8SEj19w024941
for [EMAIL PROTECTED]; Wed, 28 Sep 2005 16:45:01 +0200
Date: Wed, 28 Sep 2005 16:45:01 +0200
From: "Mario 'BitKoenig' Holbe" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: durep: error in postinst script
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
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-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: durep
Version: 0.8.1-5
Hi,
while upgrading durep, an error in the postinst script is reported:
Preparing to replace durep 0.8.1-4 (using .../archives/durep_0.8.1-5_all.deb)
...
Unpacking replacement durep ...
Setting up durep (0.8.1-5) ...
/var/lib/dpkg/info/durep.postinst: line 8: [: missing `]'
The line
if [ "$1" = "configure" && ! test -e $CONFFILE.no-debconf-changes ] ; then
is not a valid test statement. You probably mean
if [ "$1" = "configure" ] && ! test -e $CONFFILE.no-debconf-changes; then
or
if [ "$1" = "configure" -a ! -e $CONFFILE.no-debconf-changes ]; then
regards
Mario
--
<delta> talk softly and carry a keen sword
---------------------------------------
Received: (at 330528-close) by bugs.debian.org; 28 Sep 2005 15:18:19 +0000
>From [EMAIL PROTECTED] Wed Sep 28 08:18:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EKdgA-0006HV-00; Wed, 28 Sep 2005 08:17:06 -0700
From: Eduard Bloch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#330528: fixed in durep 0.8.1-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 28 Sep 2005 08:17:06 -0700
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-Level:
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
Source: durep
Source-Version: 0.8.1-6
We believe that the bug you reported is fixed in the latest version of
durep, which is due to be installed in the Debian FTP archive:
durep_0.8.1-6.diff.gz
to pool/main/d/durep/durep_0.8.1-6.diff.gz
durep_0.8.1-6.dsc
to pool/main/d/durep/durep_0.8.1-6.dsc
durep_0.8.1-6_all.deb
to pool/main/d/durep/durep_0.8.1-6_all.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.
Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated durep 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: Wed, 28 Sep 2005 17:05:40 +0200
Source: durep
Binary: durep
Architecture: source all
Version: 0.8.1-6
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch <[EMAIL PROTECTED]>
Changed-By: Eduard Bloch <[EMAIL PROTECTED]>
Description:
durep - create disk usage reports
Closes: 330528
Changes:
durep (0.8.1-6) unstable; urgency=low
.
* fix for the last bashism fix (closes: #330528)
Files:
b3f95bcbfde11c3b39f6b1e21c306050 559 utils optional durep_0.8.1-6.dsc
c08ef69ca3c60852fcc4464126d2d0c4 9667 utils optional durep_0.8.1-6.diff.gz
d5e96f8de48e623bec519178d0ac5202 21552 utils optional durep_0.8.1-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDOrGm4QZIHu3wCMURAumIAJ4xQ84D17Wrt85E6qBsGKC35o0prACbBhLO
X1PF2o69Tufk0yWNb+t2AJI=
=oJFS
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]