[Pkg-haskell-commits] [package-plan] 03/03: Additional dependencies are now errors
Joachim Breitner
nomeata at moszumanska.debian.org
Wed Apr 16 11:58:10 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 36db584e85b060fce4fa2ca5f2cc63f89c7214ca
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Apr 16 13:58:08 2014 +0200
Additional dependencies are now errors
---
test-packages.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/test-packages.pl b/test-packages.pl
index fb27376..724ddac 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -244,6 +244,7 @@ if (run \@params, \"", \$out, \$err) {
my ($pkg, $version) = ($1, $2);
unless (exists $versions{$pkg}) {
printf "Additional dependency pulled in: %s-%s\n", $pkg, $version;
+ $error_count++;
next
}
unless ($versions{$pkg} eq $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