Your message dated Mon, 23 Apr 2007 09:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414866: fixed in apt-mirror 0.4.4-5
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-mirror
Version: 0.4.4-4
Severity: normal

Hi,

apt-mirror cleans out all files with a ~ in the filename, only to
download them again on the next invocation.

The problem is that the filenames in %skipclean have the ~ replaced with
'%7E', and are not matching the filenames on disk. The attached patch
fixes this in the least intrusive, but not very efficient way. I guess
the proper fix would be to not store modified filenames in %skipclean in
the first place; alas, the patch works and demonstrates the problem.

Cheers, Til

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt-mirror depends on:
ii  adduser                    3.63          Add and remove users and groups
ii  perl                       5.8.4-8sarge5 Larry Wall's Practical Extraction 
ii  perl-modules               5.8.4-8sarge5 Core Perl modules
ii  wget                       1.9.1-12      retrieves files from the web

-- no debconf information
--- apt-mirror.orig     2007-03-14 09:18:01.000000000 +0100
+++ apt-mirror  2007-03-14 09:35:17.000000000 +0100
@@ -489,7 +489,9 @@
 
 sub process_file {
     my $file = shift;
+    $file =~ s[~][%7E] if get_variable("_tilde");
     return 1 if $skipclean{$file};
+    $file =~ s[%7E][~] if get_variable("_tilde");
     push @rm_files, $file;
     my (undef, undef, undef, undef, undef, undef, undef, $size, undef, undef, 
undef, undef, $blocks) = stat($file);
     $unnecessary_bytes += $blocks * 512;

--- End Message ---
--- Begin Message ---
Source: apt-mirror
Source-Version: 0.4.4-5

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

apt-mirror_0.4.4-5.diff.gz
  to pool/main/a/apt-mirror/apt-mirror_0.4.4-5.diff.gz
apt-mirror_0.4.4-5.dsc
  to pool/main/a/apt-mirror/apt-mirror_0.4.4-5.dsc
apt-mirror_0.4.4-5_all.deb
  to pool/main/a/apt-mirror/apt-mirror_0.4.4-5_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.
Brandon Holtsclaw <[EMAIL PROTECTED]> (supplier of updated apt-mirror 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: Mon, 23 Apr 2007 03:09:14 -0500
Source: apt-mirror
Binary: apt-mirror
Architecture: source all
Version: 0.4.4-5
Distribution: unstable
Urgency: low
Maintainer: Brandon Holtsclaw <[EMAIL PROTECTED]>
Changed-By: Brandon Holtsclaw <[EMAIL PROTECTED]>
Description: 
 apt-mirror - APT sources mirroring tool
Closes: 413795 413796 414866
Changes: 
 apt-mirror (0.4.4-5) unstable; urgency=low
 .
   * Fixed typos in the Man page (Closes: #413795) and (Closes: #413796)
   * apt-mirror no longer cleans out all files with tilde in file name when 
clean.sh is run
     (Closes: #414866)
Files: 
 bb5773e57a8d4b275d6b6e58c8049bd7 575 net optional apt-mirror_0.4.4-5.dsc
 8fdad86d2b338e84a995f1ddf67511f3 3730 net optional apt-mirror_0.4.4-5.diff.gz
 243c2f2ffb70b202d2e5c899340c3c62 11628 net optional apt-mirror_0.4.4-5_all.deb

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

iD8DBQFGLHvKCfB0CMh//C8RAvncAKCWE99ltRnA2CiDhj7WF+pEAfl4/QCdFVh0
fl3ntvqQg+DUt4aWmQ4GwCg=
=zlxZ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to