It seems that the naming of the file got changed. The following patch
seems to fix it:

belle:/# diff -uNrBbd /usr/share/pyshared/apt_proxy/cache.py.org 
/usr/share/pyshared/apt_proxy/cache.py
--- /usr/share/pyshared/apt_proxy/cache.py.org  2008-10-29 11:57:00.000000000 
+0100
+++ /usr/share/pyshared/apt_proxy/cache.py      2008-10-29 11:47:42.000000000 
+0100
@@ -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$",


Folkert van Heusden

-- 
MultiTail är en flexibel redskap för att fälja logfilar, utför av
commandoer, filtrera, ge färg, sammanfoga, o.s.v. följa.
http://www.vanheusden.com/multitail/
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to