Hi, attached is a patch against 1.9.36, the version currently in unstable. Please consider applying this.
I did check that bzip2 haven't changed locations again. Vince
--- usr/share/pycentral/apt-proxy/site-packages/apt_proxy/cache.py.orig 2007-12-07 14:12:28.354666060 +1100 +++ usr/share/pycentral/apt-proxy/site-packages/apt_proxy/cache.py 2007-12-07 14:12:41.618773035 +1100 @@ -597,7 +597,7 @@ elif re.search(r"\.gz$", self.path): self.worker = FileVerifierProcess(self, '/bin/gunzip', '-t', '-v', self.path) elif re.search(r"\.bz2$", self.path): - self.worker = FileVerifierProcess(self, '/usr/bin/bunzip2', '--test', self.path) + self.worker = FileVerifierProcess(self, '/bin/bunzip2', '--test', self.path) else: # Unknown file, just check it is not 0 size try: