[Pkg-haskell-commits] [package-plan] 284/457: non-libraries are now handled correctly
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:37 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 50ef4d2f3015490f1d709dacdadab649f5f123a5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Dec 3 21:52:39 2013 +0000
non-libraries are now handled correctly
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index d7a449e..fe8ee27 100644
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -74,7 +74,7 @@ while ( my ($pkg, $bin) = each %binary ) {
}
-print "Checking for outdated entries (produces false warnings for non-libraries)...\n";
+print "Checking for outdated entries...\n";
for my $pkg (sort keys %packages) {
if (! exists($versions{$pkg})) {
printf "MISSING: %s %s\n" ,
--
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