Your message dated Sun, 05 Feb 2006 08:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#236563: 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] Sat Mar 06 18:34:00 2004
Received: (at submit) by bugs.debian.org; 7 Mar 2004 02:34:00 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from alb-24-194-33-49.nycap.rr.com (spiral.voxel.net) [24.194.33.49] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Azo75-0001lv-00; Sat, 06 Mar 2004 18:34:00 -0800
Received: by spiral.voxel.net (Postfix, from userid 1000)
        id E170AF407C; Sat,  6 Mar 2004 21:33:55 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Andres Salomon <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: tmpreaper: manpage, -h output, and program have outdated info
X-Mailer: reportbug 2.50
Date: Sat, 06 Mar 2004 21:33:55 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_05 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2004_03_05
X-Spam-Level: 

Package: tmpreaper
Version: 1.6.5
Severity: normal


First of all; when running tmpreaper -h, the following version is
displayed:
tmpreaper -- Version: 1.5.0-DEB

That should be 1.6.5, presumably. 

Second, the program usage (w/ -h) that's displayed is:
tmpreaper [-htvfmMsa] [--help] [--test] [--verbose] [--force]
        [--mtime] [--mtime-dir] [--symlinks] [--all]
        [[--protect '<shell_pattern>']...] <time> <dirs>...

This is different from tmpreaper's manpage, which has the following
args:
tmpreaper [-htvfmMsa]  [--help]  [--test]  [--verbose]  [--showdeleted]
        [--force]  [--delay=x]  [--atime]  [--mtime] [--mtime-dir]
        [--symlinks] [--all] [[--protect '<shell_pattern>']...] <time_spec>
        <dirs>...

Note the missing --showdeleted, --delay, and --atime.


Finally, the manpage mentions a --ctime that's not documented in the
above text.  Since these are pretty easy fixes, I didn't think it was
necessary to break this up into 3 separate bug reports.




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.1-mm4
Locale: LANG=C, LC_CTYPE=C


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Sun Feb 05 08:40:15 2006
Received: (at 236563-close) by bugs.debian.org; 5 Feb 2006 16:40:15 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F5mo5-0006bp-Dh; Sun, 05 Feb 2006 08:32:09 -0800
From: Paul Slootman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#236563: 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: 4

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