diff options
author | Niels Thykier <niels@thykier.net> | 2016-03-31 21:09:42 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2016-03-31 21:09:42 +0000 |
commit | 3bbc671198fee8e0478a89fe3e5175656cef4a83 (patch) | |
tree | 664aee8c34fec29e85b14bd840e828a3661afd46 /debian | |
parent | ffc8adac33238d3ad84afd2034d10a986e93acee (diff) | |
download | debhelper-3bbc671198fee8e0478a89fe3e5175656cef4a83.tar.gz |
Remove dh_desktop
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 56b608c9..94ce5b66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +debhelper (9.20160313+unreleased) UNRELEASED; urgency=medium + + * Remove dh_desktop. + * dh_install: Fix a regression where a non-existing file + was ignored if another file was matched for the same + destination dir. Thanks to Ben Hutchings for reporting + the issue. (Closes: #818834) + + -- Niels Thykier <niels@thykier.net> Thu, 31 Mar 2016 21:09:07 +0000 + debhelper (9.20160313) unstable; urgency=medium * Remove dh_undocumented. @@ -6,10 +16,6 @@ debhelper (9.20160313) unstable; urgency=medium * dh_compress: Gracefully handle absolute paths passed via the -P option. Thanks to Andreas Beckmann for reporting the issue. (Closes: #818049) - * dh_install: Fix a regression where a non-existing file - was ignored if another file was matched for the same - destination dir. Thanks to Ben Hutchings for reporting - the issue. (Closes: #818834) -- Niels Thykier <niels@thykier.net> Sun, 13 Mar 2016 14:21:02 +0000 |