On Tue, Jul 01, 2014 at 12:27:11AM +0200, gregor herrmann wrote: > Package: apt-cacher > Version: 1.7.9 > Severity: normal > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > The following just made me unhappy:
Sorry! > Tue Jul 1 00:17:00 2014|debug [30573]: Resolved request is > http://ftp.ch.debian.org/debian/pool/main/d/dh-autoreconf/dh-autoreconf_9_all.deb > Tue Jul 1 00:17:00 2014|debug [30573]: Sorry, not allowed to fetch that type > of file: dh-autoreconf_9_all.deb > Tue Jul 1 00:17:00 2014|debug [30573]: Response: 403 Sorry, not allowed to > fetch that type of file: dh-autoreconf_9_all.deb > > Afer digging around, I found %VALID_VERSION% and its definition in > /usr/share/apt-cacher/lib/apt-cacher.pl (line 267): > > version => '(?:\d+:)?[0-9][-+:.~a-zA-Z0-9]+', > > Yes, this does not much the plain '9' of dh-autoreconf ... > > Changing it to > version => '(?:\d+:)?[0-9][-+:.~a-zA-Z0-9]*', > allowed me to go on ... Thanks. I will try to get a new upload done before this leaks into testing. Mark -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

