Your message dated Mon, 07 Aug 2006 11:17:12 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#336433: fixed in apt-proxy 1.9.34 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-proxy Version: 1.9.32 Tags: patch The patch below is required for package diff support (available with apt from experimental). diff -rN -u old-apt-proxy-1.9.32/apt_proxy/apt_proxy.py new-apt-proxy-1.9.32/apt_proxy/apt_proxy.py --- old-apt-proxy-1.9.32/apt_proxy/apt_proxy.py 2005-10-30 11:04:52.000000000 +0100 +++ new-apt-proxy-1.9.32/apt_proxy/apt_proxy.py 2005-10-30 11:04:52.000000000 +0100 @@ -89,8 +89,8 @@ FileType(re.compile(r"\.txt$"), "application/plain-text", 1), FileType(re.compile(r"\.html$"), "application/text-html", 1), - FileType(re.compile(r"/(Packages|Release(\.gpg)?|Sources|Contents-.*)" - r"(\.(gz|bz2))?$"), + FileType(re.compile(r"/(Packages|Release(\.gpg)?|Sources|Index" + r"|(?:Contents|Translation)-.*)(\.(gz|bz2))?$"), "text/plain", 1), FileType(re.compile(r"\.rpm$"), "application/rpm", 0), diff -rN -u old-apt-proxy-1.9.32/debian/changelog new-apt-proxy-1.9.32/debian/changelog --- old-apt-proxy-1.9.32/debian/changelog 2005-10-30 11:04:52.000000000 +0100 +++ new-apt-proxy-1.9.32/debian/changelog 2005-10-30 11:04:52.000000000 +0100 @@ -1,3 +1,10 @@ +apt-proxy (1.9.32.1) unstable; urgency=low + + * Non-maintainer upload + * Map type of "Index" and "Translation-*" files to text/plain. + + -- Florian Weimer <[EMAIL PROTECTED]> Sun, 30 Oct 2005 11:04:48 +0100 + apt-proxy (1.9.32) unstable; urgency=low [ Chris Halls ]
--- End Message ---
--- Begin Message ---Source: apt-proxy Source-Version: 1.9.34 We believe that the bug you reported is fixed in the latest version of apt-proxy, which is due to be installed in the Debian FTP archive: apt-proxy_1.9.34.dsc to pool/main/a/apt-proxy/apt-proxy_1.9.34.dsc apt-proxy_1.9.34.tar.gz to pool/main/a/apt-proxy/apt-proxy_1.9.34.tar.gz apt-proxy_1.9.34_all.deb to pool/main/a/apt-proxy/apt-proxy_1.9.34_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. Chris Halls <[EMAIL PROTECTED]> (supplier of updated apt-proxy 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, 7 Aug 2006 18:54:56 +0100 Source: apt-proxy Binary: apt-proxy Architecture: source all Version: 1.9.34 Distribution: unstable Urgency: low Maintainer: Chris Halls <[EMAIL PROTECTED]> Changed-By: Chris Halls <[EMAIL PROTECTED]> Description: apt-proxy - Debian archive proxy and partial mirror builder Closes: 141312 259011 261802 272206 304611 306095 312969 323147 327239 328983 329764 329935 336433 337966 359798 359805 374405 375677 377322 Changes: apt-proxy (1.9.34) unstable; urgency=low . * Acknowledge NMU by Luk Claes, thanks! (Closes: #359798) . * Change maintainer to myself and add Otavio to Uploaders, at Otavio's request. Thanks Otavio for all your work. . * Caching behaviour changes: - Reorganise download process to be more logical, fixing several problems (Closes: #329764) - Recognise apt package diff files (*.diff/Index). Thanks Florian Weimer for the patch (Closes: #336433) - Remove http scheme, host and port from URL requested by clients (Closes: #374405) - Add download queueing mechanism. Clients can now use HTTP pipelining to request files, and each file will be queued at the corresponding backend. Each separate apt client connection generates a connection to the backend. (Closes: #261802) - HTTP pipelining now works and is enabled by default (Closes: #272206, #141312) . * Code reorganisation: - Fix breakage caused by new twisted (Closes: #375677) - Move fetchers and cache management into separate files - Add more unit tests - Fix shutdown code (Closes: #359805) . * apt-proxy.conf: - http_proxy can now be set in each [backend] section - Add support for username and password in http_proxy parameter. Thanks to Thomas Champagne for the patch (Closes: #323147, #327239) - Add bandwidth_limit configuration parameter to limit download rates (Closes: #306095, #259011) - Add support for rsync port specification - Give a meaningful error message if an empty time is given in the configuration file (Closes: #304611) . * Packaging changes: - Always check cache directory and logfile permissions when package is installed, thanks Ben Hutchings for the patch (Closes: #312969) - Add debhelper to Build-Depends, needed for dh_clean in clean target - Remove reference to v1 in description (Closes: #337966) - Support updated Python policy, thanks Matthias Klose. (Closes: #377322) - Standards-Version 3.7.2 (no changes necessary) . * Documentation updates: - Remove obsolete debian/TODO from source package - Update doc/TODO, removing fixed items - Remove references to -i parameter in apt-proxy.conf manpage. (Closes: #328983) - In example apt-proxy.conf, remove references to non-US archive (Closes: #329935) Files: c96271e49b0896d68881e15c1082db3d 725 admin extra apt-proxy_1.9.34.dsc 4a46b54d0086a617e678a92a528699f5 99592 admin extra apt-proxy_1.9.34.tar.gz 3e85926229304709d0dc561de577fa90 76116 admin extra apt-proxy_1.9.34_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFE13+IexmdExmX588RAtJHAKC2L/NJEuE2RYbQF8E967GO0D47PACgvtHw 6EKf9Hw6r3edx6zlJuIrraY= =TUHz -----END PGP SIGNATURE-----
--- End Message ---

