From 8bf29443882648e8fa3d641e2ca22162b9efdd73 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Fri, 29 Sep 2023 22:04:00 +0200 Subject: Import Debian version 12.4+deb12u2 base-files (12.4+deb12u2) bookworm; urgency=medium . * Change /etc/debian_version to 12.2, for Debian 12.2 point release. . base-files (12.4+deb12u1) bookworm; urgency=medium . * Change /etc/debian_version to 12.1, for Debian 12.1 point release. . base-files (12.4) unstable; urgency=medium . * Release candidate for bookworm as stable: - Use "12" as version in /etc/issue and /etc/issue.net. (never expected to change after release) - Use 12.0 as version in /etc/debian_version. (expected to change at every point release) - Change PRETTY_NAME in /usr/lib/os-release, adding 12 as version number and "(bookworm)" as codename. Add also VERSION_ID and VERSION. (never expected to change) - Variable VERSION_CODENAME was already defined as "bookworm". - Update README (bookworm -> trixie). * Refresh GFDL-1.2, GFDL-1.3, GPL-3, LGPL-2 and LGPL-3 from their canonical place at https://ftp.gnu.org/gnu/Licenses/ as they have minor editorial changes like trimming spaces, https, etc. * Drop debian/current-md5sums-obsolete. Closes: #1009358. * Ship a real debian/copyright file in source package instead of generating it at build time. * Call dh_installchangelogs using --no-trim option. Add versioned build-dependency on debhelper for the above. * Update lintian-overrides to new format. * Rules-Requires-Root: binary-targets. * Update standards version to 4.6.2. . base-files (12.3) unstable; urgency=high . * Add VERSION_CODENAME to /etc/os-release. Closes: #1008735. This still respects the fact that Debian distributions do not have a version number until they are actually released as stable, but makes /etc/os-release a little bit more useful for those who use testing as a pre-release for the next stable. Those users are also the reason why in this case we are simply using the string "bookworm". . 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. . base-files (12.1) unstable; urgency=medium . * Add support for DPKG_ROOT to postinst. Closes: #824594 . base-files (12) unstable; urgency=medium . * Do not create /var/run/utmp in postinst, as /var/run is ephemeral and it does not make sense. Closes: #989725. * Do not create /var/lib/dpkg/status if missing anymore, as dpkg already does that. Closes: #989726. * Change issue, issue.net, debian_version and os-release to read "bookworm/sid". Closes: #992369. * Drop VERSION, VERSION_ID and CODENAME from os-release. --- debian/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/README') diff --git a/debian/README b/debian/README index 01570a9..9ced2ea 100644 --- a/debian/README +++ b/debian/README @@ -4,10 +4,10 @@ Frequently Asked Questions about base-files * Questions about /etc/issue and /etc/debian_version: Q. I upgraded my system to the testing distribution and now my /etc/issue -says "bookworm/sid". Should it not read "bookworm" or "testing"? +says "trixie/sid". Should it not read "trixie" or "testing"? Q. I upgraded my system to the unstable distribution and now my /etc/issue -says "bookworm/sid". Should it not read "sid" or "unstable"? +says "trixie/sid". Should it not read "sid" or "unstable"? A. That would be nice, but it is not possible because of the way the testing distribution works. Packages uploaded for unstable reach @@ -17,9 +17,9 @@ testing. You should consider the testing and unstable distributions as two sides of the same coin. Since the base-files package in testing was initially uploaded for unstable, the only sensible /etc/issue to have is one that is both valid for testing and unstable, hence -"bookworm/sid" (or whatever is appropriate). +"trixie/sid" (or whatever is appropriate). -Q. Why "bookworm/sid" and not "testing/unstable" as it used to be? +Q. Why "trixie/sid" and not "testing/unstable" as it used to be? A. The codename is a little bit more informative, as the meaning of "testing" changes over time. -- cgit v1.2.3