diff -Nru apt-0.9.7.9/cmdline/apt-key apt-0.9.7.9+rpi1/cmdline/apt-key --- apt-0.9.7.9/cmdline/apt-key 2013-03-01 10:51:21.000000000 +0000 +++ apt-0.9.7.9+rpi1/cmdline/apt-key 2013-10-17 19:02:04.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/debian/changelog apt-0.9.7.9+rpi1/debian/changelog --- apt-0.9.7.9/debian/changelog 2013-06-04 09:24:15.000000000 +0000 +++ apt-0.9.7.9+rpi1/debian/changelog 2013-10-17 19:03:12.000000000 +0000 @@ -1,3 +1,10 @@ +apt (0.9.7.9+rpi1) wheezy-staging; urgency=low + + * Change dependency from debian-archive-keyring to raspbian-archive-keyring + * Fix example sources.list + + -- Peter Michael Green Thu, 17 Oct 2013 19:02:43 +0000 + apt (0.9.7.9) stable; urgency=low [ Ludovico Cavedon ] diff -Nru apt-0.9.7.9/debian/control apt-0.9.7.9+rpi1/debian/control --- apt-0.9.7.9/debian/control 2013-06-04 09:23:15.000000000 +0000 +++ apt-0.9.7.9+rpi1/debian/control 2013-10-17 19:02:04.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/doc/examples/sources.list apt-0.9.7.9+rpi1/doc/examples/sources.list --- apt-0.9.7.9/doc/examples/sources.list 1970-01-01 00:00:00.000000000 +0000 +++ apt-0.9.7.9+rpi1/doc/examples/sources.list 2013-10-17 19:02:04.000000000 +0000 @@ -0,0 +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://mirrordirector.raspbian.org/raspbian wheezy main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://mirrordirector.raspbian.org/raspbian wheezy main contrib non-free diff -Nru apt-0.9.7.9/doc/examples/sources.list.in apt-0.9.7.9+rpi1/doc/examples/sources.list.in --- apt-0.9.7.9/doc/examples/sources.list.in 2013-03-01 10:51:21.000000000 +0000 +++ apt-0.9.7.9+rpi1/doc/examples/sources.list.in 2013-10-17 19:02:04.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