- base-files (10+rpi1) buster-staging; urgency=medium
++base-files (10.1+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.
+
- -- Peter Michael Green <plugwash@raspbian.org> Sat, 01 Jul 2017 21:37:08 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Wed, 24 Jan 2018 07:50:05 +0000
++
+ base-files (10.1) unstable; urgency=medium
+
+ * Add CC0-1.0 to common-licenses. Closes: #859649, #882628.
+ Source: https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt.
+ * Simplify debian/rules a little bit by dropping install target
+ and using override_dh_auto_install instead. Closes: #886901.
+ Package should now build from source again in every supported way.
+ Thanks to Daniel Schepler for the report and to Niels Thykier for
+ clarifying the true nature of this bug.
+ * Do not create /etc/staff-group-for-usr-local on new installs anymore.
+ Do not create it on upgrades either, as we don't support upgrades
+ skipping stable releases, and even less skipping several releases.
+ * Standards-Version: 4.1.3.
+
+ -- Santiago Vila <sanvila@debian.org> Sun, 14 Jan 2018 00:36:34 +0100
base-files (10) unstable; urgency=medium
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 \
- /etc/staff-group-for-usr-local
install_from_default dot.profile /root/.profile
install_from_default dot.bashrc /root/.bashrc
install_from_default profile /etc/profile