summaryrefslogtreecommitdiff
path: root/etc/os-release
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <sanvila@debian.org>2023-09-29 22:04:00 +0200
committerLibravatar Mubashshir <ahm@jadupc.com>2023-12-03 16:19:49 +0600
commit8bf29443882648e8fa3d641e2ca22162b9efdd73 (patch)
tree2386fa87ababe5f21557b7509ac765d14eb45111 /etc/os-release
parentaaaa6dfeaa45166e74202a50e48080d83a3e03b8 (diff)
downloadbase-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 'etc/os-release')
-rw-r--r--etc/os-release20
1 files changed, 9 insertions, 11 deletions
diff --git a/etc/os-release b/etc/os-release
index 40ab6ac..281e4fd 100644
--- a/etc/os-release
+++ b/etc/os-release
@@ -1,11 +1,9 @@
-PRETTY_NAME="ShopnoOS 4 (shopno)"
-NAME="ShopnoOS"
-VERSION_ID="4"
-VERSION="4 (shopno)"
-VERSION_CODENAME=shopno
-ID=shopno
-ID_LIKE=debian
-HOME_URL="https://jadupc.com/"
-SUPPORT_URL="mailto:support@jadupc.com"
-BUG_REPORT_URL="mailto:bugs@jadupc.com"
-DEBIAN_CODENAME=bullseye
+PRETTY_NAME="Debian #OSNAME# 12 (bookworm)"
+NAME="Debian #OSNAME#"
+VERSION_ID="12"
+VERSION="12 (bookworm)"
+VERSION_CODENAME=bookworm
+ID=debian
+HOME_URL="https://www.debian.org/"
+SUPPORT_URL="https://www.debian.org/support"
+BUG_REPORT_URL="https://bugs.debian.org/"