Your message dated 
with message-id <[email protected]>
and subject line apt-proxy removed from Debian unstable
has caused the Debian Bug report #532221,
regarding apt-proxy fails to download localized Translations files.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
532221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-proxy
Version: 1.9.36.3+nmu1

apt-mirror refurses to download files like
Translation-pt_BR.bz2

The whole error Message is:

  2009-06-07 12:27:56-0300 [Channel,2,127.0.0.1] '[HttpRequestClient]
  abort - unknown extension for file
  dists/lenny/updates/main/i18n/Translation-pt_BR.bz2'

Look like it does not like upper case letters in the filename.
The following patches seams to solve the problem:

###### start of patch ########
--- /usr/share/pyshared/apt_proxy/cache.py.orig 2009-06-07
12:41:23.000000000 -0300
+++ /usr/share/pyshared/apt_proxy/cache.py      2009-06-07
12:34:03.000000000 -0300
@@ -503,7 +503,7 @@

     FileType(r"(?:^|/)Packages.gz$", "text/plain", 1,
decompressor=clients.GzUncompressClient),
     FileType(r"(?:^|/)Packages.bz2$", "text/plain", 1,
decompressor=clients.Bz2UncompressClient),
-
FileType(r"(?:^|/)(?:Packages|Release(?:\.gpg)?|Sources|(?:Contents|Translation)-[a-z0-9_]+)"
+
FileType(r"(?:^|/)(?:Packages|Release(?:\.gpg)?|Sources|(?:Contents|Translation)-[A-Za-z0-9_]+)"
                         r"(?:\.(?:gz|bz2))?$",
              "text/plain", 1),

FileType(r"(?:^|/)(?:Packages|Sources|Contents-[a-z0-9]+)\.diff/Index$",
###### end of patch ########


Regard

Hans Krüger



--- End Message ---
--- Begin Message ---
Version: 1.9.37+rm

apt-proxy has been removed from Debian unstable: http://bugs.debian.org/576821

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD


--- End Message ---

Reply via email to