[Pkg-haskell-commits] [package-plan] 01/01: Make Additional dependency pulled in message an ERROR:

Joachim Breitner nomeata at moszumanska.debian.org
Wed Apr 16 12:01:03 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 354806801b258d138811ae66aa707d35f09fbfd9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Apr 16 14:01:00 2014 +0200

    Make Additional dependency pulled in message an ERROR:
---
 test-packages.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-packages.pl b/test-packages.pl
index 724ddac..b8b79ac 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -243,7 +243,7 @@ if (run \@params, \"", \$out, \$err) {
 	while ($out =~ m!^([a-zA-Z0-9-]+)-([0-9.]+)(?: \*test)?(?: \(new package\))?$!gm) {
 		my ($pkg, $version) = ($1, $2);
 		unless (exists $versions{$pkg}) {
-			printf "Additional dependency pulled in: %s-%s\n", $pkg, $version;
+			printf "ERROR: Additional dependency pulled in: %s-%s\n", $pkg, $version;
 			$error_count++;
 			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