Package: debhelper
Version: 11.1.5
Severity: normal
Tags: patch

Hello.

dh_installinfo uses dh{SOURCEDIR} but does not tell Dh_Lib to accept
the associated command line option.

A trivial patch is attached.
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -63,7 +63,9 @@
 
 =cut
 
-init();
+init(options => {
+	"sourcedir=s" => \$dh{SOURCEDIR},
+});
 
 # PROMISE: DH NOOP WITHOUT info
 

Attachment: dh_installinfo-sourcedir.sh
Description: Bourne shell script

Reply via email to