Package: apt-cacher Version: 0.9.4 Severity: minor When you view the apt-cacher web page (eg, http://myapt-cacher/apt-cacher/) it tells you it is running version 0.8.6.
Simple Patch: (though I'm sure there would be a way of pulling this info from the debian package at package build time). --- apt-cacher.pl 2005-06-03 09:47:43.968825896 +1000 +++ apt-cacher.pl.orig 2005-06-03 09:47:31.672695192 +1000 @@ -151,7 +151,7 @@ # use strict; use warnings; # Set the version number (displayed on the info page) -my $version='0.9.4'; +my $version='0.8.6'; my $path = $ENV{PATH_INFO}; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]