Manual merge of version 12+rpi1 and 12.2 to produce 12.2+rpi1 archive/raspbian/12.2+rpi1 raspbian/12.2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 15 Feb 2022 20:21:45 +0000 (20:21 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 15 Feb 2022 20:21:45 +0000 (20:21 +0000)
1  2 
debian/changelog
debian/postinst.in

index 82ef28930241897ddafb94a87226d88df3380c9d,6b6c53112519a18a7caa7a0cb63413f22f2b1ac6..a65fe8fba34c3486fbb3a56727e0cedd1eed223a
@@@ -1,20 -1,16 +1,34 @@@
- 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
  
index 8283e74586547fb39b4cf672bc508e931a105c70,0ad4ce3369d91aa5dd29457703bab606adfdc1b1..992127da55254f841dc7ce9562aa7f5bc53561e7
@@@ -44,11 -52,11 +52,11 @@@ update_to_current_default() 
    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