From: Peter Michael Green Date: Wed, 24 Jan 2018 07:50:55 +0000 (+0000) Subject: Manual merge of version 10+rpi1 and 10.1 to produce 10.1+rpi1 X-Git-Tag: archive/raspbian/10.1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e477987ecd71afc007b77f6d27c142b196e0cafd;p=base-files.git Manual merge of version 10+rpi1 and 10.1 to produce 10.1+rpi1 --- e477987ecd71afc007b77f6d27c142b196e0cafd diff --cc debian/changelog index 2ea2b78,22d2953..9d5d6ef --- a/debian/changelog +++ b/debian/changelog @@@ -1,14 -1,18 +1,30 @@@ - 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 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 Sat, 01 Jul 2017 21:37:08 +0000 ++ -- Peter Michael Green 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 Sun, 14 Jan 2018 00:36:34 +0100 base-files (10) unstable; urgency=medium diff --cc debian/postinst.in index ca91fd3,1d35ee1..df788ed --- a/debian/postinst.in +++ b/debian/postinst.in @@@ -48,11 -48,9 +48,9 @@@ update_to_current_default() 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 diff --cc debian/rules index 9b6ab04,88db04b..3038244 --- a/debian/rules +++ b/debian/rules @@@ -8,7 -8,8 +8,8 @@@ ifeq ($(DEB_HOST_GNU_SYSTEM),gnu OSNAME=GNU/Hurd endif -VENDORFILE = debian +VENDORFILE = raspbian + DESTDIR = debian/base-files %: dh $@