Your message dated Sun, 13 May 2007 17:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#400936: fixed in findutils 4.3.5-1 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: findutils Version: 4.2.28-1 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 In the find(1) manpage, the description of the %b format specifier in the -printf command currently reads: %b The amount of disk space used for this file in 512-byte blocks. Since disk space is allocated in multiples of the filesystem block size this is usually greater than %s/1024, but it can also be smaller if the file is a sparse file. While it is technically true that %b is usually greater than %s/1024, it is probably more useful to say here that it is usually greater than %s/512. A patch making this change is attached. - -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages findutils depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries findutils recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFbc2erbXc6n5AevkRAqtwAKCRGhZx4V/KFgN0S84hPlWjKPBslACff07/ 1wCZGZRXHfd/R/lF942vhWo= =pnMl -----END PGP SIGNATURE-------- find.1.orig 2006-11-29 13:10:37.054299879 -0500 +++ find.1 2006-11-29 13:10:52.098950367 -0500 @@ -713,7 +713,7 @@ .IP %b The amount of disk space used for this file in 512-byte blocks. Since disk space is allocated in multiples of the filesystem block size this is usually -greater than %s/1024, but it can also be smaller if the file is a sparse file. +greater than %s/512, but it can also be smaller if the file is a sparse file. .IP %c File's last status change time in the format returned by the C `ctime' function.
--- End Message ---
--- Begin Message ---Source: findutils Source-Version: 4.3.5-1 We believe that the bug you reported is fixed in the latest version of findutils, which is due to be installed in the Debian FTP archive: findutils_4.3.5-1.diff.gz to pool/main/f/findutils/findutils_4.3.5-1.diff.gz findutils_4.3.5-1.dsc to pool/main/f/findutils/findutils_4.3.5-1.dsc findutils_4.3.5-1_i386.deb to pool/main/f/findutils/findutils_4.3.5-1_i386.deb findutils_4.3.5.orig.tar.gz to pool/main/f/findutils/findutils_4.3.5.orig.tar.gz 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. Andreas Metzler <[EMAIL PROTECTED]> (supplier of updated findutils 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: Sun, 13 May 2007 14:40:44 +0200 Source: findutils Binary: findutils Architecture: source i386 Version: 4.3.5-1 Distribution: experimental Urgency: low Maintainer: Andreas Metzler <[EMAIL PROTECTED]> Changed-By: Andreas Metzler <[EMAIL PROTECTED]> Description: findutils - utilities for finding files--find, xargs, and locate Closes: 21084 291419 354384 370057 400936 403823 412459 420190 Changes: findutils (4.3.5-1) experimental; urgency=low . * New upstream version. - Better error message if the second operand of a binary operator is missing. (Closes: #403823) - If locatedb is old show actual age in warning mesage instead of just saying "more than 8 days old". (Closes: #354384) - Do not show warnings about argument ordering if -nowarn is specified. (Closes: #370057) - Correct docs for %b printf specifier. (Closes: #400936) - [-version] instead of [--version] in locate --help. (Closes: #412459) - make clean does not delete regexprops.texi if cross-building. (Closes: #420190) - Different error message on 'find ""'. (Closes: #21084) - Support for *BSDs -newerXY tests allows to find files with a date in the future without generating a temporary file. "find -newermt 2007-07-07" (Closes: #291419) * Undo workaround for savannah #19550, since it is a glibc bug. Files: 3888ad33fac7e8618724af7181a7ae21 660 utils required findutils_4.3.5-1.dsc 52138c6834208506a5dd70c9701f90e8 1726358 utils required findutils_4.3.5.orig.tar.gz 6c91c88107b6fd172b449ad79b05c4c8 14695 utils required findutils_4.3.5-1.diff.gz 7b081f5a02d3dccd3e5e6dc5a54cb94b 577666 utils required findutils_4.3.5-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGR0p6HTOcZYuNdmMRAmCAAJ4zvTdwLFI+V1iR8jIiEWCGSGqaewCeLPYa QCRgyNfyRSdMshIVZE2FFd0= =ItfQ -----END PGP SIGNATURE-----
--- End Message ---

