diff options
author | Niels Thykier <niels@thykier.net> | 2018-09-13 19:12:28 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-09-14 18:54:20 +0000 |
commit | 3e869c10ff3c6b5b0865259e857ff217747906aa (patch) | |
tree | 8ef6d566a318c914400e4dc650ad6bda51e5b5b8 /dh_installman | |
parent | 329b38c07d957ca960b017428a43af6a8f3827df (diff) | |
download | debhelper-3e869c10ff3c6b5b0865259e857ff217747906aa.tar.gz |
dh_*: Add cli-options NOOP PROMISES for most helpers
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_installman')
-rwxr-xr-x | dh_installman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installman b/dh_installman index 8fabf88b..a41d9c8e 100755 --- a/dh_installman +++ b/dh_installman @@ -140,7 +140,7 @@ init(options => { }); -# PROMISE: DH NOOP WITHOUT pkgfile-logged(manpages) tmp(usr/share/man) +# PROMISE: DH NOOP WITHOUT pkgfile-logged(manpages) tmp(usr/share/man) cli-options() my (@sofiles, @sodests); my @all_packages = getpackages(); |