Package: release.debian.org
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu
Dear Stable Release Managers:
For Debian 8.3, I'd like to include a fix for a typo in the os-release
file in addition to the usual base-files update.
Note 1: In Debian 8, the os-release file is actually in /usr/lib so
dpkg on upgrades will just replace the old file by the new one without
bothering the user with new questions.
Note 2: Thanks to Paul Wise from DSA we have a redirection for this,
but this is a workaround and I would much prefer that we are able to
remove such redirection some day in the not too distant future.
Debdiff attached.
Thanks.
diff -Nru base-files-8+deb8u2/debian/changelog
base-files-8+deb8u3/debian/changelog
--- base-files-8+deb8u2/debian/changelog 2015-08-26 18:30:17.000000000
+0200
+++ base-files-8+deb8u3/debian/changelog 2016-01-06 16:16:35.000000000
+0100
@@ -1,3 +1,11 @@
+base-files (8+deb8u3) stable; urgency=low
+
+ * Changed /etc/debian_version to 8.3, for Debian 8.3 point release.
+ * os-release: Drop trailing slash in SUPPORT_URL variable, as the URL
+ is not supposed to have it. Closes: #781809, #800791.
+
+ -- Santiago Vila <sanv...@debian.org> Wed, 06 Jan 2016 16:11:48 +0100
+
base-files (8+deb8u2) stable; urgency=low
* Changed /etc/debian_version to 8.2, for Debian 8.2 point release.
diff -Nru base-files-8+deb8u2/etc/debian_version
base-files-8+deb8u3/etc/debian_version
--- base-files-8+deb8u2/etc/debian_version 2015-08-26 18:30:23.000000000
+0200
+++ base-files-8+deb8u3/etc/debian_version 2016-01-06 12:00:00.000000000
+0100
@@ -1 +1 @@
-8.2
+8.3
diff -Nru base-files-8+deb8u2/etc/os-release base-files-8+deb8u3/etc/os-release
--- base-files-8+deb8u2/etc/os-release 2014-11-30 12:00:00.000000000 +0100
+++ base-files-8+deb8u3/etc/os-release 2016-01-06 12:00:00.000000000 +0100
@@ -4,5 +4,5 @@
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
-SUPPORT_URL="http://www.debian.org/support/"
+SUPPORT_URL="http://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"