Your message dated Sun, 05 Feb 2006 08:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322311: fixed in tmpreaper 1.6.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)

--- Begin Message ---
>From [EMAIL PROTECTED] Wed Aug 10 01:18:11 2005
Received: (at submit) by bugs.debian.org; 10 Aug 2005 08:18:11 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from ash25e.internode.on.net [203.16.214.182] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E2lmt-0008FI-00; Wed, 10 Aug 2005 01:18:11 -0700
Received: from [10.1.1.91] (ppp242-202.lns2.adl2.internode.on.net 
[203.122.242.202])
        by ash25e.internode.on.net (8.12.9/8.12.6) with ESMTP id j7A8I8Lr014537
        for <[EMAIL PROTECTED]>; Wed, 10 Aug 2005 17:48:08 +0930 (CST)
        (envelope-from [EMAIL PROTECTED])
Mime-Version: 1.0 (Apple Message framework v733)
Content-Transfer-Encoding: quoted-printable
Message-Id: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed
To: Submit <[EMAIL PROTECTED]>
From: Clytie Siddall <[EMAIL PROTECTED]>
Subject: tmpreaper_1.6.5
Date: Wed, 10 Aug 2005 17:48:06 +0930
X-Mailer: Apple Mail (2.733)
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: tmpreaper
Version: 1.6.5
Severity: wishlist
Tags: l10n, patch

While translating the file tmpreaper, I encountered the following =20
typos, which I thought you might like to eliminate in a future release.
_________________
1.
#. Description
#: ../tmpreaper.templates:18
msgid ""
"You apparently have changed the default value in /etc/=20
tmpreaper.conf; you "
"may want to check /etc/default/rcS to see if the value there is =20
acceptable, "
"_if you the upgrade procedure_ to replace your /etc/tmpreaper.conf =20
with the "
"new version."

"if you want the upgrade procedure"  ?
_________________

I hope this is useful. :)

submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team / =20
nh=C3=B3m Vi=E1=BB=87t h=C3=B3a ph=E1=BA=A7n m=E1=BB=81m t=E1=BB=B1 do)


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Sun Feb 05 08:40:27 2006
Received: (at 322311-close) by bugs.debian.org; 5 Feb 2006 16:40:27 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F5mo5-0006bx-H1; Sun, 05 Feb 2006 08:32:09 -0800
From: Paul Slootman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#322311: fixed in tmpreaper 1.6.6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 05 Feb 2006 08:32:09 -0800
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
X-CrossAssassin-Score: 7

Source: tmpreaper
Source-Version: 1.6.6

We believe that the bug you reported is fixed in the latest version of
tmpreaper, which is due to be installed in the Debian FTP archive:

tmpreaper_1.6.6.dsc
  to pool/main/t/tmpreaper/tmpreaper_1.6.6.dsc
tmpreaper_1.6.6.tar.gz
  to pool/main/t/tmpreaper/tmpreaper_1.6.6.tar.gz
tmpreaper_1.6.6_i386.deb
  to pool/main/t/tmpreaper/tmpreaper_1.6.6_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.
Paul Slootman <[EMAIL PROTECTED]> (supplier of updated tmpreaper 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: Thu, 02 Feb 2006 12:42:15 +0100
Source: tmpreaper
Binary: tmpreaper
Architecture: source i386
Version: 1.6.6
Distribution: unstable
Urgency: low
Maintainer: Paul Slootman <[EMAIL PROTECTED]>
Changed-By: Paul Slootman <[EMAIL PROTECTED]>
Description: 
 tmpreaper  - cleans up files in directories based on their age
Closes: 236563 236565 237194 273523 322311 322312 332119 332757
Changes: 
 tmpreaper (1.6.6) unstable; urgency=low
 .
   * Add --runtime option, for those cases where it's known that it may take a
     very long time to run. Thanks to Jaap Eldering for the patch, although I
     took a slightly different approach (short option -T instead of -r, as -r
     is often associated with recursive).
     closes:#332757
   * Check whether a subdirectory is a bind mount on the same file system to
     prevent unfortunate accidents that won't otherwise be prevented by the
     "not switching file systems" check. Patch from Eric Lammerts.
     closes:#237194
   * Add alternate dependency of debconf-2.0.
     closes:#332119
   * Updated version string and usage message.
     closes:#236563
   * Using --mtime together with --ctime makes no sense, so check for that
     combination and bail out if detected.
   * Added Czech debconf translation, thanks to Miroslav Kure.
     closes:#273523
   * Added Vietnamese debconf translation, thanks to Clytie Siddall.
     closes:#322312
   * Corrected debconf template text.
     closes:#322311
   * "--test --verbose=0 --showdeleted" will now show a list of files and
     directories that would (probably) have been deleted.
     closes:#236565
   * Updated policy version.
Files: 
 2aa649f305535c6bf531744b957fe19a 505 admin optional tmpreaper_1.6.6.dsc
 3a534f8876f318102d7a5ec38584200e 119219 admin optional tmpreaper_1.6.6.tar.gz
 00230f7bc1e0a9cd5bd0d2677dc9df79 38436 admin optional tmpreaper_1.6.6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFD4yHautvvqbTW3hMRAuhSAJ9fH5z94cQtjNS1wO5hlBs468YitwCcDR0g
c7lVWxpL6uNqO6H7ATilIg4=
=lUHn
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to