]> git.saurik.com Git - apt.git/commitdiff
* merged with main
authorMichael Vogt <mvo@debian.org>
Fri, 6 Jan 2006 00:24:31 +0000 (00:24 +0000)
committerMichael Vogt <mvo@debian.org>
Fri, 6 Jan 2006 00:24:31 +0000 (00:24 +0000)
Patches applied:

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-114
   * merged with mvo

 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-115
   * string fix

1  2 
apt-pkg/acquire-item.cc
debian/changelog

index 11a449e91bc1ed531c8633977447510396784928,11a449e91bc1ed531c8633977447510396784928..86f61dd00c0fd119cbe5c9c09ba13b3732ae123b
@@@ -642,7 -642,7 +642,7 @@@ bool pkgAcqMetaIndex::VerifyVendor(stri
     // check for missing sigs (that where not fatal because otherwise we had
     // bombed earlier)
     string missingkeys;
--   string msg = _("There was no public key available for the "
++   string msg = _("There are no public key available for the "
                  "following key IDs:\n");
     pos = Message.find("NO_PUBKEY ");
     if (pos != std::string::npos)
index 8bcb4256642bd939fff600d833d8f21e8e6b33d6,8bcb4256642bd939fff600d833d8f21e8e6b33d6..694d91b680363e64149e1568978f898b03287cb4
@@@ -15,10 -15,10 +15,11 @@@ apt (0.6.43.1) unstable; urgency=lo
    * apt-get source won't download already downloaded files again
      (closes: #79277)
    * share/debian-archive.gpg: new 2006 ftp-archive signing key added
++    (#345891)
    * redownload the Release file if IMS-Hit and gpg failure
--  * deal with multiple signatures
++  * deal with multiple signatures on a Release file
  
-- -- Michael Vogt <mvo@debian.org>  Thu,  5 Jan 2006 23:47:40 +0100
++ -- Michael Vogt <mvo@debian.org>  Fri,  6 Jan 2006 01:17:08 +0100
  
  apt (0.6.43) unstable; urgency=medium