]> git.saurik.com Git - apt.git/commitdiff
Fix keyring path in apt-key
authorMatt Zimmerman <matt.zimmerman@canonical.com>
Wed, 29 Jun 2005 15:39:49 +0000 (15:39 +0000)
committerMatt Zimmerman <matt.zimmerman@canonical.com>
Wed, 29 Jun 2005 15:39:49 +0000 (15:39 +0000)
cmdline/apt-key
debian/changelog

index 0685e36f72284e9c0c45834de0a5573b22de42cf..be2b19a1af87a79fc42030259b3f2e7b8e6eb592 100755 (executable)
@@ -9,14 +9,14 @@ GPG_CMD="gpg --no-options --no-default-keyring --secret-keyring /etc/apt/secring
 GPG="$GPG_CMD --keyring /etc/apt/trusted.gpg"
 
 
 GPG="$GPG_CMD --keyring /etc/apt/trusted.gpg"
 
 
-ARCHIVE_KEYRING=/usr/share/keyrings/debian-archive-keyring.gpg
-REMOVED_KEYS=/usr/share/keyrings/debian-archive-removed-keys.gpg
+ARCHIVE_KEYRING=/usr/share/keyrings/ubuntu-archive-keyring.gpg
+REMOVED_KEYS=/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
 
 
 update() {
     if [ ! -f $ARCHIVE_KEYRING ]; then
        echo >&2 "ERROR: Can't find the archive-keyring"
 
 
 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 ubuntu-keyring package installed?"
        exit 1
     fi
 
        exit 1
     fi
 
index cb092b803d89da4453ecd5f756109223678ebf27..a5f2b896010a05632ec1e878ab27d47f2b96f5d5 100644 (file)
@@ -1,3 +1,9 @@
+apt (0.6.39ubuntu2) breezy; urgency=low
+
+  * Fix keyring path in apt-key (I swear I remember doing this before...)
+
+ -- Matt Zimmerman <mdz@ubuntu.com>  Wed, 29 Jun 2005 08:39:17 -0700
+
 apt (0.6.39ubuntu1) breezy; urgency=low
 
   * Michael Vogt
 apt (0.6.39ubuntu1) breezy; urgency=low
 
   * Michael Vogt