From: Matt Zimmerman Date: Wed, 29 Jun 2005 15:41:41 +0000 (+0000) Subject: Fix keyring path in debian/rules X-Git-Tag: 0.7.24ubuntu1~311 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1e4a64bc10b69891d73b2d1bbe41904d069bdd33?ds=inline Fix keyring path in debian/rules --- 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 Wed, 29 Jun 2005 08:39:17 -0700