[package-plan] 01/02: Fix mistake in test-packages.pl
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Dec 24 08:51:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch lts-3.19
in repository package-plan.
commit f70dc1d0707c691c3e8357d839597ff488112ac4
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Dec 24 09:47:49 2015 +0100
Fix mistake in test-packages.pl
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index ca4b3b5..7e6efb7 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -162,7 +162,7 @@ for my $pkg (sort keys %packages) {
if ($meta{$pkg}) {
# do nothing
} elsif ($obsolete{$pkg} && $available{$pkg}) {
- printf "Obsolete: %s\n" ,
+ printf "Obsolete: %s %s\n" ,
$pkg, $available{$pkg};
$stats{obsolete}++;
} elsif ($obsolete{$pkg} && !$available{$pkg}) {
--
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