summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <sanvila@debian.org>2025-05-12 21:25:00 +0200
committerLibravatar Santiago Vila <sanvila@debian.org>2025-05-12 21:25:00 +0200
commita07d562616e83fde29b7816fb35156899cb27f84 (patch)
tree2f25f6c8e9e629b8f208dce9b76283e2a6ef08a3 /debian
parent6594791d81f634f7ef041876796ab6a40c4d55e2 (diff)
downloadbase-files-a07d562616e83fde29b7816fb35156899cb27f84.tar.gz
base-files-a07d562616e83fde29b7816fb35156899cb27f84.zip
Upload for unstable as 13.8
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b04601a..a5f08c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+base-files (13.8) unstable; urgency=medium
+
+ * Changes for trixie as stable:
+ - Use 13 as version in /etc/issue and /etc/issue.net.
+ - Use 13.0 as version in /etc/debian_version.
+ - Update PRETTY_NAME in os-release, now 13 (trixie).
+ - Add VERSION_ID and VERSION.
+ - Add DEBIAN_VERSION_FULL with the same contents as /etc/debian_version.
+ This is only expected to exist on stable releases. Closes: #931197.
+ Note that this does not change the fundamental fact that "all point
+ releases of trixie are Debian 13". This is just a convenience for
+ tools like ansible who already parse both debian_version and os-release
+ so that in the long term they can parse os-release only.
+ - Update README (trixie -> forky and use 13.x for example version).
+ * Refresh some licenses from ftp.gnu.org. Closes: #1103289.
+ * Set Rules-Requires-Root to no.
+ * Drop obsolete debian/2775-dirs.
+ * Add Vcs-Git and Vcs-Browser fields.
+
+ -- Santiago Vila <sanvila@debian.org> Mon, 12 May 2025 21:25:00 +0200
+
base-files (13.7) unstable; urgency=medium
* Make /var/local to be root:root and 755 by default on new installs.