diff -Nru base-files-9.9+deb9u9/debian/changelog base-files-9.9+rpi1+deb9u9/debian/changelog --- base-files-9.9+deb9u9/debian/changelog 2019-03-28 09:12:44.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/debian/changelog 2019-04-27 12:12:10.000000000 +0000 @@ -1,3 +1,12 @@ +base-files (9.9+rpi1+deb9u9) 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 Sat, 27 Apr 2019 12:12:10 +0000 + base-files (9.9+deb9u9) stretch; urgency=medium * Change /etc/debian_version to 9.9, for Debian 9.9 point release. diff -Nru base-files-9.9+deb9u9/debian/postinst.in base-files-9.9+rpi1+deb9u9/debian/postinst.in --- base-files-9.9+deb9u9/debian/postinst.in 2018-02-23 22:00:00.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/debian/postinst.in 2019-04-27 12:12: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.9+deb9u9/debian/rules base-files-9.9+rpi1+deb9u9/debian/rules --- base-files-9.9+deb9u9/debian/rules 2018-02-23 22:00:00.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/debian/rules 2019-04-27 12:12:10.000000000 +0000 @@ -8,7 +8,7 @@ OSNAME=GNU/Hurd endif -VENDORFILE = debian +VENDORFILE = raspbian %: dh $@ diff -Nru base-files-9.9+deb9u9/etc/issue base-files-9.9+rpi1+deb9u9/etc/issue --- base-files-9.9+deb9u9/etc/issue 2017-01-15 22:00:00.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/etc/issue 2019-04-27 12:12:10.000000000 +0000 @@ -1,2 +1 @@ -Debian #OSNAME# 9 \n \l - +Raspbian #OSNAME# 9 \n \l diff -Nru base-files-9.9+deb9u9/etc/issue.net base-files-9.9+rpi1+deb9u9/etc/issue.net --- base-files-9.9+deb9u9/etc/issue.net 2017-01-15 22:00:00.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/etc/issue.net 2019-04-27 12:12:10.000000000 +0000 @@ -1 +1 @@ -Debian #OSNAME# 9 +Raspbian #OSNAME# 9 diff -Nru base-files-9.9+deb9u9/etc/os-release base-files-9.9+rpi1+deb9u9/etc/os-release --- base-files-9.9+deb9u9/etc/os-release 2017-01-15 22:00:00.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/etc/os-release 2019-04-27 12:12:10.000000000 +0000 @@ -1,8 +1,9 @@ -PRETTY_NAME="Debian #OSNAME# 9 (stretch)" -NAME="Debian #OSNAME#" +PRETTY_NAME="Raspbian #OSNAME# 9 (stretch)" +NAME="Raspbian #OSNAME#" VERSION_ID="9" VERSION="9 (stretch)" -ID=debian -HOME_URL="https://www.debian.org/" -SUPPORT_URL="https://www.debian.org/support" -BUG_REPORT_URL="https://bugs.debian.org/" +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.9+deb9u9/origins/raspbian base-files-9.9+rpi1+deb9u9/origins/raspbian --- base-files-9.9+deb9u9/origins/raspbian 1970-01-01 00:00:00.000000000 +0000 +++ base-files-9.9+rpi1+deb9u9/origins/raspbian 2019-04-27 12:12:10.000000000 +0000 @@ -0,0 +1,4 @@ +Vendor: Raspbian +Vendor-URL: http://www.raspbian.org/ +Bugs: https://bugs.launchpad.net/raspbian/+filebug +Parent: Debian