[debhelper-devel] [debhelper] 01/02: dh: Fix missing $ in $startpoint

Niels Thykier nthykier at moszumanska.debian.org
Sun Jan 7 21:35:33 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 084c26e70d4b43e6be187acde850a371f60ff005
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jan 7 21:31:24 2018 +0000

    dh: Fix missing $ in $startpoint
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 7 +++++++
 dh               | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f9d9a5a..b96c918 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (11.1.2) UNRELEASED; urgency=medium
+
+  * dh: Fix non-sense error about a missing "startpoint object
+    method".
+
+ -- Niels Thykier <niels at thykier.net>  Sun, 07 Jan 2018 21:30:13 +0000
+
 debhelper (11.1.1) unstable; urgency=medium
 
   * dh: Fix an off-by-one in a compat check.  This fixes an
diff --git a/dh b/dh
index 7e5322e..4716031 100755
--- a/dh
+++ b/dh
@@ -767,7 +767,7 @@ for my $rules_command (@{$rules_targets}) {
 					# "arch" packages.  Otherwise, we might repeat
 					# part of the "install-arch" sequence when we
 					# should not.
-					$startpoint{$package} = $j + 1 if $j + 1 > startpoint{$package};
+					$startpoint{$package} = $j + 1 if $j + 1 > $startpoint{$package};
 					last COMMAND;
 				}
 			}

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