summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2022-12-14 20:32:30 +0000
committerNiels Thykier <niels@thykier.net>2022-12-14 20:32:30 +0000
commit7a6d9e58a4903fb898b63a0171f415bea395822b (patch)
tree6ca46e99088b45fdb33b0cfc39e9423b1cb87787
parentca66cf4bc74fe31b3d5c8131788effff7fdd8731 (diff)
Release debhelper/13.11.2
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bae10a83..8a36df08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+debhelper (13.11.2) unstable; urgency=medium
+
+ [ Niels Thykier ]
+ * Dh_Lib.pm: Remove unused third parameter from install_dh_config_file
+ * makefile.pm: Provide hook for subclasses to reuse cross-build support
+ (Closes: #1024296)
+ * Dh_Lib.pm: Revert change where `install_{file,prog,lib}` would use chown.
+ The problem that prompted this change was not caused by debhelper but
+ by fakeroot (#1024544) and the change in debhelper would not even
+ function as a work around in this case. Accordingly, the extra
+ complexity is not worth it and has been reverted.
+
+ [ Jakub Wilk ]
+ * Dh_Lib.pm: Fix typo in warning message about dherroron
+
+ -- Niels Thykier <niels@thykier.net> Wed, 14 Dec 2022 20:32:18 +0000
+
debhelper (13.11.1) unstable; urgency=medium
* Team upload.