* test/authReliability/sources.list.good:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 2 Jan 2008 13:04:11 +0000 (14:04 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 2 Jan 2008 13:04:11 +0000 (14:04 +0100)
  - 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)

1  2 
apt-pkg/acquire-item.cc

@@@ -1172,7 -1176,7 +1176,7 @@@ void pkgAcqMetaIndex::Failed(string Mes
         _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;