- base-files (9.9+rpi1) stretch-staging; urgency=medium
++base-files (10+rpi1) buster-staging; urgency=medium
+
+ [changes brought forward from 8+rpi1 by Peter Michael Green <plugwash@raspbian.org> 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
++ [changes introduced in 10+rpi1 by Peter Michael Green]
++ * Make some changes using sed in debian/rules rather than directly in source
++ package to avoid merge conflicts.
+
- -- Raspbian forward porter <root@raspbian.org> Wed, 26 Apr 2017 13:26:56 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Sat, 01 Jul 2017 21:37:08 +0000
++
+ base-files (10) unstable; urgency=medium
+
+ * Change issue, issue.net, debian_version and os-release to read
+ "buster/sid", and drop VERSION and VERSION_ID from os-release.
+ * Fix typo in changelog for version 9.
+
+ -- Santiago Vila <sanvila@debian.org> Mon, 26 Jun 2017 00:19:42 +0200
base-files (9.9) unstable; urgency=medium
%:
dh $@
++override_dh_auto_clean:
++ dh_auto_clean
++ sed -i s/Raspbian/Debian/ etc/issue
++ sed -i s/Raspbian/Debian/ etc/issue.net
++ sed -i s/Raspbian/Debian/ etc/os-release
++
override_dh_auto_build:
++ sed -i s/Debian/Raspbian/ etc/issue
++ sed -i s/Debian/Raspbian/ etc/issue.net
++ sed -i s/Debian/Raspbian/ etc/os-release
sh debian/check-md5sum-etc profile
sed -e "s&#OSNAME#&$(OSNAME)&g" debian/copyright.in > debian/copyright
sed -e "s/#VENDORFILE#/$(VENDORFILE)/g" debian/postinst.in > debian/postinst
- PRETTY_NAME="Raspbian #OSNAME# 9 (stretch)"
- NAME="Raspbian #OSNAME#"
- VERSION_ID="9"
- VERSION="9 (stretch)"
+ PRETTY_NAME="Debian #OSNAME# buster/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/"
+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"
++SUPPORT_URL="http://www.raspbian.org/DebianForums"
++BUG_REPORT_URL="http://www.raspbian.org/DebianBugs"