diff -Nru apt-0.9.14.1/debian/changelog apt-0.9.14.1+rpi1/debian/changelog --- apt-0.9.14.1/debian/changelog 2013-12-12 17:36:44.000000000 +0000 +++ apt-0.9.14.1+rpi1/debian/changelog 2013-12-20 23:02:16.000000000 +0000 @@ -1,3 +1,9 @@ +apt (0.9.14.1+rpi1) jessie-staging; urgency=low + + * Include vendor information for raspbian. + + -- Peter Michael Green Fri, 20 Dec 2013 22:51:48 +0000 + apt (0.9.14.1) unstable; urgency=medium * fix apt-get source -t dist regression (closes: #731853) diff -Nru apt-0.9.14.1/vendor/raspbian/apt-vendor.ent apt-0.9.14.1+rpi1/vendor/raspbian/apt-vendor.ent --- apt-0.9.14.1/vendor/raspbian/apt-vendor.ent 1970-01-01 00:00:00.000000000 +0000 +++ apt-0.9.14.1+rpi1/vendor/raspbian/apt-vendor.ent 2013-12-20 22:59:28.000000000 +0000 @@ -0,0 +1,7 @@ + + +raspbian-archive-keyring"> +/usr/share/keyrings/raspbian-archive-keyring.gpg"> +/usr/share/keyrings/raspbian-archive-removed-keys.gpg"> + + diff -Nru apt-0.9.14.1/vendor/raspbian/makefile apt-0.9.14.1+rpi1/vendor/raspbian/makefile --- apt-0.9.14.1/vendor/raspbian/makefile 1970-01-01 00:00:00.000000000 +0000 +++ apt-0.9.14.1+rpi1/vendor/raspbian/makefile 2013-12-20 23:35:44.000000000 +0000 @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=vendor/raspbian + +# Bring in the default rules +include ../../buildlib/defaults.mak + +doc binary manpages: sources.list + +sources.list: sources.list.in ../../doc/apt-verbatim.ent + sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@ diff -Nru apt-0.9.14.1/vendor/raspbian/sources.list.in apt-0.9.14.1+rpi1/vendor/raspbian/sources.list.in --- apt-0.9.14.1/vendor/raspbian/sources.list.in 1970-01-01 00:00:00.000000000 +0000 +++ apt-0.9.14.1+rpi1/vendor/raspbian/sources.list.in 2013-12-20 23:01:09.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 &stable-codename; main contrib non-free + +# Uncomment if you want the apt-get source function to work +#deb-src http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free