summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:01:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:01:02 +0000
commit20c2afdca6a4aa4becd7aeb5e51035d24d03f5ae (patch)
tree4a98304d1a80b784da84f045279ba7bbbdd308fc /debian/changelog
parentMerging upstream version 13.2. (diff)
downloadbase-files-20c2afdca6a4aa4becd7aeb5e51035d24d03f5ae.tar.xz
base-files-20c2afdca6a4aa4becd7aeb5e51035d24d03f5ae.zip
Adding debian version 13.2.debian/13.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f923d50..cb72d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+base-files (13.2) unstable; urgency=medium
+
+ * Document that /etc/profile is not a conffile anymore. Closes: #868095.
+ * Use a regexp to source files in /etc/profile.d. The behaviour should now be
+ well defined and consistent. Closes: #885414, #1069279.
+ * Add NEWS.Debian entry for the above.
+ * Document that the default umask is defined in /etc/login.defs. Closes: #983606.
+ * Add #DEBHELPER# token to postinst to make lintian happy.
+ * Make binary package to be git-reproducible.
+
+ -- Santiago Vila <sanvila@debian.org> Fri, 03 May 2024 18:15:00 +0200
+
base-files (13.1) unstable; urgency=medium
* Rename postinst.in to postinst. Use dh_installdeb token feature instead.