diff options
author | 2023-09-29 22:04:00 +0200 | |
---|---|---|
committer | 2023-12-03 16:19:49 +0600 | |
commit | 8bf29443882648e8fa3d641e2ca22162b9efdd73 (patch) | |
tree | 2386fa87ababe5f21557b7509ac765d14eb45111 /debian/changelog | |
parent | aaaa6dfeaa45166e74202a50e48080d83a3e03b8 (diff) | |
download | base-files-8bf29443882648e8fa3d641e2ca22162b9efdd73.tar.gz base-files-8bf29443882648e8fa3d641e2ca22162b9efdd73.zip |
Import Debian version 12.4+deb12u2debian/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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 100 |
1 files changed, 54 insertions, 46 deletions
diff --git a/debian/changelog b/debian/changelog index cb17d4a..254d1c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,69 +1,77 @@ -base-files (11.1+deb11u7+shopno1) shopno; urgency=medium +base-files (12.4+deb12u2) bookworm; urgency=medium - * Change /etc/debian_version to 11.7, for Debian 11.7 point release + * Change /etc/debian_version to 12.2, for Debian 12.2 point release. - -- Mubashshir <ahm@jadupc.com> Wed, 03 May 2023 18:32:23 +0600 + -- Santiago Vila <sanvila@debian.org> Fri, 29 Sep 2023 22:04:00 +0200 -base-files (11.1+deb11u7) shopno; urgency=medium +base-files (12.4+deb12u1) bookworm; urgency=medium - [ Santiago Vila ] - * Change /etc/debian_version to 11.7, for Debian 11.7 point release. + * Change /etc/debian_version to 12.1, for Debian 12.1 point release. - -- Mubashshir <ahm@jadupc.com> Wed, 03 May 2023 18:30:00 +0600 + -- Santiago Vila <sanvila@debian.org> Fri, 14 Jul 2023 18:00:00 +0200 -base-files (11.1+deb11u6s3) shopno; urgency=medium +base-files (12.4) unstable; urgency=medium - * Update maintainer info - - -- Mubashshir <ahm@jadupc.com> Tue, 07 Mar 2023 15:11:05 +0600 - -base-files (11.1+deb11u6s2) shopno; urgency=medium - - * Fix Distributor ID; s/Shopno-OS/Shopno/ - - -- Mubashshir <ahmubashshir@gmail.com> Wed, 01 Feb 2023 13:00:00 +0600 - -base-files (11.1+deb11u6s1) shopno; urgency=medium - - * Change /etc/os-release, for ShopnoOS 4.9 point release. - - -- Mubashshir <ahmubashshir@gmail.com> Wed, 01 Feb 2023 13:00:00 +0600 - -base-files (11.1+deb11u6) bullseye; urgency=medium - - * Change /etc/debian_version to 11.6, for Debian 11.6 point release. - - -- Santiago Vila <sanvila@debian.org> Fri, 09 Dec 2022 20:15:00 +0100 - -base-files (11.1+deb11u5) bullseye; urgency=medium - - * Change /etc/debian_version to 11.5, for Debian 11.5 point release. + * 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. - -- Santiago Vila <sanvila@debian.org> Sat, 03 Sep 2022 14:10:00 +0200 + -- Santiago Vila <sanvila@debian.org> Thu, 02 Mar 2023 14:55:00 +0100 -base-files (11.1+deb11u4) bullseye; urgency=medium +base-files (12.3) unstable; urgency=high - * Change /etc/debian_version to 11.4, for Debian 11.4 point release. + * 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". - -- Santiago Vila <sanvila@debian.org> Thu, 30 Jun 2022 23:35:00 +0200 + -- Santiago Vila <sanvila@debian.org> Mon, 03 Oct 2022 23:30:00 +0200 -base-files (11.1+deb11u3) bullseye; urgency=medium +base-files (12.2) unstable; urgency=medium - * Change /etc/debian_version to 11.3, for Debian 11.3 point release. + * 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> Sat, 19 Mar 2022 14:46:00 +0100 + -- Santiago Vila <sanvila@debian.org> Wed, 19 Jan 2022 23:35:00 +0100 -base-files (11.1+deb11u2) bullseye; urgency=medium +base-files (12.1) unstable; urgency=medium - * Change /etc/debian_version to 11.2, for Debian 11.2 point release. + * Add support for DPKG_ROOT to postinst. Closes: #824594 - -- Santiago Vila <sanvila@debian.org> Sat, 11 Dec 2021 18:25:00 +0100 + -- Santiago Vila <sanvila@debian.org> Wed, 19 Jan 2022 22:40:00 +0100 -base-files (11.1+deb11u1) bullseye; urgency=medium +base-files (12) unstable; urgency=medium - * Change /etc/debian_version to 11.1, for Debian 11.1 point release. + * 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. - -- Santiago Vila <sanvila@debian.org> Sun, 03 Oct 2021 11:15:00 +0200 + -- Santiago Vila <sanvila@debian.org> Sun, 22 Aug 2021 19:00:00 +0200 base-files (11.1) unstable; urgency=medium |