- base-files (12+rpi1) bookworm-staging; urgency=medium
++base-files (12.2+rpi1) bookworm-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.
+ [changes introduced in 10.3+rpi1 by Peter Michael Green]
+ * Make further changes in debian/rules rather than directly to files in
+ package to further avoid merge conflicts.
+ * Make changes in debian/rules in the "install" step to avoid the need for
+ code to revert them.
+ * Add build-dependency on moreutils to support new code in debian/rules.
+
- -- Raspbian forward porter <root@raspbian.org> Sat, 28 Aug 2021 18:32:16 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Tue, 15 Feb 2022 20:21:05 +0000
++
+ base-files (12.2) unstable; urgency=medium
+
+ * A simplified version of the patch for DPKG_ROOT was applied, but the
+ simplification went too far and was incorrect. Closes: #824594.
+ * Use $() instead of `` when calling md5sum.
+
+ -- Santiago Vila <sanvila@debian.org> Wed, 19 Jan 2022 23:35:00 +0100
+
+ base-files (12.1) unstable; urgency=medium
+
+ * Add support for DPKG_ROOT to postinst. Closes: #824594
+
+ -- Santiago Vila <sanvila@debian.org> Wed, 19 Jan 2022 22:40:00 +0100
base-files (12) unstable; urgency=medium
fi
}
- #if [ ! -e /etc/dpkg/origins/default ]; then
- if [ -e /etc/dpkg/origins/#VENDORFILE# ]; then
- ln -sf #VENDORFILE# /etc/dpkg/origins/default
-if [ ! -e "$DPKG_ROOT/etc/dpkg/origins/default" ]; then
++#if [ ! -e "$DPKG_ROOT/etc/dpkg/origins/default" ]; then
+ if [ -e "$DPKG_ROOT/etc/dpkg/origins/#VENDORFILE#" ]; then
+ ln -sf #VENDORFILE# "$DPKG_ROOT/etc/dpkg/origins/default"
fi
-fi
+#fi
if [ "$1" = "configure" ] && [ "$2" = "" ]; then
install_from_default dot.profile /root/.profile