[Pkg-haskell-commits] [package-plan] 357/457: Disable 'Ignoring patches...' message
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 14 20:05:48 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 581dceb8e544d648ecf3c27f88a76e14cd86f1de
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Dec 28 22:13:46 2013 +0000
Disable 'Ignoring patches...' message
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index b38c184..019e7b9 100644
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -142,7 +142,7 @@ __END__
next
}
unless ($version eq $versions{$pkg}) {
- printf "Ignoring patches for %s-%s, version does not match %s in all-packages.txt\n", $pkg ,$version, $versions{$pkg};
+ # printf "Ignoring patches for %s-%s, version does not match %s in all-packages.txt\n", $pkg ,$version, $versions{$pkg};
next
}
my $cabalpath = sprintf "%s/%s/%s.cabal", $pkg, $version, $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