[package-plan] 02/02: ignore nats
Joachim Breitner
nomeata at moszumanska.debian.org
Sat Dec 19 10:28:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 2f762b7503e5e284a56591d063d9fa7c41bb67bd
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sat Dec 19 11:28:00 2015 +0100
ignore nats
---
packages.txt | 4 ++--
test-packages.pl | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/packages.txt b/packages.txt
index b404300..f9de5f7 100644
--- a/packages.txt
+++ b/packages.txt
@@ -418,7 +418,7 @@ language-javascript 0.5.14.2
language-python 0.4.1
lazysmallcheck 0.6
LDAP 0.6.10 key
-lens 4.12.3
+lens 4.12.3 -f-test-hlint -f-test-doctests
lens-action 0.2.0.2
lens-aeson 1.0.0.5
lens-family-core 1.2.0
@@ -476,7 +476,7 @@ multipart 0.1.2
MusicBrainz 0.2.4
mutable-containers 0.3.2
mwc-random 0.13.3.2 notest
-nats 1
+nats 1 ignore # empty, should be patched out. Using ignore, not obsolete, so that we don't have to pull all the packages into the package plan
ncurses 0.2.11 key
nettle 0.1.1
netwire 5.0.0 key
diff --git a/test-packages.pl b/test-packages.pl
index 3c92a3c..ca4b3b5 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -471,7 +471,8 @@ if ($all_runs_ok) {
next
}
unless ($versions{$pkg} eq $version) {
- if ($allow_upgrade) {
+ if ($ignored{$pkg}) {
+ } elsif ($allow_upgrade) {
printf "Upgrading %s: %s -> %s\n", $pkg, $versions{$pkg}, $version;
} else {
printf "ERROR: %s has %s but should have %s\n", $pkg, $version, $versions{$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