]> git.saurik.com Git - apt.git/commitdiff
* fix apt-key to ask for the correct package
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 18 Jan 2006 22:40:41 +0000 (22:40 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 18 Jan 2006 22:40:41 +0000 (22:40 +0000)
cmdline/apt-key
debian/changelog

index 0685e36f72284e9c0c45834de0a5573b22de42cf..7460a24be0b5b345942ce4a3bec06c3d71356e0e 100755 (executable)
@@ -16,7 +16,7 @@ REMOVED_KEYS=/usr/share/keyrings/debian-archive-removed-keys.gpg
 update() {
     if [ ! -f $ARCHIVE_KEYRING ]; then
        echo >&2 "ERROR: Can't find the archive-keyring"
-       echo >&2 "Is the debian-keyring package installed?"
+       echo >&2 "Is the debian-archive-keyring package installed?"
        exit 1
     fi
 
index 84077c3d0704518ff8853d9656ba12d5221964d1..0a3809c86fb3ecaa27db038d545caf2bd4dba3f9 100644 (file)
@@ -13,11 +13,11 @@ apt (0.6.43.2) unstable; urgency=low
     - es.po: Updated to 510t1f Closes: #348158
     - gl.po: Completed to 511 strings Closes: #347729
     - it.po: Yet another update Closes: #347435
-
     - *.po: Updated from sources (511 strings)
   * add patch to fix http download corruption problem (thanks to
     Petr Vandrovec, closes: #280844, #290694)
   * added debian-archive-keyring to the Recommends (closes: #347970)
+  * fixed message in apt-key to install debian-archive-keyring 
 
  --