[Git][haskell-team/package-plan][master] 3 commits: someone updated patat
Clint Adams
gitlab at salsa.debian.org
Tue Feb 5 18:55:00 GMT 2019
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
be3c48b1 by Clint Adams at 2019-02-05T18:37:32Z
someone updated patat
- - - - -
7a120535 by Clint Adams at 2019-02-05T18:40:52Z
add cborg and cborg-json
- - - - -
db458591 by Clint Adams at 2019-02-05T18:54:47Z
work around pandoc-citeproc-preamble binNMU problem
- - - - -
2 changed files:
- packages.txt
- test-packages.pl
Changes:
=====================================
packages.txt
=====================================
@@ -97,6 +97,8 @@ carettah 0.5.1 binary
case-insensitive 1.2.0.11
cassava 0.5.1.0 notest # cassava-0.5.1.0:test => QuickCheck==2.10.*
categories 1.0.7 key
+cborg 0.2.0.0
+cborg-json 0.2.0.0
cereal 0.5.7.0
cereal-conduit 0.8.0
cereal-vector 0.2.0.1
@@ -655,7 +657,7 @@ parsec 3.1.13.0 ghcpkg notest
parsec-numbers 0.1.0
parser-combinators 1.0.0
parsers 0.12.9
-patat 0.8.2.0 binary
+patat 0.8.2.1 binary
path 0.6.1 notest # path-0.6.1:test => genvalidity<0.5
path-io 1.3.3
path-pieces 0.2.1
=====================================
test-packages.pl
=====================================
@@ -141,6 +141,9 @@ my %binavail;
$error_count++;
}
my $version = $1;
+ if ($pkg eq "pandoc-citeproc-preamble" and $version =~ s/\+b\d+//) {
+ print "WARNING: $pkg has a native version number for some reason\n";
+ }
push @{$binavail{$pkg}}, $version;
}
close VERS;
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/compare/f9301756e24bca894b20d163e60ae0a2a0c16454...db458591a15bbaeb898b843373fa568df0b045a8
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/compare/f9301756e24bca894b20d163e60ae0a2a0c16454...db458591a15bbaeb898b843373fa568df0b045a8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190205/c76cb26b/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list