[debhelper-devel] [debhelper] 01/01: Fix FTBFS due to typo in variable name

Axel Beckert abe at deuxchevaux.org
Sat Sep 3 12:34:34 UTC 2016


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

abe pushed a commit to branch master
in repository debhelper.

commit 3c0a3176fe7c5ec6f92c7364b34d32cde0d97543
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Sep 3 14:33:17 2016 +0200

    Fix FTBFS due to typo in variable name
    
    Signed-off-by: Axel Beckert <abe at deuxchevaux.org>
---
 Debian/Debhelper/Dh_Lib.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 1cf280f..ff7367b 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -684,7 +684,7 @@ sub autoscript_sed {
 		open(my $ofd, '>', "${triggers_file}.new")
 			or error("open ${triggers_file}.new failed: $!");
 		while (my $line = <$ifd>) {
-			next if $line =~ m{\A  \Q${triggers_type}\E  \s+
+			next if $line =~ m{\A  \Q${trigger_type}\E  \s+
                                    \Q${trigger_target}\E (?:\s|\Z)
                               }x;
 			print {$ofd} $line;

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