Your message dated Thu, 13 Sep 2007 19:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#403453: fixed in apt-cacher 1.5.4 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: apt-cacher Version: 1.5.3 This bug seems to be quite similar to #354548. This patch fixed it for me. I don't have the error messages at the moment because I deleted all those cron mails and don't know how to reproduce the original state. Additionally I'd write '-z' instead of '! -s' to check for an empty file. --- apt-cacher-cleanup.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apt-cacher-cleanup.pl b/apt-cacher-cleanup.pl index f5f8461..07b0c81 100755 --- a/apt-cacher-cleanup.pl +++ b/apt-cacher-cleanup.pl @@ -165,7 +165,7 @@ for my $file (@ifiles) { flock($glck, LOCK_UN); close($glck); - if(-e $tmpfile && ! -s $tmpfile && $tmpfile=~/bz2$/) { + if(-e $tmpfile && ! -s $tmpfile && $tmpfile=~/(gz|bz2)$/) { # moo, junk, empty file, most likely leftovers from previous versions # of apt-cacher-cleanup where the junk was "protected" from beeing # deleted. Purge later by not having in %valid. -- 1.4.4.1
--- End Message ---
--- Begin Message ---Source: apt-cacher Source-Version: 1.5.4 We believe that the bug you reported is fixed in the latest version of apt-cacher, which is due to be installed in the Debian FTP archive: apt-cacher_1.5.4.dsc to pool/main/a/apt-cacher/apt-cacher_1.5.4.dsc apt-cacher_1.5.4.tar.gz to pool/main/a/apt-cacher/apt-cacher_1.5.4.tar.gz apt-cacher_1.5.4_all.deb to pool/main/a/apt-cacher/apt-cacher_1.5.4_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. Mark Hindley <[EMAIL PROTECTED]> (supplier of updated apt-cacher 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, 06 Sep 2007 12:13:23 +0100 Source: apt-cacher Binary: apt-cacher Architecture: source all Version: 1.5.4 Distribution: unstable Urgency: low Maintainer: Mark Hindley <[EMAIL PROTECTED]> Changed-By: Mark Hindley <[EMAIL PROTECTED]> Description: apt-cacher - caching proxy system for Debian package and source files Closes: 356292 358988 362730 370446 374422 384721 385961 396677 399157 403453 403584 Changes: apt-cacher (1.5.4) unstable; urgency=low . * New maintainer (Closes: #403584) * apt-cacher: Correctly set version number when building package * apt-cacher-cleanup: add simulate option to show what would be done and offline mode to control refresh of index files * Add offline_mode to config file. * apt-cacher-cleanup: fix option handling * move setup_ownership() to apt-cacher-lib * apt-cacher-cleanup: run as user:group from config file * Bump standards version * Fix manpage warning: 52: a special character is not allowed in a name and missing line when rendered (closes: 374422) * Add LSB header to init. (closes: #384721) * apt-cacher-cleanup: provide warning if linking of file fails. * apt-cacher-cleanup: don't continue if there are empty index files in order to prevent unexpected deletion of cache contents (closes: #356292). * Daemonize correctly (closes: #370446). * Fix typos and spelling (closes: #358988, #362730, #399157, #396677) * Build and lintian warning fixes: Move debhelper compatibility to debian/compat. Remove make distclean from debian/rules. Put debhelper in Duild-Depends not Build-Depends-Indep Delete *-stamp on clean. * Don't cache index files that generate 404 error. Thanks to Dietrich Clauss <[EMAIL PROTECTED]> (closes: #385961) * apt-cacher-cleanup: just delete empty .gz files (closes: #403453). Files: 4858b71eb161e09641909c1c937154cb 615 net optional apt-cacher_1.5.4.dsc 8c5e819fed2c17e0619ac22ee5089514 82535 net optional apt-cacher_1.5.4.tar.gz 26ed456895a43e56c739ebcfeed4985c 63678 net optional apt-cacher_1.5.4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG6ZCw4QZIHu3wCMURAlajAJ9IF63wJ9luZH9KBunu6vb8s23X5gCfTfqT 9hyRV5696gWwAEKmlKdIoK8= =T8JA -----END PGP SIGNATURE-----
--- End Message ---

