diff -Nru base-files-9.7/debian/changelog base-files-9.7+rpi1/debian/changelog --- base-files-9.7/debian/changelog 2016-11-27 18:29:38.000000000 +0000 +++ base-files-9.7+rpi1/debian/changelog 2016-12-04 00:32:10.000000000 +0000 @@ -1,3 +1,12 @@ +base-files (9.7+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 8+rpi1 by Peter Michael Green at Wed, 07 Jan 2015 02:03:42 +0000] + * Modify default vendor etc for raspbian. + * Modify maintainer scripts so default will be set to raspbian even when + upgrading + + -- Raspbian forward porter Sun, 04 Dec 2016 00:32:10 +0000 + base-files (9.7) unstable; urgency=medium * Do not care about /etc/nsswitch.conf anymore, as the file has been diff -Nru base-files-9.7/debian/postinst.in base-files-9.7+rpi1/debian/postinst.in --- base-files-9.7/debian/postinst.in 2016-11-27 17:00:00.000000000 +0000 +++ base-files-9.7+rpi1/debian/postinst.in 2016-12-04 00:32:10.000000000 +0000 @@ -44,11 +44,11 @@ fi } -if [ ! -e /etc/dpkg/origins/default ]; then +#if [ ! -e /etc/dpkg/origins/default ]; then if [ -e /etc/dpkg/origins/#VENDORFILE# ]; then ln -sf #VENDORFILE# /etc/dpkg/origins/default fi -fi +#fi if [ "$1" = "configure" ] && [ "$2" = "" ]; then install_from_default staff-group-for-usr-local \ diff -Nru base-files-9.7/debian/rules base-files-9.7+rpi1/debian/rules --- base-files-9.7/debian/rules 2016-11-27 17:00:00.000000000 +0000 +++ base-files-9.7+rpi1/debian/rules 2016-12-04 00:32:10.000000000 +0000 @@ -8,7 +8,7 @@ OSNAME=GNU/Hurd endif -VENDORFILE = debian +VENDORFILE = raspbian %: dh $@ diff -Nru base-files-9.7/etc/issue base-files-9.7+rpi1/etc/issue --- base-files-9.7/etc/issue 2015-04-30 10:00:00.000000000 +0000 +++ base-files-9.7+rpi1/etc/issue 2016-12-04 00:32:10.000000000 +0000 @@ -1,2 +1,2 @@ -Debian #OSNAME# stretch/sid \n \l +Raspbian #OSNAME# stretch/sid \n \l diff -Nru base-files-9.7/etc/issue.net base-files-9.7+rpi1/etc/issue.net --- base-files-9.7/etc/issue.net 2015-04-30 10:00:00.000000000 +0000 +++ base-files-9.7+rpi1/etc/issue.net 2016-12-04 00:32:10.000000000 +0000 @@ -1 +1 @@ -Debian #OSNAME# stretch/sid +Raspbian #OSNAME# stretch/sid diff -Nru base-files-9.7/etc/os-release base-files-9.7+rpi1/etc/os-release --- base-files-9.7/etc/os-release 2015-10-28 16:37:11.000000000 +0000 +++ base-files-9.7+rpi1/etc/os-release 2016-12-04 00:32:10.000000000 +0000 @@ -1,6 +1,7 @@ -PRETTY_NAME="Debian #OSNAME# stretch/sid" -NAME="Debian #OSNAME#" -ID=debian -HOME_URL="https://www.debian.org/" -SUPPORT_URL="https://www.debian.org/support" -BUG_REPORT_URL="https://bugs.debian.org/" +PRETTY_NAME="Raspbian #OSNAME# stretch/sid" +NAME="Raspbian #OSNAME#" +ID=raspbian +ID_LIKE=debian +HOME_URL="http://www.raspbian.org/" +SUPPORT_URL="http://www.raspbian.org/RaspbianForums" +BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" diff -Nru base-files-9.7/origins/raspbian base-files-9.7+rpi1/origins/raspbian --- base-files-9.7/origins/raspbian 1970-01-01 00:00:00.000000000 +0000 +++ base-files-9.7+rpi1/origins/raspbian 2016-12-04 00:32:10.000000000 +0000 @@ -0,0 +1,4 @@ +Vendor: Raspbian +Vendor-URL: http://www.raspbian.org/ +Bugs: https://bugs.launchpad.net/raspbian/+filebug +Parent: Debian