[Pkg-haskell-commits] [package-plan] 01/01: Less warnings when patching
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Apr 20 11:29:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch ghc-7.8
in repository package-plan.
commit 5ad5f159c6a586050567da4866ca3a3994c60fe3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Apr 20 13:29:03 2015 +0200
Less warnings when patching
---
test-packages.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-packages.pl b/test-packages.pl
index 3e7faf4..a469330 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -206,7 +206,7 @@ __END__
}
my $pkg = $1;
my $version = $2;
- unless (exists $versions{$pkg}) {
+ unless (exists $versions{$pkg} || exists $obsolete{$pkg}) {
printf "Ignoring patches for %s-%s, not listed in packages.txt\n", $pkg ,$version;
$error_count++;
next
--
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