[Pkg-haskell-commits] [package-plan] 01/05: Code cosmetics

Joachim Breitner nomeata at moszumanska.debian.org
Tue Jun 24 01:10:21 UTC 2014


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

nomeata pushed a commit to branch master
in repository package-plan.

commit b5f7457defff2a03cf346d8d089f065ff78e26c5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Jun 21 23:13:14 2014 -0700

    Code cosmetics
---
 test-packages.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-packages.pl b/test-packages.pl
index c247db9..5f65697 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -284,7 +284,6 @@ for my $group (@groups) {
 my %results;
 
 if ($all_runs_ok) {
-	my $count=0;
 	while ($total_out =~ m!^([a-zA-Z0-9-]+)-([0-9.]+)(?: \*test)?(?: \(new package\))?$!gm) {
 		my ($pkg, $version) = ($1, $2);
 		if (exists $results{$pkg} and $results{$pkg} ne $version) {
@@ -294,6 +293,7 @@ if ($all_runs_ok) {
 		}
 	}
 
+	my $count=0;
 	while ( my ($pkg, $version) = each %results ) {
 		unless (exists $versions{$pkg}) {
 			printf "ERROR: Additional dependency pulled in: %s-%s\n", $pkg, $version;

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