On Fri, Mar 07, 2014 at 02:32:12AM +0100, Uwe Storbeck wrote: > Yes, I've seen it (now) in installer_files_regexp. But it does > not match in the case when the changelog file is delivered as > packagename_changelog and not as packagename/changelog.
Correct: the regexps match the filename of the requested URI. Both aptitude and apt-get on my system request http://packages.debian.org/changelogs/pool/main/e/ed/ed_1.6-2/changelog not ed_1.6-2_changelog. Looking at your dump of the ed changelog fetch, there is some redirect handling going on and that is where the ed_1.6-2_changelog seems to come from. This should be handled by the libcurl backend and never be seen by aptitude/apt-get client. What version of libcurl3-gnutls do you have installed? Can you enable debugging with debug=1 in a file /etc/apt-cacher/conf.d and post the output. Thanks Mark -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

