diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-06-29 15:41:41 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-06-29 15:41:41 +0000 |
commit | 1e4a64bc10b69891d73b2d1bbe41904d069bdd33 (patch) | |
tree | 8b76155b2619f374c1ab7aa6883dd25ee2507d37 | |
parent | 41e258f65bd919b48b539230cc2ecc033750e184 (diff) |
Fix keyring path in debian/rules
-rw-r--r-- | debian/apt.postinst | 2 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index ae1801198..df0433057 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -17,7 +17,7 @@ case "$1" in configure) if ! test -f /etc/apt/trusted.gpg; then - cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg + cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg fi ;; diff --git a/debian/changelog b/debian/changelog index a5f2b8960..e8ed03b82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ apt (0.6.39ubuntu2) breezy; urgency=low - * Fix keyring path in apt-key (I swear I remember doing this before...) + * Fix keyring paths in apt-key, debian/rules (I swear I remember doing this + before...) -- Matt Zimmerman <mdz@ubuntu.com> Wed, 29 Jun 2005 08:39:17 -0700 |