Merge version 11+rpi1 and 11.1 to produce 11.1+rpi1 archive/raspbian/11.1+rpi1 raspbian/11.1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Thu, 27 May 2021 19:53:32 +0000 (20:53 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Thu, 27 May 2021 19:53:32 +0000 (20:53 +0100)
1  2 
debian/changelog
debian/control
debian/postinst.in

index 003d801a8139229a2947873125183ecab24e9a9c,ca12cb4564823aa17f40a807669be33ab70dbe12..3457b208135f6f445e4d2786907dcdc37448480d
@@@ -1,20 -1,25 +1,43 @@@
- base-files (11+rpi1) bullseye-staging; urgency=medium
++base-files (11.1+rpi1) bullseye-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>  Thu, 18 Jul 2019 01:28:08 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Thu, 27 May 2021 19:53:31 +0000
++
+ base-files (11.1) unstable; urgency=medium
+   * Use https where appropriate, namely, origins/debian (currently used)
+     and share/staff-group-for-usr-local (not anymore). Closes: #959470.
+   * Gracefully handle /usr/share/info not existing. Closes: #977113.
+   * Use $() instead of `` where appropriate, namely, the default files
+     for /etc/profile and /root/.bashrc. Closes: #982687.
+   * Update share/profile.md5sums as the default file has changed.
+   * Update build-dependency on debhelper.
+   * Release candidate for bullseye as stable:
+   - Use "11" as version in /etc/issue and /etc/issue.net.
+     (never expected to change after buster is released)
+   - Use 11.0 as version in /etc/debian_version.
+     (expected to change at every point release)
+   - Change PRETTY_NAME in /usr/lib/os-release, adding 11 as version number
+     and "(bullseye)" as codename. Add also VERSION_ID and VERSION.
+     (never expected to change)
+   - Add VERSION_CODENAME to os-release.
+     (only expected on stable releases)
+   - Update README (bullseye -> bookworm).
+  -- Santiago Vila <sanvila@debian.org>  Sat, 10 Apr 2021 22:15:00 +0200
  
  base-files (11) unstable; urgency=medium
  
diff --cc debian/control
index ed72db88fb75e7cdbcf6f7fb3708c5f6e4ac6f15,960c5d4fdb342ea3d8e2ab755c7222f0a5c64a19..d976e478190eb5de210de239cef84782aaa52d15
@@@ -3,7 -3,7 +3,7 @@@ Section: admi
  Priority: required
  Maintainer: Santiago Vila <sanvila@debian.org>
  Standards-Version: 4.1.3
- Build-Depends: debhelper (>= 9), moreutils
 -Build-Depends: debhelper-compat (= 13)
++Build-Depends: debhelper-compat (= 13), moreutils
  
  Package: base-files
  Provides: base
Simple merge