[Pkg-haskell-commits] [package-plan] 134/457: Fix missing newline in warning message.
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:18 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 27837998bacc225acb72329a5b0505ed9dcbf2ef
Author: Colin Watson <cjwatson at debian.org>
Date: Sat Jun 15 22:47:46 2013 +0000
Fix missing newline in warning message.
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index 8b4b832..2e62e1f 100644
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -123,7 +123,7 @@ __END__
}
my $cabalpath = sprintf "%s/%s/%s.cabal", $pkg, $version, $pkg;
unless ($tar->contains_file($cabalpath)) {
- printf "File %s not found in 00-index.tar", $cabalpath;
+ printf "File %s not found in 00-index.tar\n", $cabalpath;
next
}
my ($tarfile) = $tar->get_files($cabalpath);
--
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