- add missing file to make the tests work again
* apt-pkg/acquire-item.cc:
- fix I-M-S hits with file:// uris
* test/pre-upload-check.py:
- better error messages
- use "apt-get" by default (instead of ../bin/apt-get)
_error->Warning(_("A error occurred during the signature "
"verification. The repository is not updated "
"and the previous index files will be used."
- "GPG error: %s: %s\n"
+ "GPG error: %s: %s\n"),
Desc.Description.c_str(),
LookupTag(Message,"Message").c_str());
return;