diff -Nru apt-0.9.7.9+deb7u7/cmdline/apt-key apt-0.9.7.9+rpi1+deb7u7/cmdline/apt-key --- apt-0.9.7.9+deb7u7/cmdline/apt-key 2013-03-01 10:51:21.000000000 +0000 +++ apt-0.9.7.9+rpi1+deb7u7/cmdline/apt-key 2014-10-28 23:00:51.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.9+deb7u7/debian/changelog apt-0.9.7.9+rpi1+deb7u7/debian/changelog --- apt-0.9.7.9+deb7u7/debian/changelog 2014-10-17 07:13:17.000000000 +0000 +++ apt-0.9.7.9+rpi1+deb7u7/debian/changelog 2014-10-28 23:00:51.000000000 +0000 @@ -1,3 +1,10 @@ +apt (0.9.7.9+rpi1+deb7u7) wheezy-staging; urgency=low + + * Change dependency from debian-archive-keyring to raspbian-archive-keyring + * Fix example sources.list + + -- Peter Michael Green Tue, 28 Oct 2014 23:00:36 +0000 + apt (0.9.7.9+deb7u7) stable; urgency=medium [ David Kalnischkies ] diff -Nru apt-0.9.7.9+deb7u7/debian/control apt-0.9.7.9+rpi1+deb7u7/debian/control --- apt-0.9.7.9+deb7u7/debian/control 2013-06-04 09:23:15.000000000 +0000 +++ apt-0.9.7.9+rpi1+deb7u7/debian/control 2014-10-28 23:00:51.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.9+deb7u7/doc/examples/sources.list.in apt-0.9.7.9+rpi1+deb7u7/doc/examples/sources.list.in --- apt-0.9.7.9+deb7u7/doc/examples/sources.list.in 2013-03-01 10:51:21.000000000 +0000 +++ apt-0.9.7.9+rpi1+deb7u7/doc/examples/sources.list.in 2014-10-28 23:01:01.000000000 +0000 @@ -1,8 +1,6 @@ # 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 &stable-codename; main contrib non-free -deb http://security.debian.org &stable-codename;/updates main contrib non-free +deb http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free # Uncomment if you want the apt-get source function to work -#deb-src http://ftp.us.debian.org/debian &stable-codename; main contrib non-free -#deb-src http://security.debian.org &stable-codename;/updates main contrib non-free +#deb-src http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free