diff -Nru unattended-upgrades-0.80~sid2/data/50unattended-upgrades.Debian unattended-upgrades-0.80~sid2+rpi1/data/50unattended-upgrades.Debian --- unattended-upgrades-0.80~sid2/data/50unattended-upgrades.Debian 2013-05-16 08:20:45.000000000 +0000 +++ unattended-upgrades-0.80~sid2+rpi1/data/50unattended-upgrades.Debian 2013-10-06 10:21:22.000000000 +0000 @@ -33,10 +33,10 @@ // Note that this will silently match a different release after // migration to the specified archive (e.g. testing becomes the // new stable). -// "o=Debian,a=stable"; -// "o=Debian,a=stable-updates"; -// "o=Debian,a=proposed-updates"; - "origin=Debian,archive=stable,label=Debian-Security"; +// "o=Raspbian,a=stable"; +// "o=Raspbian,a=stable-updates"; +// "o=Raspbian,a=proposed-updates"; + "origin=Raspbian,archive=stable,label=Raspbian-Security"; }; // List of packages to not update diff -Nru unattended-upgrades-0.80~sid2/debian/changelog unattended-upgrades-0.80~sid2+rpi1/debian/changelog --- unattended-upgrades-0.80~sid2/debian/changelog 2013-05-16 09:07:07.000000000 +0000 +++ unattended-upgrades-0.80~sid2+rpi1/debian/changelog 2013-10-06 10:22:05.000000000 +0000 @@ -1,3 +1,9 @@ +unattended-upgrades (0.80~sid2+rpi1) jessie-staging; urgency=low + + * Change default config file for raspbian + + -- Peter Michael Green Sun, 06 Oct 2013 10:20:59 +0000 + unattended-upgrades (0.80~sid2) unstable; urgency=low * fix crash when --dry-run --debug is given, thanks to