[debhelper-devel] [debhelper] 01/01: dh: Ensure that $startpoint{$package} is defined

Niels Thykier nthykier at moszumanska.debian.org
Tue Jan 2 14:43:12 UTC 2018


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

nthykier pushed a commit to branch master
in repository debhelper.

commit eb1bdee3ff729551267578c2716afcebd88b4365
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jan 2 14:41:04 2018 +0000

    dh: Ensure that $startpoint{$package} is defined
    
    Thanks to James Cowgill for finding this bug.
---
 dh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dh b/dh
index 0945d17..4e69bb2 100755
--- a/dh
+++ b/dh
@@ -731,6 +731,10 @@ if (compat(9)) {
 			}
 		}
 	}
+} else {
+	foreach my $package (@packages) {
+		$startpoint{$package} = 0;
+	}
 }
 
 # Figure out what point in the sequence to go to.

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