[debhelper-devel] [debhelper] 01/01: dh_installinit: fix uninitialized warning

Niels Thykier nthykier at moszumanska.debian.org
Sat Sep 23 10:01:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch bug-876453-dh_installinit-sans-upstart
in repository debhelper.

commit 4473a74a4704e3cc6ae52660e38be919c9114715
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Sep 23 09:59:46 2017 +0000

    dh_installinit: fix uninitialized warning
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_installinit b/dh_installinit
index b1030cb..b3f101d 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -269,7 +269,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		warning("     rm_conffile /etc/init/${jobfile}.conf $dh{VERSION}");
 		warning("(Note: the example is a best-effort guess and it is not always correct! Please verify before use)");
 		warning("see \"man dh_installdeb\" for more information about the maintscript file");
-		warning();
+		warning("");
 		error("upstart jobs are no longer supported!  Please remove $job and check if you need to add a conffile removal");
 	}
 	if ($job ne '' && ! $dh{ONLYSCRIPTS}) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list