diff -Nru apt-0.9.7.7/cmdline/apt-key apt-0.9.7.7+rpi1/cmdline/apt-key --- apt-0.9.7.7/cmdline/apt-key 2012-06-11 13:38:49.000000000 +0100 +++ apt-0.9.7.7+rpi1/cmdline/apt-key 2012-12-24 12:46:28.000000000 +0000 @@ -22,8 +22,8 @@ #MASTER_KEYRING=/usr/share/keyrings/debian-master-keyring.gpg #ARCHIVE_KEYRING_URI=http://ftp.debian.org/debian/debian-archive-keyring.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/raspbian-archive-keyring.gpg +REMOVED_KEYS=/usr/share/keyrings/raspbian-archive-removed-keys.gpg requires_root() { if [ "$(id -u)" -ne 0 ]; then diff -Nru apt-0.9.7.7/debian/changelog apt-0.9.7.7+rpi1/debian/changelog --- apt-0.9.7.7/debian/changelog 2012-12-13 08:52:19.000000000 +0000 +++ apt-0.9.7.7+rpi1/debian/changelog 2012-12-24 12:46:52.000000000 +0000 @@ -1,3 +1,9 @@ +apt (0.9.7.7+rpi1) wheezy-staging; urgency=low + + * Change dependency from debian-archive-keyring to raspbian-archive-keyring + + -- Peter Michael Green Mon, 24 Dec 2012 12:46:38 +0000 + apt (0.9.7.7) unstable; urgency=low [ Program translation updates ] diff -Nru apt-0.9.7.7/debian/control apt-0.9.7.7+rpi1/debian/control --- apt-0.9.7.7/debian/control 2012-09-11 14:56:28.000000000 +0100 +++ apt-0.9.7.7+rpi1/debian/control 2012-12-24 12:46:28.000000000 +0000 @@ -17,7 +17,7 @@ Package: apt Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, debian-archive-keyring, gnupg +Depends: ${shlibs:Depends}, ${misc:Depends}, raspbian-archive-keyring, gnupg Replaces: manpages-pl (<< 20060617-3~) Conflicts: python-apt (<< 0.7.93.2~) Suggests: aptitude | synaptic | wajig, dpkg-dev, apt-doc, xz-utils, python-apt diff -Nru apt-0.9.7.7/doc/examples/sources.list apt-0.9.7.7+rpi1/doc/examples/sources.list --- apt-0.9.7.7/doc/examples/sources.list 1970-01-01 01:00:00.000000000 +0100 +++ apt-0.9.7.7+rpi1/doc/examples/sources.list 2012-12-24 13:15:06.000000000 +0000 @@ -0,0 +1,8 @@ +# See sources.list(5) manpage for more information +# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool. +deb http://ftp.us.debian.org/debian wheezy main contrib non-free +deb http://security.debian.org wheezy/updates main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://ftp.us.debian.org/debian wheezy main contrib non-free +#deb-src http://security.debian.org wheezy/updates main contrib non-free