summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2020-03-15 21:59:56 +1100
committerBrendan O'Dea <bod@debian.org>2020-03-15 21:59:56 +1100
commitf284bd0d3bcb2893b0e8f5575140f8b0655fe16c (patch)
tree83d13f226803992301335fcb1555cad67d575a21 /debian
parent01137c9648e980f14b52a6a22abe6293e9bf2434 (diff)
downloadhelp2man-f284bd0d3bcb2893b0e8f5575140f8b0655fe16c.tar.gz
Remove install_dirs target, use mkinstalldirs directly before each install
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 422f240..07b48e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ help2man (1.47.13) unstable; urgency=medium
* Merge change from Po-Chuan Hsieh to suppress creation of an empty
pkglibdir when nls is disabled.
+ * Remove install_dirs target entirely, add explicit $(MKINSTALLDIRS)
+ before each $(INSTALL_{DATA,PROGRAM}) call.
- -- Brendan O'Dea <bod@debian.org> Sun, 15 Mar 2020 21:32:17 +1100
+ -- Brendan O'Dea <bod@debian.org> Sun, 15 Mar 2020 21:56:45 +1100
help2man (1.47.12) unstable; urgency=medium