[debhelper-devel] [debhelper] 01/02: Dh_Lib: Explicitly return at the end of get_buildoptions

Niels Thykier nthykier at moszumanska.debian.org
Tue Jun 27 17:42:18 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 9a61f6a8a30980e3f47704e702fce8c5a26a79d5
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jun 27 17:33:41 2017 +0000

    Dh_Lib: Explicitly return at the end of get_buildoptions
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 Debian/Debhelper/Dh_Lib.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 42874a6..092626d 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -1538,6 +1538,7 @@ sub get_buildoption {
 			return 1;
 		}
 	}
+	return undef;
 }
 
 # install a dh config file (e.g. debian/<pkg>.lintian-overrides) into

-- 
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