summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <[email protected]>2024-05-03 18:15:00 +0200
committerLibravatar Santiago Vila <[email protected]>2024-05-03 19:38:23 +0200
commitd888609a4138041893295f76938b7596b8e85062 (patch)
tree4a98304d1a80b784da84f045279ba7bbbdd308fc
parent2f1f49e6c9a34a75f0ba979bf12ffc27f13c1c81 (diff)
downloadbase-files-d888609a4138041893295f76938b7596b8e85062.tar.gz
base-files-d888609a4138041893295f76938b7596b8e85062.zip
Upload for unstable as 13.2
Diffstat (limited to '')
-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 <[email protected]> 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.