[Pkg-haskell-commits] [package-plan] 04/05: Report number of patched packages (if we were patching)

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 8 11:18:22 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 1817f509ec19f4e809cbd453d214e5469a3898c7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Aug 8 11:25:41 2014 +0200

    Report number of patched packages (if we were patching)
---
 test-packages.pl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test-packages.pl b/test-packages.pl
index 18969bc..3ba3e30 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -338,9 +338,10 @@ if ($all_runs_ok) {
 		}
 		$count++;
 	}
-	printf "%s packages successfully tested for co-installability.\n", $count;
+	printf "%d packages successfully tested for co-installability.\n", $count;
 	$stats{total} = $count;
-	printf "%s packages have newer versions on hackage\n", scalar (keys %upgradeable);
+	printf "%d packages carry Debian-specific patches.\n", $stats{patched} if $createsandbox;
+	printf "%d packages have newer versions on hackage\n", scalar (keys %upgradeable);
 	$stats{upgradeable} = scalar (keys %upgradeable);
 	unless ($count) {
 		printf "Really no packages? output was:\n$total_out";

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