[Pkg-haskell-commits] [package-plan] 02/03: Quelch perl warning
Joachim Breitner
nomeata at moszumanska.debian.org
Tue Apr 28 13:35:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit fc566f59001334407d1fb443b468575b858318ca
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Apr 28 13:34:32 2015 +0200
Quelch perl warning
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index ec6eee9..3b0d4de 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -216,7 +216,7 @@ __END__
$error_count++;
next
}
- unless ($version eq $versions{$pkg}) {
+ unless (exists $versions{$pkg} && $version eq $versions{$pkg}) {
# printf "Ignoring patches for %s-%s, version does not match %s in packages.txt\n", $pkg ,$version, $versions{$pkg};
next
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list