Hello. Try this:
diff -Naur apt-proxy-1.9.36.3.orig/apt_proxy/cache.py apt-proxy-1.9.36.3/apt_proxy/cache.py --- apt-proxy-1.9.36.3.orig/apt_proxy/cache.py 2008-06-05 13:07:05.000000000 +0400 +++ apt-proxy-1.9.36.3/apt_proxy/cache.py 2008-06-05 13:08:32.000000000 +0400 @@ -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-z0-9_]+)" r"(?:\.(?:gz|bz2))?$", "text/plain", 1), FileType(r"(?:^|/)(?:Packages|Sources|Contents-[a-z0-9]+)\.diff/Index$", -- Regards, Yuri Kozlov -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]