Re: 64-bit time_t transition in progressL

2024-02-19 Thread Alastair McKinstry



On 18/02/2024 17:52, Alastair McKinstry wrote:

Hi Steve

On 16/02/2024 08:11, Steve Langasek wrote:

Hi Alastair,

There are in fact three related MPI transitions, as mpich-4.2.0 is 
essentially a mini-transition ;


openmpi 4 -> 5 drops 32-bit support, and has a Fortran API change too 
in close inspection: it moves MPI_Integer type from 4 to 8 bytes.


Apologies , I need to correct this; default MPI_Integer does not change 
from 4 bytes on openmpi5.


I have yet to upload an mpich transition bug to request transition.


I'm not sure how to do this; the API has changed, but not the ABI? the 
SO interface hasn't changed, so how do I write the appropriate BEN code?




Regards

Alastair


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@mckinstry.ie, im: @alastair:mckinstry.ie



Re: 64-bit time_t transition in progressL

2024-02-18 Thread Alastair McKinstry

Hi Steve

On 16/02/2024 08:11, Steve Langasek wrote:

Hi Alastair,

On Sat, Feb 03, 2024 at 08:11:21AM +, Alastair McKinstry wrote:

Since the time transition is going to require an openmpi transition, I
suggest that the mpi-defaults transition happen simultaneously;
ie mpi-defaults to move 32-bit builds to mpich; openmpi 4.1.6-6 with t64
libs builds against 64-bit libs only.

If I'm interpreting your message correctly, I believe these are relatively
orthogonal: you can change mpi-defaults whenever you wish, the packages that
depend on libopenmpi3 would still need binNMUing to make them depend on
libopenmpi3t64 on armhf.  If you arrange it so that at the same time
mpi-defaults changes, so that any armhf packages build-depending on
mpi-default-dev get rebuilt to depend on libmpich12 instead of either
libopermpi3 or libopenmpi3t64, that's fine and would save a round of binNMUs
of those same packages later; but that is not a transition that is going to
require the same degree of tight coordination wrt unstable uploads and
testing migration so I don't think we should block the t64 unstable uploads
on an mpi-defaults change.

(If you upload mpi-defaults to unstable *first* and get the binNMUs done
before the t64 transition lands, that's great and just saves us on the
number of binNMUs we will need to schedule.)


There are in fact three related MPI transitions, as mpich-4.2.0 is 
essentially a mini-transition ;


it appears mpich-4.1.2 -> 4.2.0 as a trivial change in Fortran API 
(renaming a parameter ierr->ierror) the scope of breakage is unknown at 
this time.


openmpi 4 -> 5 drops 32-bit support, and has a Fortran API change too in 
close inspection: it moves MPI_Integer type from 4 to 8 bytes.


To my understanding there are likely to be libmpich12 -> libmpich12t64 
transitions but not libopenmpi3t64 , as there will be no 32-bit openmpi 
packages post openmpi transition.


mpi-default can then be done before the t64 binNMUs as you point out , 
and there need not be libopenmpi3t64 changes.


I have yet to upload an mpich transition bug to request transition.


Note there is a 5.0.1-1 package in experimental for openmpi that is not
ready for primetime; for the t64 transition use 4.1.6 not 5.0.1.

Of course.  binary NEW changes are being staged in experimental where
possible, but we will not be pulling experimental versions into unstable as
part of this.


Regards

Alastair

--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@mckinstry.ie, im: @alastair:mckinstry.ie



Bug#1063532: ITP: ford -- Fortran Documentation tool

2024-02-09 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-scie...@lists.debian.org

* Package name: ford
  Version : 7.0.5
  Upstream Contact: Christopher MacMackin 
* URL : https://github.com/Fortran-FOSS-Programmers/ford
* License : GPL
  Programming Lang: Python
  Description : Fortran Documentation tool

The goal of FORD is to be able to reliably produce documentation for modern
Fortran software which is informative and nice to look at. The documentation
should be easy to write and non-obtrusive within the code. While it will never
be as feature-rich as Doxygen, hopefully FORD will be able to provide a good
alternative for documenting Fortran projects.

Ford is already used (if present) by several projects packaged in Debian.

I intend to manage it in Salsa; perhaps in Debian-Science team.



Bug#1063521: ITP: pymbolic -- Easy Expression Trees and Term Rewriting library

2024-02-09 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name: pymbolic
  Version : 2022.2
  Upstream Contact: Andreas Klöckner 
* URL : https://github.com/inducer/pymbolic
* License : MIT/X
  Programming Lang: Python
  Description : Easy Expression Trees and Term Rewriting library

I am packaging this as 

Pymbolic is a small expression tree and symbolic manipulation library. Two
things set it apart from other libraries of its kind:

* Users can easily write their own symbolic operations, simply by deriving
  from the builtin visitor classes.
* Users can easily add their own symbolic entities to do calculations
  with.

Pymbolic currently understands regular arithmetic expressions, derivatives,
sparse polynomials, fractions, term substitution, expansion. It automatically
performs constant folding, and it can compile its expressions into Python
bytecode for fast(er) execution.

It is not expected to be a replacement for Sympy, which is more complex.


Bug#1063520: ITP: codetiming -- A Timer package for Python code

2024-02-09 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: codetiming
  Version : 1.4.0
  Upstream Contact: David Beazley
* URL : https://pypi.python.org/pypi/codetiming
* License : MIT
  Programming Lang: Python
  Description : A Timer package for Python code

This is a dependency of loki-ecmwf, already submitted.
It is a simple timer class for Python.



Re: 64-bit time_t transition in progress

2024-02-03 Thread Alastair McKinstry

Hi,

Since the time transition is going to require an openmpi transition, I 
suggest that the mpi-defaults transition happen simultaneously;


ie mpi-defaults to move 32-bit builds to mpich; openmpi 4.1.6-6 with t64 
libs builds against 64-bit libs only.


Note there is a 5.0.1-1 package in experimental for openmpi that is not 
ready for primetime; for the t64 transition use 4.1.6 not 5.0.1.


Thanks

Alastair

On 02/02/2024 16:43, Steve Langasek wrote:

Hello,

debian-devel-announce wouldn't let me attach the file, but for those on
debian-devel at least, you can find the dd-list of to-be-NMUed source
packages attached.

Thanks,


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@mckinstry.ie, im: @alastair:mckinstry.ie



Bug#1061367: ITP: loki-ecmwf -- Source-to-source code translator for Fortran

2024-01-22 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: loki-ecmwf
  Version : 0.1.6
  Upstream Contact: Michael Lange (michael.la...@ecmwf.int)
* URL : https://github.com/ecmwf-ifs/loki
* License : Apache-2
  Programming Lang: Python
  Description : Source-to-source code translator for Fortran

Loki is an experimental tool to explore the possible use of
source-to-source translation for ECMWF's Integrated Forecasting System (IFS) and
associated Fortran software packages.

Loki is based on compiler technology (visitor patterns and ASTs) and aims to
provide an abstract, language-agnostic representation of a kernel, as well as a
programmable (pythonic) interface that allows developers to experiment with
different kernel implementations and optimizations.  The aim is to allow changes
to programming models and coding styles to be encoded and automated instead of
hand-applying them, enabling advanced experimentation with large kernels as well
as bulk processing of large numbers of source files to evaluate different kernel
implementations and programming models.

This software is now in use beyond ECMWF, and I intend to work
and develop it with other Fortran environments in Debian.
I intend to maintain it within Debian Science team as part of the
Meteorology stack.

As Loki is a pre-existing name in Debian, I intend to follow
convention and rename the package loki-ecmwf.



Re: Deprecation of /etc/alternatives? (Re: Reaction to potential PGP schism)

2023-12-24 Thread Alastair McKinstry



On 23/12/2023 14:34, Gioele Barabucci wrote:

On 22/12/23 00:40, Daniel Kahn Gillmor wrote:

If you're asking about using /etc/alternatives or something like that to
provide some sort of generic swapping capability, or a dpkg Provides:,
such that /usr/bin/gpg on some systems would point toward the
"chameleon", i would want to see some significant archive-wide testing
done before we even consider inflicting that on our normal users.


While we are on the topic of alternatives, I hope to see the 
maintscript-based /etc/alternatives paradigm deprecated in favor of 
the package-based X-is-X paradigm introduced by `python-is-python3`.


They have different use-cases.  alternatives allows for 
co-installability (and importantly - co-"buildability" with 
dependencies). the X-is-X guarantees essentially the opposite.


This becomes key if we have two different approaches desired or needed 
simultaneously: eg the adios parallel I/O library builds for both 
openmpi and mpich variants of MPI; different variants preferred for 
different architectures.


Regards

Alastair McKinstry




--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@mckinstry.ie, im: @alastair:mckinstry.ie



Bug#1057266: ITP: lfortran -- Fortran compiler

2023-12-02 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-scie...@lists.debian.org

* Package name: lfortran
  Version : 0.29.0
  Upstream Contact: @lfortranorg
* URL : https://www.lfortran.org/
* License : Apache
  Programming Lang: C++
  Description : Interactive Fortran compiler

LFortran is a modern open-source (BSD licensed) interactive Fortran compiler 
built on top of LLVM. It can execute user’s code interactively to allow 
exploratory work (much like Python, MATLAB or Julia) as well as compile to 
binaries with the goal to run user’s code on modern architectures such as 
multi-core CPUs and GPUs.

This is currently the most mature Fortran compiler on LLVM.


default buildflags for flang

2023-11-29 Thread Alastair McKinstry

Hi,

I'm looking at enabling Fortran builds using the flang compiler (flang 
in the llvm 16 looks broken, flang-17 works).


It accepts different flags that gfortran.  Can we add a set of flags 
FCFLAGS_GFORTRAN, FCFLAGS_FLANG, etc to the default flags (with gfortran 
remaining the default).


Regards

Alastair


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@mckinstry.ie, im: @alastair:mckinstry.ie



Re: OpenMPI / MPI transition

2023-11-24 Thread Alastair McKinstry
My understanding is that MPICH has been typically the reference 
implementation, higher quality but less performant, particularly with 
the range of fabrics. Certainly I've seen mostly OpenMPI but not MPICH 
on various HPC machines. People would use either OpenMPI or a vendors 
MPI (which may be forked MPICH with added network hardware support).


I'd really like to hear from upstream users whether they are still 
encountering OpenMPI issues.


Personally I favour splitting, using MPICH on 32-bit archs to flush 
out bugs, and doing so early in the dev cycle (now) so there is time 
to change if necessary.


Thank you both for your comments.

I don't think as the Release Team we have a preference one way or the 
other. We'll let you pick the approach that you consider better. 
Obviously the freeze is still a long ways off, so if something comes 
up it can be changed later.


Cheers,
Emilio

Ok, as a concrete proposal: I propose to leave OpenMPI as the default 
MPI for 64-bit archs, move 32-bit archs to MPICH.


I will update mpi-defaults in one week, in order to give time for 
further responses on the matter.


I'm not sure how to write a BEN file for transition tracking when the 
SOVERSION doesn't change (as in this case with OpenMPI). Help appreciated.


regards

Alastair


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
e: mckins...@debian.org, im: @alastair:mckinstry.ie



Re: OpenMPI / MPI transition

2023-11-23 Thread Alastair McKinstry



On 23/11/2023 12:44, Drew Parsons wrote:

On 2023-11-23 12:13, Emilio Pozuelo Monfort wrote:

Hi,

On 23/11/2023 09:36, Alastair McKinstry wrote:

Hi,

OpenMPI has a new upstream release 5.0.0. It is in experimental now; 
the SOVERSION for libraries remains 40.X (minor version increment), 
there is  an SOVERSION increment for private libraries only so in 
theory this is not an ABI transition. However 5.0.0 drops 32-bit 
system support.


The default MPI implementation for each architecture is set in 
mpi-defaults; this allows a per-arch MPI choice; in practice we 
currently use OpenMPI for all archs. The other choice is MPICH.


So the question becomes: do we switch MPI for just 32-bit archs, or 
all? What are the release teams opinion on this transition?


Having the same implementation across the board makes things easier
for testing purposes et al, however I don't see that as a blocker for
not having separate implementations.


True, in one sense it's simpler to have the same default MPI.  But 
we've set up our package infrastructure so that in principle it should 
not matter.  One architecture does not (or should not) depend on 
another, so it shouldn't break packages just because we'd have 
different MPI implementations on different architectures.  On the 
contrary, "actively" using both implementations could lead to more 
robust packages overall as MPI bugs get fixed against both 
implementations.



What are your thoughts on it? Is there a strong reason why we should
stick with OpenMPI for 64bit releases? Or from a different POV, what
are the risks of changing the implementation? Introducing a different
set of bugs?


One point to consider is that upstream developers of several of our 
numerical libraries have time and again suggested to us that we use 
mpich instead of openmpi, even before this v5 shift. They perceive 
(rightly or wrongly) that mpich is more robust, more reliable.


It would be useful to know whether that changes with v5, or whether 
their complaints are historical and openmpi has already fixed the bugs 
that concerned them. mpich has had its own share of bugs over the 
years. My memory told me RMA support was an issue in openmpi, but when 
I checked my facts, it was mpich that had to be fixed 
(https://github.com/pmodels/mpich/issues/6110)


Drew

My understanding is that MPICH has been typically the reference 
implementation, higher quality but less performant, particularly with 
the range of fabrics. Certainly I've seen mostly OpenMPI but not MPICH 
on various HPC machines. People would use either OpenMPI or a vendors 
MPI (which may be forked MPICH with added network hardware support).


I'd really like to hear from upstream users whether they are still 
encountering OpenMPI issues.


Personally I favour splitting, using MPICH on 32-bit archs to flush out 
bugs, and doing so early in the dev cycle (now) so there is time to 
change if necessary.


Alastair


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
e: mckins...@debian.org, im: @alastair:mckinstry.ie



OpenMPI / MPI transition

2023-11-23 Thread Alastair McKinstry

Hi,

OpenMPI has a new upstream release 5.0.0. It is in experimental now; the 
SOVERSION for libraries remains 40.X (minor version increment), there 
is  an SOVERSION increment for private libraries only so in theory this 
is not an ABI transition. However 5.0.0 drops 32-bit system support.


The default MPI implementation for each architecture is set in 
mpi-defaults; this allows a per-arch MPI choice; in practice we 
currently use OpenMPI for all archs. The other choice is MPICH.


So the question becomes: do we switch MPI for just 32-bit archs, or all? 
What are the release teams opinion on this transition?



regards

Alastair

--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
e: mckins...@debian.org, im: @alastair:mckinstry.ie



Re: Proposed MBF - removal of pcre3 by Bookworm

2023-07-02 Thread Alastair McKinstry



On 01/07/2023 14:44, Michael Stone wrote:

On Thu, Jun 29, 2023 at 08:55:11PM +0100, Matthew Vernon wrote:
Bookworm is now out; I will shortly be increasing the severity of the 
outstanding bugs to RC, with the intention being to remove src:pcre3 
from Debian before the trixie release.


You don't think that marking packages for removal two weeks after the 
bug is filed is a little much?


There's significant work creating and testing patches for this 
transition. Marking removal is too much.



--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



Re: OpenMPI 5.0 to be 32-bit only ?

2023-02-15 Thread Alastair McKinstry



On 15/02/2023 00:16, Steve Langasek wrote:

On Mon, Feb 13, 2023 at 02:18:06PM +, Alastair McKinstry wrote:


On 13/02/2023 12:51, Adrian Bunk wrote:
There are a significant number of science libraries dependent on MPI.
We would need to do MPI-free builds of these libraries; I'm not sure how
much breaks as we do.

Would we, though?  Or should we remove the 32-bit builds of those libraries
as well?

I think it's accurate that no one is using those scientific libraries in
production (which is, basically: doing lots of matrix math) on 32-bit
architectures, because all of the vector instructions you want for such work
are only available on 64-bit CPUs.

So the only application of those 32-bit binaries, really, is either a)
letting users of those 32-bit archs learn the tools on the hardware they
have available, so they can use them to advantage later on fit-for-purpose
hardware; or b) using them to build other software in Debian.

Is either of those a compelling reason to keep building those software
stacks for 32-bit?  I would argue not.  But neither is it obvious at what
point it's worth the effort to remove them, since this requires tracking the
reverse-dependency tree, working out which of those reverse-dependencies are
*not* scientific applications that should drop the build-dependency rather
than being removed, and so forth.

So it's a tradeoff between the maintenance work of keeping mpi working on
32-bit, and the one-time work of removing it.


Thats a more drastic solution, but also realistic. There are a number of 
scientific libraries and packages that will never realistically be used;


they're only being built and tested for code quality checking, but add a 
technical maintenance cost.


The counterpoint is if someone does a high-core-count 32-bit arch for 
HPC; x32 could (have been) such an architecture, but its development 
looks stalled.


regards

Alastair


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



Re: OpenMPI 5.0 to be 32-bit only ?

2023-02-13 Thread Alastair McKinstry



On 13/02/2023 12:51, Adrian Bunk wrote:

On Mon, Feb 13, 2023 at 10:59:18AM +, Alastair McKinstry wrote:

...

The case we should make is that "no one cares about 32-bit builds" from
the starting post in the GitHub issue is not true for Debian.
We do care that it *builds*, even if it might not be actually used.

I've been making this point, mostly in the context of avoiding a future
where no MPI is available on 32-bit
(and by implication, essentially forking Debian into a toy 32-bit world and
a properly-supported 64-bit one).

I don't see what important functionality for 32-bit today would be
missing without MPI, it is just more work and breakages to have packages
configured differently on different platforms to continue providing the
functionality that is still important.


There are a significant number of science libraries dependent on MPI.

We would need to do MPI-free builds of these libraries; I'm not sure how 
much breaks as we do.



...
The point of going  64-bit only is to clean up data structures and remove
technical debt: Hence 5.x will start a cleanup and removal of 32-bit code.

The next point release may work on 32-bit by just bypassing the compilation
flag; ongoing support starts meaning more invasive patches need to be
carried by us.

This sounds as if the lesser evil for us will be to configure packages
differently when one or all MPI implementations are going away on 32-bit.

For example:
ffmpeg -> codec2 -> octave -> sundials -> sundials does not build with MPICH
One of these four arrows must be broken.
That's work and not fun work, but likely the lesser evil.


Yes.

I suspect that the real problem may be the support of underlying 
libraries shared by both implementations,


eg PMIx.  If we can keep a version of MPI that works on generic hardware 
(TCP/IP) we may be ok.



cu
Adrian


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



Re: OpenMPI 5.0 to be 32-bit only ?

2023-02-13 Thread Alastair McKinstry



Currently I'm favouring accepting a move to 64-bit OpenMPI as a fait
accompli as part of code cleanups for 5.X (post Bookworm), and Debian moving
to MPICH on at least 32-bit archs - I'd favour OpenMPI on 64-bit archs for
better incoming-code-and-compatability support.

I'd like to hear the case otherwise.

The case we should make is that "no one cares about 32-bit builds" from
the starting post in the GitHub issue is not true for Debian.
We do care that it *builds*, even if it might not be actually used.
I've been making this point, mostly in the context of avoiding a future 
where no MPI is available on 32-bit
(and by implication, essentially forking Debian into a toy 32-bit world 
and a properly-supported 64-bit one).

[1] was about the benefits of switching the two architectures that were
using MPICH to OpenMPI two years ago. The mentioned "makes packages like
octave build" is due to sundials build depending on mpi-default-dev but
requiring ompi-c.pc [2].

m68k and sh4 are building with nocheck, whether or not there might be
additional/different test failures in packages with MPICH is unknown.

Having different MPI implementations on different architectures again
would be painful for us, especially if it would be on release architectures.

If it would be architecturally hard for upstream to continue supporting
32-bit then that's how it is, otherwise the current status quo of 32-bit
OpenMPI is good enough for us and a possible compromise might be if
upstream says "32-bit patches are welcome" and requires an
   --i-know-that-32-bit-support-is-unsupported-and-might-be-broken
configure flag when building for 32-bit archs.


Such a flag is possible and being debated.

The challenge is key dependencies will move on to being 64-bit only, 
too: PMIx, etc.


The point of going  64-bit only is to clean up data structures and 
remove technical debt: Hence 5.x will start a cleanup and removal of 
32-bit code.


The next point release may work on 32-bit by just bypassing the 
compilation flag; ongoing support starts meaning more invasive patches 
need to be carried by us.



Best regards
Alastair

cu
Adrian

[1]https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853029#18
[2]https://buildd.debian.org/status/fetch.php?pkg=sundials=m68k=5.7.0%2Bdfsg-1~exp1=1626976038=0


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e:alast...@sceal.ie, im: @sceal.ie:mckinstry


Re: Security (Was: OpenMPI 5.0 to be 32-bit only ?)

2023-02-09 Thread Alastair McKinstry

Hi,

The push-back from upstream is that they're unconvinced anyone is 
actually using i386 for MPI.


For example, MPI is configured to use PMIx but its thought that doesn't 
work on 32-bit, but no bugs have been reported.


Either we increase our 32-bit testing regime, or realistically consider 
it marginal and dying.


Currently I'm favouring accepting a move to 64-bit OpenMPI as a fait 
accompli as part of code cleanups for 5.X (post Bookworm), and Debian 
moving to MPICH on at least 32-bit archs - I'd favour OpenMPI on 64-bit 
archs for better incoming-code-and-compatability support.


I'd like to hear the case otherwise.


Best regards
Alastair


On 07/02/2023 20:22, Kingsley G. Morse Jr. wrote:

Hi Alastair,

Thanks for relaying OpenMPI's upstream
maintainer's interest in our opinions on
maintaining 32 bit support.

My humble comments are

1.) 32 bit hardware can be more secure because
 it's so old it predates back doors known as

 Intel's Management Engine[1] and

 AMD's Platform Secure Processor[2]

2.) and I'm OK with reporting bugs.

Thanks again,
Kingsley


[1] 
https://en.wikipedia.org/wiki/Intel_Management_Engine#Security_vulnerabilities

[2] 
https://en.wikipedia.org/wiki/AMD_Platform_Security_Processor#Reported_vulnerabilities




On 02/07/2023 09:54, Alastair McKinstry wrote:

Hi

I've been pinged by the upstream maintainer of OpenMPI    Jefff Squyres as
to our opinions on maintaining 32-bit support.

See a  thread here: https://github.com/open-mpi/ompi/pull/11282

Until now I've asked for OMPI to hold off going to 64-bit only; saying we
can help with the maintenance burden with our testing infrastructure.

But we're not well suited to run multi-node test jobs.

If 32-bit support is dropped in OMPI we can switch to MPICH as the default
on those archs instead, but the core problem remains: how much can we
support and test on 32-bit?

(Note:  We're at OpenMPI 4.1.4 now for Bookworm; no change planned)

Comments please,


Alastair McKinstry

--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
e: mckins...@debian.org, im: @sceal.ie:mckinstry


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



Re: OpenMPI 5.0 to be 32-bit only ?

2023-02-09 Thread Alastair McKinstry



On 07/02/2023 10:27, Drew Parsons wrote:

On 2023-02-07 10:54, Alastair McKinstry wrote:

Hi

I've been pinged by the upstream maintainer of OpenMPI    Jefff
Squyres as to our opinions on maintaining 32-bit support.

See a  thread here: https://github.com/open-mpi/ompi/pull/11282





If 32-bit support is dropped in OMPI we can switch to MPICH as the
default on those archs instead, but the core problem remains: how much
can we support and test on 32-bit?


Switching to mpich would in any case be supported by a lot of our 
upstream developers.  In various different projects we hear them 
recommending mpich and occasionally expressing discontent with bugs in 
openmpi.


I've heard this, but at the same time heard that one of the benefits of 
OpenMPI is the larger test suite and infrastructure, which is puzzling.


My experience is that OpenMPI is faster on release of support for new 
systems such as PMIx, UCX; this shakes out bugs there first before MPICH;


also MPICH has at times been harder to build, looking like many 
configurations are not tested as well.


Can you point to the upstream bugs?


To make it simpler for ourselves, we could also consider just 
switching to mpich altogether as default.  Are there reasons to prefer 
64-bit OMPI over MPICH?


Drew


Alastair

--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



OpenMPI 5.0 to be 32-bit only ?

2023-02-07 Thread Alastair McKinstry

Hi

I've been pinged by the upstream maintainer of OpenMPI    Jefff Squyres 
as to our opinions on maintaining 32-bit support.


See a  thread here: https://github.com/open-mpi/ompi/pull/11282

Until now I've asked for OMPI to hold off going to 64-bit only; saying 
we can help with the maintenance burden with our testing infrastructure.


But we're not well suited to run multi-node test jobs.

If 32-bit support is dropped in OMPI we can switch to MPICH as the 
default on those archs instead, but the core problem remains: how much 
can we support and test on 32-bit?


(Note:  We're at OpenMPI 4.1.4 now for Bookworm; no change planned)

Comments please,


Alastair McKinstry

--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
e: mckins...@debian.org, im: @sceal.ie:mckinstry



Re: looking for debian friendly web app technology

2022-12-15 Thread Alastair McKinstry

Hi,

Is Qt6-base  not in testing, for bookworm? I've an app (metview) that I 
switched over Qt5->Qt6, should I move it back?


regards

Alastair

On 13/12/2022 20:27, Andreas Josef Heil wrote:

Well qt5 is fine too. I don't need fancy features. I will make a kde app.

On 13.12.22 05:22, Imre Nagy wrote:
The downside of these things, that current Debian does not seem to 
include Qt6 at all and I have no idea when it can go into the 
mainstream Debian, while there are a lot of project could be waiting 
for it. (Even my one is still pending for Debian). Qt6 for Debian is 
still in unstable/experimental state, which drives the developers 
like me to find other alternatives instead of Debian or for Debian.


Best regards,
Imre

2022. 12. 13. 1:48 keltezéssel, Sam Hartman írta:

I wrote too early sry. A desktop app is also possible. I will use qt.



--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



Bug#1024552: ITP: ectrans -- Spherical Harmonics Transforms library

2022-11-21 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-scie...@lists.debian.org

* Package name: ectrans
  Version : 1.1.0
  Upstream Author : ECMWF 
* URL : https://github.com/ecmwf-ifs/trans
* License : Apache
  Programming Lang: C,C++, Fortran
  Description : Spherical Harmonics Transforms library

 ecTrans is the global spherical Harmonics transforms library,
 extracted from the IFS weather model from ECMWF.
 It uses a hybrid of MPI and OpenMP parallelisation strategies.
 The package contains both single- and double precision Fortran libraries 
(trans_sp, trans_dp),
 as well as a C interface to the double-precision version (transi_dp)
 ECMWF is the European Centre for Medium-Range Weather Forecasts.

 ecTrans is a new dependency of the ECMWF atlas-ecmwf library already
 present in Debian, as ECMWF open-source their stack.



Bug#1024551: ITP: fiat -- Fortran IFS and Arpege Toolkit

2022-11-21 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-scie...@lists.debian.org

* Package name: fiat
  Version : 1.0.0
  Upstream Author : ECMWF 
* URL : https://github.com/ecmwf-ifs/fiat
* License : Apache
  Programming Lang: C, Fortran
  Description : Fortran IFS and Arpege Toolkit

 FIAT is a collection of selected Fortran utility libraries, extracted from
 the IFS/Arpege model used at ECMWF.
 It provides:
   drhook : tracing
   gstats : timing
   parkind : choose precision
   mpl : MPI communication
   mpi_serial: MPI dummy symbols compiled into static library other various 
routines
 .
 ECMWF is the European Centre for Medium-Range Weather Forecasts.

 FIAT is a new dependency of the atlas-ecmwf library already in Debian, as ECMWF
 is open-sourcing its stack.
 



Re: how about matrix channel

2022-07-19 Thread Alastair McKinstry



On 19/07/2022 21:04, Wookey wrote:

On 2022-07-19 21:01 +0200, Bartosz Fenski wrote:

Hey folks.

Anyone interested in switching to some more modern channels of
communication?

I'm tired of keeping VPS just to have IRC client and to be honest I think
modern solutions like Telegram are simply easier and much more practical
nowadays.

Matrix please. It's free software all the way through. We can run our
own server. Not-mobile-phones are 1st class clients.

I'm increasingly using it to replace IRC (with bridges if
appropriate). I'd be happy to see debian move channels from IRC to
Matrix. I'm not happy about moving them to Telegram or Signal, which
are obviously a great improvement on Whatsapp but still only
somewhat-free. Telegram has non-free back-end. Signal is presumably OK
if you run your own back-end, but you try to use the centralised one
then you can't build your own client (or at least it's made extremely
difficult). Signal requires an active mobile phone number to use (not
sure if telegram is the same).

I'm fine with IRC too. It's not broken, but unless you have your own
permanent IRC client instance somewhere it's not great. Having the
store and-forward done by someone else (unless you want to still do it
yourself) is nice.

Wookey


I agree.

Importantly, Matrix is (1) federated, (2) can be bridged with other 
networks, eg IRC.


(as well as being open and free). Its hard to see Signal inter-operating 
to others. As tech evolves, we need to stick to principles of being open 
in the sense of federation, not being centralized.


--
Alastair McKinstry,
GPG: 82383CE9165B347C787081A2CBE6BB4E5D9AD3A5
ph: +353 87 6847928 e: alast...@sceal.ie, im: @sceal.ie:mckinstry



Re: python-tz and the timezone saga

2021-10-03 Thread Alastair McKinstry
On 30/09/2021, 18:00, "Daniel Baumann"  
wrote:

On 9/30/21 10:50, Alastair McKinstry wrote:
> Are any other packages in the same situation ?

In pytzdata, I've removed the embedded copy in order to use the system 
copy (= tzdata) of the zoneinfo files.

Sensible, I think.

There is an updated python-tz (pytz) today - 2021.3 ; I've adapted the build to 
use the system copy (tzdata)

Regards,
Daniel

Regards
Alastair




Bug#995441: ITP: pyodc -- A Python interface to `odc` for encoding/decoding ODB-2 files

2021-10-01 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: pyodc
  Version : 1.1.0
  Upstream Author : European Centre for Medium-range Forecasts (ECMWF)
* URL : https://github.com/ecmwf/pyodc
* License : Apache-2
  Programming Lang: Python
  Description : A Python interface to `odc` for encoding/decoding ODB-2 
files

This is a Python interface to ODC, a package already in Debian, for handling
ODB-2 (weather observation) files.

I will maintain this within the Debian Science team, alongside its sister 
packages
for GRIB and BUFR formats



python-tz and the timezone saga

2021-09-30 Thread Alastair McKinstry

Dear Colleagues

Some time ago (2017) I took responsibility for python-tz (now within the 
python team).


This essentially wraps timezone and adds a few helper functions, but it 
does so taking the original data from a vendored copy of zoneinfo, not 
the standard copy on the system, which it pickles into the python modules.


From the timezone "forking saga" (https://lwn.net/Articles/870478/) it 
looks like this can lead to divergences of output wrt tzdata; that at 
least it needs to build against the "Offical Debian" tzdata and be 
tracked with it (including backports).


Are any other packages in the same situation ? What will Debian be doing 
wrt Timezone  data ?


Best regards

Alastair

--
Alastair McKinstry, , , 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered.



Bug#995293: ITP: cylc-flow -- rename of upstream source - splitting package

2021-09-29 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: cylc-flow
  Version : 8.0
  Upstream Author : NIWA
* URL : http://cylc.github.io/cylc
* License : GPL-3
  Programming Lang: Python
  Description : rename of upstream source - splitting package

This is a workflow manager used in the weather and climate community.
Cylc 7.0+ is already in Debian, but is being split into several upstream 
componets
- cylc-ui, cylc-uiserver and cylc-flow.

cylc-flow is a binary package in the current cylc. I intend to replace cylc 
source package with cylc-flow
and add the cylc-ui* source packages.



Bug#995055: transition: glew

2021-09-25 Thread Alastair McKinstry
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: debian-devel@lists.debian.org

This transition is triggered by an SONAME change upstream.
It does not appear to have any API transition though, and seems to cause no 
glew-related failures.

Ben file:

title = "glew";
is_affected = .depends ~ "libglew2.1" | .depends ~ "libglew2.2";
is_good = .depends ~ "libglew2.2";
is_bad = .depends ~ "libglew2.1";

I've rebuilt all dependencies, with a number of unrelated FTBFS:
Bugs have been submitted against all FTBFS.

glew  OK
info-beamer : : change bd libglew1.5-dev -> libglew-dev  OK
phlipple:  change bd libglew1.5-dev -> libglew-dev  OK
pymol: change bd libglew1.5-dev -> libglew-dev  OK
rlvm: change bd libglew1.5-dev -> libglew-dev  OK

asymptote: OK
avogarolibs: OK
ball: FTBFS (#994480) unrelated (glibc/ rpc header change)
bino: OK
blastem: OK
blender: OK
bzflag: OK
casparcg-server (sid only): FTBFS (#947518)
colmap: OK
colobot: OK
compiz-plugins-experimental: OK
darkradiant: OK
ddnet: OK
dreamchess: OK
endless-sky: OK
fife: OK
freeorion: OK
frogatto (contrib): OK
gambas3: OK
gource: OK
hugin: OK
hyperrogue: OK
k3d (sid only): FTBFS (python2 issues)
kicad: OK
limesuite: OK   
logstalgia: OK
mediastreamer2: (FTFBS with gcc-11), OK
megaglest : OK
mesa-demos: OK
mupen64plus-video-z64: OK
mygui: OK
open3d: OK
openclonk:
opencsg: OK
openctm: OK
openmsx:: OK
otb: OK
paraview: OK
qutemol: OK
rbdoom3bfg: OK
renpy (sid only):FTBFS - needs python-sphinx
rss-glx: OK
scorched3d: OK
slic3r-prusa OK
slop: FTBFS (#994824) unrelated
sludge: OK
sofa-framework: FTBFS (#875184): QT4 removed
spring: OK
supertux: OK
supertuxkart: OK
trigger-rally: OK
tulip: OK
vice (contrib): FTBFS #994835 (jpeg support missing)
vtk7: OK
vtk9: OK
warzone2100: OK
widelands: OK

cegui-mk2: OK
meshlab; OK
openscad: FTBFS (#994937) CGAL-related ?
pcl:OK
 



Bug#994756: ITP: findlibs -- Trivial python package to find C libraries

2021-09-20 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: findlibs
  Version : 0.0.2
  Upstream Author :  ECMWF (The European Centre for Medium-Range Weather 
Forecasts)
* URL : https://github.com/ecmwf/findlibs
* License : Apache-2
  Programming Lang: Python
  Description : Trivial python package to find C libraries

This is a trivial package used to find C libraries.
I'm packaging it as it is now a dependency of the ECMWF stack for meteorology 
libraries
(eecodees-python, etc) and hence cfgrib and xarray.

I intend to maintain within Debian Science teams.



Bug#993581: ITP: ecmwflibs -- A Python package that wraps some of ECMWF libraries to be used by Python interfaces to ECMWF software.

2021-09-03 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: ecmwflibs
  Version : 0.13.3
  Upstream Author : European Centre for Medium-Range Forecasts
* URL : https://github.com/ecmwf/ecmwflibs
* License : Apache 2.0
  Programming Lang: Python
  Description : A Python package that wraps some of ECMWF libraries to be 
used by Python interfaces to ECMWF software.

A Python package that wraps some of ECMWF libraries to be used by Python 
interfaces to ECMWF software.
This is now a dependency of other ECMWF libraries (python3-eccodes, cfgrib) and 
hence xarray and
other python code.
I intend to manage this within the Science Team and it is on Salsa already.



Bug#980463: ITP: scil -- Scientific Compression Library (SCIL)

2021-01-19 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: scil
  Version : 0.1
  Upstream Author : Julian Kunkel 
* URL : https://github.com/JulianKunkel/scil
* License : LGPL-3
  Programming Lang: C
  Description : Scientific Compression Library (SCIL)

The Scientific Compression Library (SCIL) is a  meta-compressor that allows 
users
to set various quantities that define the acceptable error and the expected 
performance behavior.
The library aims to choose the appropriate chain of algorithms to yield the 
users requirements
(this feature is still under development). This approach is a crucial step 
towards a
scientifically safe use of much-needed lossy data compression, because it 
disentangles the tasks
of determining scientific ground characteristics of tolerable noise, from the 
task of
determining an optimal compression strategy given target noise levels and 
constraints.
Future algorithms are used without change in the application code, once they 
are integrated into SCIL.
SCIL also comes with a pattern library to generate various relevant synthetic 
test patterns.
Further tools are provided to plot, add noise or to compress CSV and NetCDF3 
files.
Internally, support functions simplify the development of new algorithms and 
the testing.

This is then an optional dependency of ESDM, also being packaged.



uscan/watch regexp and multiple versions

2021-01-16 Thread Alastair McKinstry

Hi,

I'm adding watch files for projects, and have a problem with multiple 
version number epochs in a github release.


Some of the stack(s) i'm watching have versions, eg. "3.4.1" but also 
bundled version numbers "2020.10.1" that I wish to ignore;


Is there any examples how to set watch files to _ignore_ patterns as 
well as watch them?


Thanks

Alastair


--
Alastair McKinstry, , , 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered. 



Bug#980113: ITP: fpzip -- Floating Point array compression library

2021-01-14 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: fpzip
  Version : 1.3.0
  Upstream Author : LLNL 
* URL : https://computing.llnl.gov/projects/fpzip
* License : BSD
  Programming Lang: C
  Description : Floating Point array compression library

fpzip is a library and command-line utility for lossless and optionally lossy
compression of 2D and 3D floating-point arrays.  fpzip assumes spatially
correlated scalar-valued data, such as regularly sampled continuous functions,
and is not suitable for compressing unstructured streams of floating-point
numbers.  In lossy mode, fpzip discards some number of least significant
mantissa bits and losslessly compresses the result.  fpzip currently supports
IEEE-754 single (32-bit) and double (64-bit) precision floating-point data.
fpzip is written in C++ but has a C compatible API that can be called from
C and other languages.  It conforms to the C++98 and C89 language standards.

fpzip is released as Open Source under a three-clause BSD license.  

This is a dependency of other packages - A scientific compression library
that is an extension for NetCDF/HDF5, amongst others.



Bug#973615: ITP: odc -- Package to read ODB (Observation Database at ECMWF) data

2020-11-02 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: odc
  Version : 1.1.0
  Upstream Author : European Centre for Medium-Range Forecasts (ECMWF) 
i...@ecmwf.int
* URL : https://github.com/ecmwf/odc
* License : Apache-2
  Programming Lang: C++
  Description : Package to read ODB (Observation Database at ECMWF) data

ODC is a tool and library to access the ODB Observation Database at ECMWF.
ECMWF is the European Centre for Medium-Range Forecasts.
ODC and other packages (Metkit, FDB) refactor and replace the ODB-API package
already present in Debian.

It will be used by Metview and other tools.



Bug#972873: ITP: fdb -- FDB (Fields DataBase) is a domain-specific object store for storing, indexing and retrieving GRIB data.

2020-10-25 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: fdb
  Version : 5.7.0
  Upstream Author : ECMWF (European Centre for Medium-Range Weather Forecasts)
* URL : http://github.com/ecmwf/fdb
* License : Apache 2
  Programming Lang: C++
  Description : FDB (Fields DataBase) is a domain-specific object store for 
storing, indexing and retrieving GRIB data.

FDB (Fields DataBase) is a domain-specific object store developed at ECMWF
for storing, indexing and retrieving GRIB data. Each GRIB message is stored as 
a field and indexed
trough semantic metadata (i.e. physical variables such as temperature, 
pressure, ...).
A set of fields can be retrieved specifying a request using a specific language 
developed for accessing MARS_ Archive

FDB exposes a C++ API as well as CLI tools_.
 
This is to be used by the rest of the ECMWF (European Centre for Medium-Range 
Weather Forecasts)
stack currently on Debian - Metview, etc.



Bug#972624: ITP: metkit -- Meterological tookit implementing the MARS language

2020-10-21 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: metkit
  Version : 1.6.0
  Upstream Author : European Centre for Medium-Range Weather Forecasts
* URL : http://github.com/ecmwf/metkit
* License : Apache-2
  Programming Lang: C++, Fortran
  Description : Meterological tookit implementing the MARS language

 MetKit is a toolkit from ECMWF for manipulating and describing meteorological
 objects, implementing the MARS language and associated processing and 
semantics.
 MARS is the Meteorological Archive Retrieval System from ECMWF.
 
 libmetkit and its functionality are currently provided by the older "ODB-API"
 package in Debian, but this is being withdrawn and the metkit library (used
 optionally by other tools, eg Metview, in Debian) is being packaged separately.
 



Bug#969088: ITP: esdm -- Earth System Data Middleware for earth system simulation

2020-08-27 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: esdm
  Version : 0.1.0
  Upstream Author : Julian Kunkel
* URL : https://github.com/ESiWACE/esdm
* License : GPL
  Programming Lang: C
  Description : Earth System Data Middleware for  earth system  simulation

 The middleware for earth system data is a prototype to improve I/O performance
 for earth system simulation as used in climate and weather applications.
 ESDM exploits structural information exposed by workflows, applications as well
 as data description formats such as HDF5 and NetCDF to
 more efficiently organize metadata and data across a variety of storage 
backends.

 It is planned to maintain this within the Debian Science team; it is a growing
 piece of "expected functionality" on systems running climate models.



Bug#962189: ITP: ucx -- A high performance communication library for HPC, AI, Data analytics, and beyond

2020-06-04 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: ucx
  Version : 1.8.0
  Upstream Author : Mellanox Ltd. 
* URL : https://openucx.github.io/ucx/index
* License : BSD
  Programming Lang: C
  Description : A high performance communication library for HPC, AI, Data 
analytics, and beyond

Unified Communication X (UCX) provides an optimized communication layer for
Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric 
applications.
.
UCX utilizes high-speed networks for inter-node communication,
and shared memory mechanisms for efficient intra-node communication.
.
It is expected to use UCX as the transport layer under openmpi and mpich 
(already in Debian).
.
It will be maintained within the Debian Science team.



Re: [Fwd: Bug#959057: RFS: dh-cmake/0.4 [ITP] -- Debhelper programs for CMake projects]

2020-05-12 Thread Alastair McKinstry
Dear Kyle,

I'm willing to sponsor this.

It overlaps /complements a package I maintain "ecbuild", which is a set
of cmake macros and wrappers used by ECMWF (www.ecmwf.int) for their
software stack.
At the moment ecbuild provides some standard flags, etc when
--buildsystem=ecbuild is used  but the plan is to expand this for other
cmake fragments and dependencies similar to work here Packages in the
ECMWF stack typically include cmake fragments in
/usr/lib/$arch/cmake/$package/* which define for example which libraries
and headers are needed; eg. when something at the botttom of the stack
is built with libjemalloc, packages throughout the stack now need to
link against it and include libjemalloc-dev in the dependencies for
their libX-dev packages. ;

this can be managed better with work in ecbuild or dh-cmake.

Best regards

Alastair


On 11/05/2020 18:56, Kyle Edwards wrote:
>  Forwarded Message 
> From: Kyle Edwards 
> Reply-to: Kyle Edwards ,
> 959...@bugs.debian.org
> To: Debian Bug Tracking System 
> Subject: Bug#959057: RFS: dh-cmake/0.4 [ITP] -- Debhelper programs for
> CMake projects
> Date: Tue, 28 Apr 2020 20:54:33 +
>
>> Package: sponsorship-requests
>> Severity: wishlist
>>
>> Dear mentors,
>>
>> I am looking for a sponsor for my package "dh-cmake":
>>
>>  * Package name: dh-cmake
>>    Version : 0.4
>>    Upstream Author : Kyle Edwards 
>>  * URL : https://gitlab.kitware.com/debian/dh-cmake
>>  * License : BSD-3
>>  * Vcs : https://gitlab.kitware.com/debian/dh-cmake.git
>>    Section : devel
>>
>> It builds those binary packages:
>>
>>   dh-cmake - Debhelper programs for CMake projects
>>
>> To access further information about this package, please visit the
>> following URL:
>>
>>   https://gitlab.kitware.com/debian/dh-cmake
>>
>> Regards,
>>
>> --
>>   Kyle Edwards

-- 
Alastair McKinstry, email: alast...@sceal.ie, matrix: @alastair:sceal.ie, 
phone: 087-6847928
Green Party Councillor, Galway County Council 



Re: Third-party forks of packaged projects

2020-04-29 Thread Alastair McKinstry


On 28/04/2020 21:44, Kyle Edwards wrote:
> On Sat, 2020-04-25 at 20:31 +0200, Thomas Goirand wrote:
>> I'd say that it depends, and that it should be addressed on the
>> case-by-case basis.
> I do have another scenario I'd like to address. ADIOS uses a stack of
> closely related but separate projects, all developed by Greg
> Eisenhauer, which, as far as I know, are not used by any other major
> software project. ADIOS is the main driver behind them. The projects
> are the following:
>
> https://github.com/GTkorvo/atl
> https://github.com/GTkorvo/dill
> https://github.com/GTkorvo/EVPath
> https://github.com/GTkorvo/ffs
>
> ADIOS vendors these projects as well. Are these reasonable to be
> packaged with ADIOS, or should they be packaged separately?

I think vendoring libraries that are only used by this package is fine.

I would however put them in a "public" place and namespace (eg
/usr/lib/$ARCH/libatl.* ) rather than a subdir or namespace
('libatl-adios')  so that there is a clear collision if someone else
attempts to package it; in which case it can be 'unvendored' and shared.

> Kyle

Regards

Alastair

-- 
Alastair McKinstry, , , 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered. 



Re: new kubernetes packaging

2020-03-25 Thread Alastair McKinstry


On 24/03/2020 23:05, Simon McVittie wrote:
> On Tue, 24 Mar 2020 at 15:14:02 -0700, Russ Allbery wrote:
>> I think this calculus is not entirely obvious.
> Thank you for applying some much-needed nuance to this issue. I suspect
> the ideal policy is neither "never use vendored dependencies" nor
> "always use vendored dependencies".
>
> Many of our packaging policies were designed for medium-sized C/C++
> libraries - not much smaller than, say, zlib, but not much bigger than
> something like GTK either - with a sufficiently stable API and ABI that
> versions are somewhat interchangeable, and I think the further away
> from that we get, the less well those policies will fit. We have a lot
> of trouble with micropackages (as exemplified by the nodejs ecosystem
> in which many packages provide a single function), but at the other end
> of the scale, monoliths like Libreoffice, TeXLive and Firefox don't fit
> a lot of our usual policies and practices so well either.
>
We should probably look at formalizing a concept of "bundle" packages,
shipping either a number of static libs-like files (go) in a -dev package

or a bundle of microlibs in a libjs-* package.

Dependencies using them would use Built-Using: for package construction
but also ship a description of the exact content versions.

Note that we also have bunches of lib* packages shipping multiple small
C/C++ shared libs, as upstream does it this way;

we need to set policies in place for  handling incompatible upgrades in
these cases: what do we need to do to ship multiple incompatible copies
of a Go static lib (do we ever do that? )

One example: openmpi ships multiple shared libs in a libopenmpi3
package. I'm arguing with upstream that the SOVERSIONS of the shared
libs need to be kept in lockstep

so that if for example package 'libopenmpi3' ships 'libopen-pal.so.40',
then 'libopenmpi4' does not; the soversions gets bumped to '*.so.50*'
for them all, even if no code changes in this particular library.

> smcv
>
-- 
Alastair McKinstry, email: alast...@sceal.ie, matrix: @alastair:sceal.ie, 
phone: 087-6847928
Green Party Councillor, Galway County Council 



Bug#954068: ITP: metview-python -- Python(3) wrapper to the Metview package

2020-03-16 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: metview-python
  Version : 1.1.2
  Upstream Author : European Centre for Medium-Range Weather Forecasts (ECMWF)
* URL : https://github.com/ecmwf/metview-python
* License : Apache-2
  Programming Lang: Python, C
  Description : Python(3) wrapper to the Metview package

This is a Python interface to the Metview Meteorological Visualisation package.
Metview is already part of Debian.



Bug#951586: ITP: isodatetime -- Python ISO 8601 date time parser and data model/manipulation utilities

2020-02-18 Thread Alastair McKinstry
Package: wnpp
Severity: wishlist
Owner: Alastair McKinstry 

* Package name: isodatetime
  Version : 2.0.1
  Upstream Author : Oliver Sanders
* URL : https://github.com/metomi/isodatetime
* License : LGPL 3.0
  Programming Lang: Python
  Description : Python ISO 8601 date time parser and data 
model/manipulation utilities


This is a dependency of the latest version of 'cylc', already in Debian.

Python ISO8601 (2004) full-specification parser and data model/manipulation 
utilities. Intended to be used in a similar way to Python's datetime module.

ISO8601 (2004) is an international standard for writing down date/time 
information.

It is the correct, internationally-friendly, computer-sortable way to 
numerically represent date/time information.

I intend to maintain this with the Python packaging team.



Accepted atlas-ecmwf 0.19.0-8 (source) into unstable

2020-01-13 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Jan 2020 14:05:58 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-8
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-8) unstable; urgency=medium
 .
   * Fix cut/paste error in unsigned-long.patch that breaks on 32-bit archs
Checksums-Sha1:
 12fdc58b7eeb434b49b28c06213950f0b4290086 2279 atlas-ecmwf_0.19.0-8.dsc
 e716f0a0ccfe2d8960eaa65de902e04a489ea84e 11204 
atlas-ecmwf_0.19.0-8.debian.tar.xz
Checksums-Sha256:
 6348375c3e610e651e439d23c1c881ba901084bcd6f374921ae87fc11d1501f8 2279 
atlas-ecmwf_0.19.0-8.dsc
 17c5ceffa36408ea8d7083112ca5bef7cf7e4e9d70396d934c16c95131cc92cb 11204 
atlas-ecmwf_0.19.0-8.debian.tar.xz
Files:
 9878a9eed601b244d3afa214fb8a9732 2279 science optional atlas-ecmwf_0.19.0-8.dsc
 72339b33bb7dbcf44dad284dd8d91ad6 11204 science optional 
atlas-ecmwf_0.19.0-8.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4choYACgkQy+a7Tl2a
06XNaA/+K8exh9DiFDrkqbYq943PLR53Lf7Y8njb0p2AgO0OVRvuruSluizaZ6bW
hRJn/Ydk8j7EKnDwEt+Gi2JNdRBC1O6Vu5U7gl7vw5qF1n8iAt/vTNgYSmvAm8Xd
IhTcGktjx2fPSWI7zFlOda40KhM4aD3ADWkK486Yw91guX0nCohxb8zy6d134D4V
SX26RzZoCStaQxFtyhPemfFwSVLTBcHeM7eE6LQtPgA6m2LPmfVaJsq/ZWsBHEkJ
OFlGkufHHCwBpIN+qU7pT3nKA9W2aav0Necumi5bBMkfYcWus9zT7QVkdEaY1Fn2
5WBZ5dcKwoqjtyBN2DZzXvUJ7nkjQ1E4h+0tyVQ35HN8g3dy+eUwETjbXDFrTtEe
HaOG0dtACwkyjZKVH6V+qs+cax+Do7b1IJ1OZwSf8b+tGmX7SpAGl9lPve5MmILd
ETRLKgIFwYFDd/IWZkT2te5H2DFoOJ7c7d+nRv15nsys2GOj8Q3wstp0/CttjXCI
aPIeomp+kQUN20IabsMTYLYw59j93fnGRuKQjQqpcH9nPE/vww4HdZDiOzfTSe0h
rE/lVdV+ja1VvLbPcfCRwd3ss4qm2wkefXDpdMqnzoxE6Vz8i9wOHtZ3VKt+eqFe
XVv0rRZEXYx+Rk+prTuPkMtOsXiJ8g93ae8AY/WYqEWy4mwWZVw=
=QvKo
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-7 (source) into unstable

2020-01-10 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 10 Jan 2020 11:47:23 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-7
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-7) unstable; urgency=medium
 .
   * Ensure ENNABLE_32_BIT_HOST is set on 32-bit archs in d/rules
   * unsigned-long.patch: make changes conditional on ATLAS_BITS_GLOBAL==64
Checksums-Sha1:
 6bfcdec7fcc8c3f194cfb0d316f8272ad2186ad1 2279 atlas-ecmwf_0.19.0-7.dsc
 a34f187cac222b62bb95bf8ba8d0c3c44e5d3b1a 11168 
atlas-ecmwf_0.19.0-7.debian.tar.xz
Checksums-Sha256:
 41fcee81d618d7570dc71c382776c755740c7e33972ecc0990aaf78275971ad1 2279 
atlas-ecmwf_0.19.0-7.dsc
 27bfe4a7c4e4104e7ec5333d1a4b37769e3897751940ac782a026b04a1b5eda6 11168 
atlas-ecmwf_0.19.0-7.debian.tar.xz
Files:
 7ed9a41b2ac34d59aa79e4683c9d4a48 2279 science optional atlas-ecmwf_0.19.0-7.dsc
 232c48d61c6550bc723021218f493b62 11168 science optional 
atlas-ecmwf_0.19.0-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4YiHUACgkQy+a7Tl2a
06Vhtg/+OyLyyNI6TzDxe6QP/EftcI8vDbxxbctBWLsqGBcDwGwkSAbYEFy0SMia
gLUOjJ/hG2ePDQ4ZX69lKF0r/RCw6Wpq14fSA+YR2La4Gam3Ch1uE6iOdfklxB+N
zGR/NsFX4wsHIVLCtB5uKAoEASphE601yt2AfO4frQ2Cxm2P24YeA8JBCOZkJLvf
MTNyWTnrq7hCZ/TY/F/4nb8BE4RjVTHTWPR0Cc9Q7v5H3rR8C8tpu0UZstFALLt+
LaNTOb/7vu9xfBIc90GI4tOz0xIF0/PoWJgbCAK41hqd+0UdhCx3F5DM5+g6Mxfg
mm4t/FsDTVujDE1r6cWrigGED6FKD8mB2UPJOMdAxCDO9HpTxoNudGZLL7CrFUp2
7GazjsgNoG01+JPbAPRheOPBVVWbKK8grLDXmjJHwzE0HGn+TAmeYvglMeGkwwuu
BxiDcA8CqQdcfneVHGixgqUO4R3q1+cXxkB2/oK7W3SB+NxGRQtW7CWN0HgD/1aB
YbcyLTa2yCWbIz56z7m2Cbx2y0OpocxsUGZ/IObXMePNzBsjchjxZRAUDq3/laLb
HNHijoScigRVa8h9d0QfXBka8UV0D950dGLHuSRIuKwjNrEWRrEN0ikbf9RyV/UG
LPWXclinlNu8xXiBsTsxIJZaB7fNGhNUBfce0w9mkT2TJ1Msmuk=
=UGvG
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-6 (source) into unstable

2020-01-09 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 09 Jan 2020 15:25:35 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-6
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-6) unstable; urgency=medium
 .
   * Add libcgal-dev as Depedency of -dev package
   * Drop libcgal-dev dependency on armel, where is currently FTBFS
   * unsigned-long.patch: Drop support for unsigned longs, as it breaks
 32-bit systems (better fix needed)
Checksums-Sha1:
 22ffdfa4294378fd2e3cdc2bed3149ddfd070b3a 2279 atlas-ecmwf_0.19.0-6.dsc
 676cd5ec1365d4c18935ee7e7c6e48c13572dc4c 10484 
atlas-ecmwf_0.19.0-6.debian.tar.xz
Checksums-Sha256:
 4790eefda6f78e2c961a0ca065373fcc7885c79951dc558879c638495e13ef42 2279 
atlas-ecmwf_0.19.0-6.dsc
 07e94e8583b67d607c546ca3e7c6bb77418dbaa894046a69d9396b051282ad07 10484 
atlas-ecmwf_0.19.0-6.debian.tar.xz
Files:
 72fab9f3f1f0bf26daf85159a05a76c5 2279 science optional atlas-ecmwf_0.19.0-6.dsc
 c64297e38d2142a047ad9891b09e8252 10484 science optional 
atlas-ecmwf_0.19.0-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4XS7wACgkQy+a7Tl2a
06VXWhAAomQ4zVzlDL48htCFi2t8e0wdkI2oNgza5CYlJHdouPLevOS/3aLC0hMW
LlsuYY0nodT9FWX/gaaex5WfaNHGK2xIduDteWToulHwlttCygPv3xfGaf6/Ntpl
aS52MjlN11+G4MI/nT6dynNpeEMjRn87mv7mAUgRatkCN6QLpcM4XAoju71SIgdO
1o4/5UM2DmK6WraNelLUoC5OpAlqX+QtjSS05puARGDgfJITEXgBSRD6HT6Ulqml
lI+cq/UPEi6hl1al9fBYjrLAZiVr49RnGP+ZSpv/95wsqG+CvrQ/HAg/ZIn7Hhnv
BacNu/iGGMF1sfxyL2tUtbqRSv+fXoBbWSopGx0kL5701T429a5Y57bMnH1Uyk+u
3HbrbhFz+67TMImNzZxLmq2EL3S5oIcJIQSwLP1rK26s1yC7QmP6rSDe0kvKMP+N
cjGRMlunLJO624qxPRwdzxe8Y2PBzdg/+qhTJ2o9an1/fdIQGi9QOullaGlHqIuD
AwiYTdBMls109hV6o7YHw3VxYWu3TpuBcyW5+mm/wK/JyFdII33PWTxidbS//aTj
Ikk/th5gk2AAmqRTWBKnk/mC06oKFM/OiAjXgdJ3RKudr1Vm5sEn+EcFU7Qg1uiu
HhJXAt9GMTk5RZKarGyQycKsDeJPQRpCOI+37YWaMN/QtvBm1DU=
=spFY
-END PGP SIGNATURE-



Accepted modules 4.4.1-1 (source) into unstable

2020-01-09 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 09 Jan 2020 13:02:22 +
Source: modules
Architecture: source
Version: 4.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 modules (4.4.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Specify location of pager=/usr/bin/less
Checksums-Sha1:
 4f6841681d8a099bd3aa561f0394ec7523d5b1e8 1915 modules_4.4.1-1.dsc
 5933edddf6b3a1f3e7d659c13b6371c52584b121 1292820 modules_4.4.1.orig.tar.xz
 6acb69a87eb8ebd582dbc5e84ace1524954d111a 6728 modules_4.4.1-1.debian.tar.xz
Checksums-Sha256:
 9bbada72b26bce11fcfcc39812ddd4253620b914175ca865a48216a0e50b548e 1915 
modules_4.4.1-1.dsc
 8d4a0806d66b1058f77c31a3526b3a2eaea182f3ca4aa62bc485669a04f06369 1292820 
modules_4.4.1.orig.tar.xz
 6b072e15d5594b18b56450a3d686c3f3d71133597690226c8edff54d013c228f 6728 
modules_4.4.1-1.debian.tar.xz
Files:
 101c5c6d317df3693cd2469654260689 1915 devel optional modules_4.4.1-1.dsc
 991ffa5cd29a72eca4537c2340939c2c 1292820 devel optional 
modules_4.4.1.orig.tar.xz
 b240754d4784985f18d28f23f535bd33 6728 devel optional 
modules_4.4.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4XN1YACgkQy+a7Tl2a
06W0WRAAgdmYECSoqdOgIwdkYHbsboy9aQLADEugFDc0OUBNAYH+FDH6t/8croG0
C+8AQyLzA4SLR89QGzkVUFEmPopt7rMGstxwh8OkAo2+3uvcI1c2TIA8nicVNI2D
sHgc7o/BzrEGB9K+dIwyNUVUov4xcHHVkoE5UfZD1AQPDuhCFoRTToEkY+RoKfIP
hYH8crf7DwrTmt1VYuiRfanSQjs0Ho3bKVQl+CyuP7HV8/qb/EwqwPzekjVJcgDF
crrc4l7NpPzpqdBMtuvy8fAqj3JWIdr9PxhowSXkZ6hbnN2lw5EhBqiv7rVqq7p4
28g36BnlZfumFWPPRXi1DF1XqXDJKGqC7rXLDmgbbuq05zUoMoPeR1Hd3C+namzV
+BTMEsu80QxC7BLHFoVTELGb6Yd1dJTDo16lKDhJuBRM4LRCk6zouGRK4R7acRve
2sHve9uGPAK0LNq24JxilCcmPpGQgxRx6vy8jtuYnSdIi8G/b5KFZnd561rBuVo/
SSaq4scVquPCZ4dfCT/6rgPMqtDyQfmsWHt3F0lXbjdNUoEX2biPc37QOfPrLDcs
FW5vSU4FrZJyX/jfXX9MtV6uAnSBclbNAebNCWP9n1LvqvW5L5PnkW4ndo2Ymkxc
46FuZ38ajRnGUarMdAxB8AVBoOnZKCsjktKjixDEe8jm34DVZLE=
=Cezh
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-5 (source) into unstable

2020-01-09 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 09 Jan 2020 07:21:24 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-5
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-5) unstable; urgency=medium
 .
   * size_t patch for 32-bit systems compile
   * Disable tests for this release
Checksums-Sha1:
 6f6a29cd93efdcf6a991ea9369615ca9b04921f2 2267 atlas-ecmwf_0.19.0-5.dsc
 68f77c7d1ca7cea1e9a924d3f58edf4fc8465fe5 8600 
atlas-ecmwf_0.19.0-5.debian.tar.xz
Checksums-Sha256:
 31154c763b9e945a501534aef99b065bd8cf4f7bc1229af887f00d8e68e949ae 2267 
atlas-ecmwf_0.19.0-5.dsc
 bc9f2c9a94cd2e7bc7a21b7d4e1de8a61ef6df5f654c74d084e1f0264d4db8d6 8600 
atlas-ecmwf_0.19.0-5.debian.tar.xz
Files:
 76f6b54b6b18757b26a828cf911e5924 2267 science optional atlas-ecmwf_0.19.0-5.dsc
 0c171a09e4c6da927444634b1d0bac3c 8600 science optional 
atlas-ecmwf_0.19.0-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4W8kQACgkQy+a7Tl2a
06VFMw/9EauR1LrNeN1SLcVCYm2Miqc/apWDXuz1sXR9yCbJYoy06TUOr5QD7Ycw
UszFmYEiesLDrN374G2pM97LXactNbRSe6k3fl+0oUf75s4DofR5NUpKJYIv+f8k
/cgBeGd2/NT9eGq8/k0bquZwqWUty9potDmJeKUj4EmcZ3ENLRPMdUOI0ktnagFH
92WBuAWANZB20iP6X+X7uUL9SyDHf7QmgFuea16n0FkbHlE400fzZLdYpox4o3LR
DY7///fFNKixS6FCOeYa8CcNWngWEqX2zxtwnZ0J/2gG07yDYJuLkZ/QOaZmF8P0
2JTJ4KdZxUo22AjK0QqbKCg8Oivsj7btU/tHWWBQMrP9BqBYm1QH1cjTtYc1uTSM
eks7jf0Mm3YRAVIday3jB0JeeZsAd+jzMthufMYh9O9exiuyXWrHiBntuBJbV7FP
7r+WkcutF+8tZFN94sO30/bCYu/RAWrVXtspV++BQqsB+AhgMPZdRg3R7ZKY0z4t
bPYxFwEk/hFsDybJWHn0bcp+dAMRpyZ0on8uTfvejPnb81cyenalRLIgBrve35ab
tvgnmSoy5Gq1Kl4/t1Wyje1ogSCRLJBjFzGhmsHd/1DyCJy610JqCFwZW7eWoHCT
q+M9nlEcYSlqpq7a64CYybtvHv3FZQ9LYKBGQaZqw3BPpmRnSxY=
=VWif
-END PGP SIGNATURE-



Accepted ecflow 4.17.1-1 (source) into unstable

2020-01-08 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2020 14:03:33 +
Source: ecflow
Architecture: source
Version: 4.17.1-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 ecflow (4.17.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 9c99a48a0166f6030c80f602189f8bc591d1f73f 2466 ecflow_4.17.1-1.dsc
 78e71203853f461b27ca22592e19ca81a2deb8e2 2078944 ecflow_4.17.1.orig.tar.xz
 1c684099aabeb2ed44489e296515e3ebffeeef5d 13040 ecflow_4.17.1-1.debian.tar.xz
Checksums-Sha256:
 7f5f17475a4dc1d4b9cd054a07162cab1e7616ce3fcac1a785e5f3c9764f12c7 2466 
ecflow_4.17.1-1.dsc
 b4261aebb80d792f1ee7b6495bf39f7489e1a6e6937793ba0330858c023e5ba1 2078944 
ecflow_4.17.1.orig.tar.xz
 9949268826556b31c1214a103a733e7a8872e2b57d659b1e968e3b19a008bc9b 13040 
ecflow_4.17.1-1.debian.tar.xz
Files:
 98334a845ad270ca385f231206dd60c6 2466 science optional ecflow_4.17.1-1.dsc
 af546fdc00707ce8fd49f7c5d74f899d 2078944 science optional 
ecflow_4.17.1.orig.tar.xz
 04e39c2a97a05ec0b2bf010909d28331 13040 science optional 
ecflow_4.17.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4WD4QACgkQy+a7Tl2a
06UHJQ//U5aJoTsYupdh8bsTh1gja8JTzVkKxmQUXszr7JQHnYWGMNajfnfbk7sE
rbnlaU/a2CeJjTSwiEZZgVQu3wU+FU5VtQ/czh4mQdrjpYDQfOHIIaNlcIYIyvIA
tEWrm64So7nMjiWilLNoCMDVnHMgNHx1jNnijq0nOsK5ZTeYYuwy21q2uYX4zJT9
fS8sqIqoXAq9NRJQGxtYKsR9qpdemmCONSH+rTX0qkp6NoSSTFAoi6Qsclvr28Gv
VXbM3DXD5WvraH+6nUuxY56ZL2I7txAIt/T9pdf+bWy8bOJqssvIQq3PdCf+T6ZQ
61+Ny09FmP4egni5Sh7QYMKCEPGkWXTRWYcG6WsBuGTX/UDA5aMpDkADus/8bN+P
4aPzhkwe5LD28/mVdTfNITGSx8EzxlIAuVdln1HTOigOQEYGGAtWqFCLGGKrqdSM
ftNpTtFt3RVpbEdEPjo9igKGX5IfVhtFVMWtDqcuY1jl5JqsNcuqRVOjWynEyGiI
Xb1g2ouQLZulBMcI5/BZFEWn5VzNuBE7psujcIsgK3CZmOFiHG/tTj/ei5igNkxv
z4MOYhXyMut6rk/2CqJpR78IN2rmCSW+49ccu5Zzt0zXGXqvkiqy7KbHS7e01Tpq
7Q13k+PU4rI+8X9DE6X+6KiOhfPzHAs+VjJ0pu78d3N7uYGCIQk=
=JMEZ
-END PGP SIGNATURE-



Accepted gridtools 1.1.2-1 (source) into unstable

2020-01-08 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2020 09:16:10 +
Source: gridtools
Architecture: source
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 gridtools (1.1.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Add mipsel to list of non -march=native architectures
   * Don't include cpp_bindgen as it requires a pull from git external
 project
Checksums-Sha1:
 252e25b20eef0f358247ca72a37ab5f27aa87142 2006 gridtools_1.1.2-1.dsc
 d8bdd150cf7ba085cc9116b8c26a2e3ed4158815 9541057 gridtools_1.1.2.orig.tar.gz
 5b3f749a4c2d4148fe3893ff5ac42aecad4910ef 5388 gridtools_1.1.2-1.debian.tar.xz
Checksums-Sha256:
 3cd434c01c60c976e27b6f6a9aa2805f5f14aec61373db4720b54f99b2bd04a8 2006 
gridtools_1.1.2-1.dsc
 ace8c07dceb7297768ac2e50dbdf9eacd87a00123cc267c347f91be21e11a43d 9541057 
gridtools_1.1.2.orig.tar.gz
 ebf020c5354617b33a812091a13bbe6eca25585e5da92b5593a63e8a350337b9 5388 
gridtools_1.1.2-1.debian.tar.xz
Files:
 5b8944a0909e14b9d85b7c85b1bc73f7 2006 science optional gridtools_1.1.2-1.dsc
 eaf96f385ea088e528bf8811adab0fd3 9541057 science optional 
gridtools_1.1.2.orig.tar.gz
 34816ae856c87b7a77a96e043a54f7bf 5388 science optional 
gridtools_1.1.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4Vw7AACgkQy+a7Tl2a
06Vwaw//fxkzDmwMjwCbkANMEGiaQqcAdL/+k9IQoYrgeGLC0/jnvu0vdVLI4oki
N10PA8D2QNuuzj1iaYc8p9yd0x7J7lmfh35ukWb9URAv+Nugdmy5WVmnLYoH31M5
iA0VBNY14JYSEcoXZ7lQcc1cWN47PivzkZtOVvITQZmW7i2W5gGPz/feBdB1n5gP
/RWnristwYMcc7WD/5wiPUHIjZ9UVdTsAefoygW+oCfkY/Wh+U6BU+8rQQ4xqv4S
4Ke53QmBZtZGh4ZVxjzdjLFf7A9vtSqqp0nWsJbITJkU8NJrXTCHB0AM2Dt081qu
Sr2jedFTYshSXfYkrATNy2TjffF7XRj23OunMawI+Z23Uym01v/ks391suub0VyR
GQfSRi53cJiQPC9bYyDEVkyld+GD0pOPj4hy3gfmIYGRa6ZP2h+ARW7xvxqrN2fK
kcSksmIajy/BtRRVTfsA9gPDb6DelAEJvpXHz4iaJeh46qGv88OkAiE9QLHMDbu3
LguFJim+an5n/gj2ZQqFhRYggzBnI3jDR6LnT4KEjoU7J16o5HdQQkiFFi8+2i6X
g2l2z3HYnI6tx7Dy1KcrODvVB4O7/yWsTMf/0uxoJ2VQch0cBEc46nsegqNKV5GB
/QCGLjkPQSKeUthWhV0BdS+fjBTY6X948uLDt5wx0Kt9sKyGu9c=
=lmrA
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-4 (source) into unstable

2020-01-08 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2020 07:13:48 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-4) unstable; urgency=medium
 .
   * Build-dep on libeckit-dev (>= 1.4.7-7 ) as it now pulls
 in libaec-dev needed to build
   * Drop our dependencies on :libssl-dev, libcurl4-gnutls-dev,
 libxxhash-dev, libsnappy-dev, liblz4-dev, libbz2-dev ;
 pulled in by libeckit-dev
Checksums-Sha1:
 8de62f131f6f693eb91e855f2677356298101452 2267 atlas-ecmwf_0.19.0-4.dsc
 d4e19d988e7107d7787da48884cc373f8bcf42e9 7916 
atlas-ecmwf_0.19.0-4.debian.tar.xz
Checksums-Sha256:
 078d02299a2273cd30e19a8b8afb8f58d93561eb671a8ddf2b4e036de2cef822 2267 
atlas-ecmwf_0.19.0-4.dsc
 ee8477ce62e93a658580232e6f2802d9e980e809448a98cf49dc536380172449 7916 
atlas-ecmwf_0.19.0-4.debian.tar.xz
Files:
 f233dd8a73df7198ed5ec5e35d7d054f 2267 science optional atlas-ecmwf_0.19.0-4.dsc
 f708707761eff7c7e92a92d5dd80f05f 7916 science optional 
atlas-ecmwf_0.19.0-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4VpDEACgkQy+a7Tl2a
06V95xAAoV9ziqtLDSYZ3OVOQdiKqWoo1yxAYO689uUruCcsqI48fxG1Q40oW+96
tPU2SjCWBT+hjgrRvWfB3/uh4HZsfYUJ6GJkoeskR4sbAQzUYCNZ12uQzwptLQ4F
bpkLw+ReNvqiOca4gCs/PbO2Mi9Fs9k0/U5d6KjredlefWt3B7a9/qRylbuClZk8
B2w+XiC+E1tVGKYB+Da2A8nOUE5JQHl/E5ahiEShSTQXgRewBTXOMfrar1q/xqsp
9Q1skeu+K+3WLS45IB0r3Zugqchn3zJQUTYfgLrGRU58x34XfGrSwIll3M3hDi7y
dwPwgX9mKPaUf7MGnD+gr4yXEo/7gxEEYCBhy4H6dLlfw54Sp8uCfLrtzEBb1w+L
/uRPcfrRY8sLGQ8dVveo0fm8Y2W8igOzIqYGzvrdLcKS/jfuLXxVSHNLrlj0JhQs
0OEQkvRdLXXq5O6kTh2yE13A9mCq192w6Zg8ZxEjzKnfPZ8oTzKVsPRXzyM1HdGH
DOiEJiWNqb4l4cM99jH1xdm8kj4A+mXCD+kU1NIIVhfxdnu+kmAJTdw+hZNG0vr3
gmrx1DpzegCsbOwniT6/3Qry4U0Kx75oj/VzvgWLcpH0T2ANhLlQLXGX7W98HnhO
5dSXF1uRf8RbjexWMU7wVhC5ZRnsEHcckB7X7kfp19b6F4JinzA=
=z8Tv
-END PGP SIGNATURE-



Accepted eckit 1.4.7-7 (source) into unstable

2020-01-07 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 15:53:05 +
Source: eckit
Architecture: source
Version: 1.4.7-7
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-7) unstable; urgency=medium
 .
   * libeckit-dev now depends on libaec-dev because of deps in the
 interface blocks in Cmake files (now AEC support enabled)
Checksums-Sha1:
 90d2de6b112b754766973b7b1ba4386f0eb0d8f4 2685 eckit_1.4.7-7.dsc
 a19c5ef6a288f6c5d33741dc00ca8fdfed56cdaf 5644 eckit_1.4.7-7.debian.tar.xz
Checksums-Sha256:
 49659734a9b3ab28cf9122698fabfbeab80f66095e1a459cc7faf38bfcf3ebc4 2685 
eckit_1.4.7-7.dsc
 ad2aafbe6073d81bdce5cc207f0f2ae8880742f3d01547dffd326e3b66f9598a 5644 
eckit_1.4.7-7.debian.tar.xz
Files:
 d2499266ba29eac51594391162dd3365 2685 science optional eckit_1.4.7-7.dsc
 eefc6f557d841b55237deb149f4b17e5 5644 science optional 
eckit_1.4.7-7.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4UrqUACgkQy+a7Tl2a
06WfYg//VAXgM/vrAE/EAHAtpPBpaPzJfqy3gexIVkb39GI6XbtpDXu0H/k/4PpM
bmBDzglRy3lSX/PZqoxgqVWGxj9v1guyhjbtJQujmlB+vblyLzfbOJhgQrSLgYmi
g4N1C8XDyJDgWG1e73r9iKa8O2hY/253N6lEpBv/K6Ow6Wt3ILHHXmIuTlG+N9Oy
CkUsuBrQ6Z5bLVRqG02SQJeB0MOkwiuFWAOFmaQBUroiGqMiX5FCb4OaM/s7OlC2
ZzPbFUfLpNzwaO1WHGqioJgCGvWqTDixo5GYVK2B4zPw+Sb4PhhjCEMU3lYqR3G/
pKrrpiCilCddNsz3uiAGn5dKfTDd2l1B7DW+iDZk3sNM6i5RTzdXM5GHr5FIJ5tU
9O0LxrFrKT4eaU50+vCPMFk8fQXixhu5kFSPddIoH8NR0biXQVErAeYgzrx/LY6s
nSCQycHkaOQNOvIJdFn31D4Cqixv0lpY8deRs6FyODbMCtU3QqOqC+iuyu4BLQSm
WgMlovuw/ueM33CmBzBi4P2veVnZEFPvAkko5b2WFcs/kM+x3fmyAjbY6bNcZJ1J
CPIsdnmdChuPP3YtsGQu2qR5NSJPa5Y2pcgvgP6mz5g2D+KgMpKRScs3loymMYaf
Y2MGExYZfDY8sWy8BaQOrlTA/rPBdPDn3iTjT7M90iEYErd6730=
=jTIB
-END PGP SIGNATURE-



Accepted eckit 1.4.7-6 (source) into unstable

2020-01-07 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 09:33:20 +
Source: eckit
Architecture: source
Version: 1.4.7-6
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-6) unstable; urgency=medium
 .
   * Don't use RADOS on mipsel; not available
   * libeckit-dev now depends on libeigen3-dev because of deps in the
 interface blocks in Cmake files
Checksums-Sha1:
 a298f8745bb228de196171f03268d28ce39e013a 2685 eckit_1.4.7-6.dsc
 67771082e5d044c8fa80dcbac9c2a81b00e5501a 5616 eckit_1.4.7-6.debian.tar.xz
Checksums-Sha256:
 d9aaad14f2b4e03f0a45b8629eea8450e68a4212f6208e6c33dd8551b3ede14b 2685 
eckit_1.4.7-6.dsc
 7387fe0d5b3edad88fa22802c26d9590c89bfe79f1c3f251625cf77df2be75da 5616 
eckit_1.4.7-6.debian.tar.xz
Files:
 656c3f60dc524d5e75a087e4dfb3baec 2685 science optional eckit_1.4.7-6.dsc
 8015271b9db67fa241756cfbc4fb4170 5616 science optional 
eckit_1.4.7-6.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4Uc9EACgkQy+a7Tl2a
06UxIBAAg26QXsYBmFnuqa95QjlyTBh+xBNcwOntAkRCYT/7mgxiXOqZgYv2FQd/
Nm2Uq3ro0S2aXOt0+RA2wKssh7v8UIa+2gGx25F+xXHXicuwF5IsbgqVem8+2oUR
DGvsUWNZmNAa4Dz5/Xb1xQmaaceh9i2BLYMRs3uOaoy93IKqbtcyI5FavMQhtE4R
7qfBaSlywB6KPnOoT6qDK7yWVLFe0syMyQH7+xXH+VmkKDjHPCb949BqNYGXeCoh
6wQi47Rp8RNM1BNmhJoPaRaQZe0MUlLqQo3XPWIO07Nj3KAbRrBqP5+B29lnDsyT
hIVrXdjL6xrKjMsTQq2rKP7N4+iKDvdNJ7iSQOxA1fTEgJiOuFbjR+PaFV/0KRb1
LQlQSfgBO1HbGb33Ki6TrrH0zbINaPEovKE/szUDRvIsXdtiRlOrj6SQcutRTq1z
IZHJPzwywbfnn5fKTuR/GXDn0jY5szqcA4dUGXGDUaa5D8b3StsjtjKufbfWBlq2
4Ej0QUVZxquFgI2gSCurSgRwPndlT/pEiR3tmAyo8jPOqHRJEUTZqvkzeUiPl1p0
Zv203EVxY+/fqFtO3yQm8tM9BaNfNTssLODRKX8JvrjfEOeO2lSCXcIFD/5Tc9nZ
YD1nb+jMIdWnykkG/jCUSdkqTI3SwskMI2Hoq13sRCGxzd/rnN0=
=r+Qv
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-3 (source) into unstable

2020-01-07 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 10:30:36 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-3
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-3) unstable; urgency=medium
 .
   * Install includes in correct directory in -dev pkg
   * Enable proj support
   * Drop Dependency on gridtools-dev until we build against it properly
   * Change paths in cmake files to match installed locations
   * Add eckt, eigen3 dependencies to -dev pkg as needed to build with cmake
   * Add Breaks/Replaces for files that moved from metview* -> atlas
Checksums-Sha1:
 91342710c6a8130ec8684a4d005d901f679a4a9c 2356 atlas-ecmwf_0.19.0-3.dsc
 c04677730c740ab5ec76d1c866b95fcb1e26962c 7852 
atlas-ecmwf_0.19.0-3.debian.tar.xz
Checksums-Sha256:
 d27124b3b2475c19fc02ffccb79d0574a5ce9325a6bbab35623279fca65b102c 2356 
atlas-ecmwf_0.19.0-3.dsc
 a9798dcaac96aba1263feb0ff500dcd96197a267134ac133e5e96ca239d41d5f 7852 
atlas-ecmwf_0.19.0-3.debian.tar.xz
Files:
 a883fde6db05645ba823c13473f12921 2356 science optional atlas-ecmwf_0.19.0-3.dsc
 8f5e73065e374b930ca536c55ff8b21f 7852 science optional 
atlas-ecmwf_0.19.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4UafQACgkQy+a7Tl2a
06U7mg//a7yl/I5nm++Du44OIbbliOn8b9v5cy6UUlJhlYSK6UboIlNWSQWQQSaa
+GRlhSiMtRGbhkSmrvCfyE4/QvP/GNQTVaM7ppaoVYUQFRqTE09X3gKHsvt9UW9s
Kf1OQ2YAmwDn27hZ5lUtqAcKs9AfWqyeX9/l1kcDFIu6EQi/D8bonuKG34KI1DMS
A8hSD1O/cuh9Wkb61rm8OAX6Wfy4h1kUBMT8/skFkD6jcQaJ1TBr/R3FTubuxbKF
evv+P0n7IzS+lLlTKuZqQNrm9yT/cw4Dfj0vc5AgBcb1FDx7CptkQxVymakeeABe
lx2uA/3Rp6uhLHcm2YBML7eeA1jPV5oNcYNZH158r5vwxfgOmEVp1opkBFTyjFCB
HRHVdoAOzOR1iU7V9scgHX1p1X07O4vmp9RzgPhbZh2zmj8qlbBBCDU8C2Usmmpr
JBUagCJqIt5xuVk1bZ1eCPpMWcr5rcAx6MncYP1JKRhAigGz01lwA48lw/4rK7Zg
nuDP2eviCEqN3tATITwda0aApZdPIWzuB31NSmyi1tcIw8z45icCuHQ4JGm1RaxY
GNvsoSS9/O8JiXARp5hIocyrSmlTz9fn5BlJqJUXH5Znu95RaYIdXl/pOVLio9z2
TOF8zHAL8PhLidwJd17i1LqR7J8VJGgWIjBvX/hX4whF0aN7iIQ=
=LspB
-END PGP SIGNATURE-



Re: Vital fix to console-common stuck in testing for three months

2020-01-06 Thread Alastair McKinstry

Hi

Apologies I have never done a stable update, and am not sure I have 
permissions.


I've submitted the bug request with debdiff to release.debian.org for 
FTP master go-ahead in the next upload.


Best regards

Alastair

On 16/12/2019 01:17, Oskar Berggren wrote:

Hi,

Buster has 0.7.90 of console-common, which unfortunately has a bug so 
that the install-keymap binary was accidentally excluded from the package.


This was reported in August 2019 as a grave bug: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935096


It was fixed early September in 0.7.91 and migrated to testing 2019-09-13:
https://tracker.debian.org/pkg/console-common

Sadly, this fix has not yet made it into stable. Is something holding 
this up, or has it just been forgotten?


I'm working to update a custom "edition" based on something like 
old-old-old-stable to Buster and am now stuck in this because I cannot 
get the boot keymap I want.



Kind regards,
Oskar


--
Alastair McKinstry, , , 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered.



Accepted eckit 1.4.7-5 (source) into unstable

2020-01-06 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 06 Jan 2020 15:18:25 +
Source: eckit
Architecture: source
Version: 1.4.7-5
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-5) unstable; urgency=medium
 .
   * Don't use RADOS on alpha, hpaa, powerpc
   * hurd.patch: Add PATH_MAX as needed
   * aec.patch: Add FindAEC.cmake to discover AEC
Checksums-Sha1:
 de28703340065e338826acbbe6d1d3ea8f7e2f1c 2677 eckit_1.4.7-5.dsc
 0f42f54f00c948cec790823d34b9edf03edb 5556 eckit_1.4.7-5.debian.tar.xz
Checksums-Sha256:
 1a64d951cff85c5e9b8e1c902c353eb5dd529ce906e1d8dbe4f58246b23b5e43 2677 
eckit_1.4.7-5.dsc
 c80f11591df3afb67120aec3530fa285642c00e2f5bb9b1cda12da50da194f40 5556 
eckit_1.4.7-5.debian.tar.xz
Files:
 9cb17227376436d2c672007de181f4ab 2677 science optional eckit_1.4.7-5.dsc
 640a10cb68cbe8ba182fcf58607a5a29 5556 science optional 
eckit_1.4.7-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4TUqgACgkQy+a7Tl2a
06VEAA/7Bn2rfD6asi1G+Oa77phMNJ20X9g2E3ZPKwSV3YnTNgfgwTKBtlR1/3oQ
Wy4vUGQRGS+T0SpopAB1NrEstH4fydPvc3UkkQpcMSZ4XoOqn2cz6kLuJIaEFDsD
zbT5iSjKJRC5+LkEXaJS4UnQr7TjvWWDTksGMNowrodEUgjVcb0j6acSQwnXHE0q
zRBWa/9yh86V3+hMs7VH62uRITkI9Td3RUeFGXP6LIb2jLR/rBS56RtdXOY9x4t+
mbuevLTf2qpD3X3pNLCFhFmXFVxpDUtg8qoGen5Ty4s7XJ7+OpKKZVykl2vWXGIG
/A6gl/V0RsV5TUcxvjuPtIopWm3yHlTOMLL8qetiTCcM5LzMbbfubBZvOryoihUm
5ZoSUe19wvz6w9fB8/XrSgrSmCDFD3wAhHbcxmi9P/ak4aHeRTMaXgUY9yWP6uaE
LOW5+k1zYVFTTPENkbuPsTQ6xE4NN79l3hI9HxNaEeLcthEfwFBR6xveHsoDfH6I
lkNXk0UhmrS1/RN0veAXloMES8DMXNzoztoLFA0vbd6TdlxgYae9uMrRnzUIzq50
tsrJOEAGUBV+VeoBsRKixO93/49zgfhSH4HEYqZ0ouktWKT6fa465vHQ9BzJmGI+
8Rud2AJSLxhOpLWfcMZIGSk2JQO7T897QYsTm/JBbhgnjXtk31w=
=iomj
-END PGP SIGNATURE-



Accepted gridtools 1.0.2-3 (source amd64) into unstable

2020-01-05 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 12:54:10 +
Source: gridtools
Binary: libgridtools-dev
Architecture: source amd64
Version: 1.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Description:
 libgridtools-dev - Framework for storage and computation on Weather and 
Climate Grid
Changes:
 gridtools (1.0.2-3) unstable; urgency=medium
 .
   * Use ecbuild now instead of cmake
   * Set -DGT_ENABLE_BACKEND_X86-Off -DGT_ENABLE_BACKEND_NAIVE=Off to ensure
 -march=native not used on archs where it FTBFS
   * Drop ${shlibs:Depends} in bin package as it provides static archives only
   * Fix homepage to gridtools.github.io
   * libgridtools-dev requires mpi, ecbuild to compile
Checksums-Sha1:
 fbedf052b80b704c427c88342a88627509e45502 2009 gridtools_1.0.2-3.dsc
 041f7c126d149cfda6e3ec1890b0cc5587978419 3980 gridtools_1.0.2-3.debian.tar.xz
 ba1de90b6347d6e20703aa3bf8cb4df0f6d6b822 8833 gridtools_1.0.2-3_amd64.buildinfo
 004f96a9b1986c35521a8a23876a0fa7ccb80154 244004 
libgridtools-dev_1.0.2-3_amd64.deb
Checksums-Sha256:
 89e82c95b18d732931683a0b7080bf5d31a7df4b01987b061def40415010f4f9 2009 
gridtools_1.0.2-3.dsc
 6a127c321905ce538af05bc81a74fe75ce199706218d66a2fd7f35b3e1c0501d 3980 
gridtools_1.0.2-3.debian.tar.xz
 8414371dcb02db9285acc80bfc787d374c238c920c9e5d900e3a8c850516df11 8833 
gridtools_1.0.2-3_amd64.buildinfo
 b2fae8d30a01aab4aff6dd90869f4161259f3dd64f77351a5a899f85526227e8 244004 
libgridtools-dev_1.0.2-3_amd64.deb
Files:
 6f083bd480d226b65efa2b9b09fb25bf 2009 science optional gridtools_1.0.2-3.dsc
 a1a82bd56e578c2a5748f39ebc8d03fc 3980 science optional 
gridtools_1.0.2-3.debian.tar.xz
 c311dd92b22738b2329f32728ee62a82 8833 science optional 
gridtools_1.0.2-3_amd64.buildinfo
 2d09e7aae5d7e350cb49cccf7b90b437 244004 libdevel optional 
libgridtools-dev_1.0.2-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4R5x8ACgkQy+a7Tl2a
06VeOg/7B3jqhA/5AoZzTXSM5+lqtUtd5jeaoGQN4St96wD1qfoQZH25fU+GWZ3s
YDoT8u6ju5mVSvuKmB2hz7p9lvMXXuGmizwsLGb2HRBTosur7ExsNNuDB15J1GmH
udWn+u2/MeKCgWmMYyR2IODQ5di52k6cvOOUUw88cdytPOBtBmGKKPRHefIY27fd
VNctzflYH87Q0Bvo98FH39eGxIkgZoQmq0XR0NdBWKPQDKyE9iXq/8IHmadug8Lu
UIGTZlbAgco8qH4rwZ0gycJaXXE2jx6R3P0fOh6QsFndzbHPdCT4w7LDMBh7bI4R
aoI37x/W7tWNjrkHUpcIXo+uwG5ycChfKT9L9Vq28W2T7hddEvXDI2q6MQJJkqVz
h+xoC+ocZqaCQKqdGRZslRo2XtczVYkxJ128TnVKEgMTLQQHSKHQqAjcbF4zvkj6
UoAG40KLKqUjj/e7lY3bNhp2EsfHOdk93HxJmRfWP6TvF+AWNh0TwxWEIu9Vd2v1
wkFDAZIB01fJTTk1MXF2kl+Vhd7mEfcGP0vk2VEv62ZEfE7FFCrThGBVqcnBI+Cb
QIxsn7uYhniOQjIUgAuPUlMTJNBzPMsjz6nUjBSK+QFXo0XK+rNeyNQhyn4JLcon
9UYv1DyKmPILt4j4jvjin5eiyzZvhaQpzWPetXuzwVfPe7YPWHI=
=6CcN
-END PGP SIGNATURE-



Accepted eckit 1.4.7-4 (source) into unstable

2020-01-05 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 13:39:00 +
Source: eckit
Architecture: source
Version: 1.4.7-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-4) unstable; urgency=medium
 .
   * Use openblas on archs where it is available, else reference libblas-dev,
 liblapack-dev
Checksums-Sha1:
 e02c36aaf48b77e050c5194365a956be4a0737b1 2655 eckit_1.4.7-4.dsc
 05c5805194e53133955cf862b19578e462ffe314 4644 eckit_1.4.7-4.debian.tar.xz
Checksums-Sha256:
 f45fc401a5f943b0f603de781be820da2e4882ff9ebdcffd942368b66dd2cd62 2655 
eckit_1.4.7-4.dsc
 5fea54a80c6a577c6e6b047a740ec4c3539da42b900f0f9ef62037769e0de524 4644 
eckit_1.4.7-4.debian.tar.xz
Files:
 c3022b1023d61bb0c2a27176a916095b 2655 science optional eckit_1.4.7-4.dsc
 c5b1e5a86a673c19377764d4f0d82154 4644 science optional 
eckit_1.4.7-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4R7ngACgkQy+a7Tl2a
06UCgg//RoukOccwQWVw05fpb1g3pShgg9cuKAgco4wnjcQypVyup92GeGWDIwtr
EPsXdu0F17/zE69F6et2UZ1RDBroOxpR3XNXBg3MXBo2NsNpTdt/a4X/FbcD0aUd
P8VgVhTnUm6VwegsxK7OfoRRej8sZqbRzuqwvmoPItbZGZlYexlAE1v2dBXsz1wn
7QOzW7oumIGu6N+XQedDDl5YfKjgX6YJ2ewfwGqkk17Ak2QC8KnHXjdSxkI6+6sk
9ZaWZfJ3p86qeFLRcz6GDXoO5MC4Eup+O1hF/iB5mNiHRUo24IwIgdVpg2SAT5hA
2RUiiByiURPjWOs6znEYO8odFjn5zi41rUI7SnUVlpJgh7VGBJh6dKryci2pliOY
K+XOzyW+hPTTZVxG8liOhZC4QpGZNVrRAEFQDclWvCHyyUx/9pJU2LSZsS2fBfYu
GxUM8kxfAhhzDnAasOOgv913bvXobX+6H5oO1Gn0Jy388dYtIkrg+8TS2q3gsvB8
mFNiGYg3IvMXyvyC3fntraf0KXlMBPuPY4ytn/09w97PcmUHtPTZm29GyZjrDylV
T6l1DRNm5N0FfdVF8qMewzH/GOxTwgLo7MY41u9AFz5SHkmJFHEfBzlIH/gmziR0
gNk+RcTt57h7AXYxkTRyQHxuKkrHeFn0UzKWxigTl2hkqih/ZF4=
=2F8y
-END PGP SIGNATURE-



Accepted eckit 1.4.7-3 (source) into unstable

2020-01-05 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 10:47:42 +
Source: eckit
Architecture: source
Version: 1.4.7-3
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-3) unstable; urgency=medium
 .
   * libeckit-dev also needs to depend on  libssl-dev,
 libcurl4-gnutls-dev,  libxxhash-dev,  libsnappy-dev,  liblz4-dev,
 libbz2-dev, because of cmake interface deps
   * Ditto with openblas and alternatives.
Checksums-Sha1:
 d16efabeb259f5de847ebe7f3fa1002e9ddd 2546 eckit_1.4.7-3.dsc
 a50311acdf64547e2142ac4021b3f95ca56dfd8f 4548 eckit_1.4.7-3.debian.tar.xz
Checksums-Sha256:
 3116845dd3e449f9feef7b62f7b0c3728f40257c123868f68f0bef1f360d3d04 2546 
eckit_1.4.7-3.dsc
 417b28e2a9b6335823c1340834b7549a905fd7f3998d5ae6abb7051970256ad1 4548 
eckit_1.4.7-3.debian.tar.xz
Files:
 b573e922b92a4c6fb86d7d66f6b83e77 2546 science optional eckit_1.4.7-3.dsc
 dd3c840905586c91526e7a60e1293967 4548 science optional 
eckit_1.4.7-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4RpfcACgkQy+a7Tl2a
06WEFBAAnYCuAZiyg14pGbUIdUoqURLCzvbWdFrB3/AlBlCJjgkteOBfpeGgm9xx
WdhU+QR++uXERdCuJ84hLoygpgO+Sc9vKPSP2EPXcsC7EHi7cMNFYufB5vyAP8Z6
Q03L07SdOgdQ0pvwelkX2JqpRJGv+l+0OgA5EwP40xSeg7FeiZobVeo/kVHnPglK
zUqPrRu9PyxlDEP/hP80dT4ET7Eklm+ZfMhVZGjjjLVceNVHdm0T+oNXKIX66w7R
7eiTUZMHfHH6lyTHMmkM3vDCjiwqLRhhOfGXtv9keOSyw5vzO5vPmyZN2KRQLAgL
EcdE3hWwpIM4/IFiHHeJKK61sFALR9Oj6SbAW9klSQuK5BUI5L1i5BN9UwdtzQFd
fgBzJcave+EesDJJf0ozP3ms62FaDtHp+RR0FpLQm0+8iSkwuVzvA+RfaiqST/iu
Wfni3eIYTuClOERiTzhkFfXeFoAJ5YZKhbS1o27kfVkwPZVJ3N82HCnf1YC/HQy8
eJBaAVzYdmNVYl0exCMLFPvu7XDe1Fr0DTntxYsPBV15ukowM+ZFCJlQyYwPzHEK
Pd7vfwd9cLOuy2XPhs91FR5OlYX8+ozfW7WTDTgGcUyW4ccNxwcW4urmo6SqQ5PU
VbKy4vBhsNYczJB17kKM7pXdKYBLLYjDMb30OVCgQ90wcIJQ5NQ=
=k3We
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-2 (source) into unstable

2020-01-04 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 08:54:31 +
Source: atlas-ecmwf
Architecture: source
Version: 0.19.0-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 atlas-ecmwf (0.19.0-2) unstable; urgency=medium
 .
   * Build without Fortran support until fckit is in archive.
   * Build-depend on libcgal-dev for tesselation; on latex for docs
   * Build-depend on libssl-dev, libcurl4-gnutls-dev, libxxhash-dev,
 libsnappy-dev, liblz4-dev, libbz2-dev
Checksums-Sha1:
 0f0e49b9dac11e1a03a4440f687687737ab09fe2 2361 atlas-ecmwf_0.19.0-2.dsc
 9dbe0bdea52f7078fe0f92b4911f87df68ef40ca 6976 
atlas-ecmwf_0.19.0-2.debian.tar.xz
Checksums-Sha256:
 e2d2a5914b0c64a92072de6553422950cd0f8bc9f762f93a38d9a7a062cf0db7 2361 
atlas-ecmwf_0.19.0-2.dsc
 bdff9f624687b4743760584e4164cf35a46129bf4da2385659e66f27a2d219a9 6976 
atlas-ecmwf_0.19.0-2.debian.tar.xz
Files:
 b3a6fb2f8a78c2cd77b09258765f69e6 2361 science optional atlas-ecmwf_0.19.0-2.dsc
 6f5273d9d254d45896c03983d2138c31 6976 science optional 
atlas-ecmwf_0.19.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4QavgACgkQy+a7Tl2a
06Vk/A//Uhq0N9+bvoclrT1gmn/Run0r4zxtKJpe0DZ5mLWKd1Ir7ZuZUjVBiecn
p+h0zTpDLLVcLo2QpJeRwCk3/aqcbgEAPkX4rYPkUh3i/lbzZDl5ClpQn5oqpfYc
EToBRSYwkX/861IWakLVki3qhy7Kg3F4NzmHLrPXBam1Z0hSNXN5WrBS++GvZAls
ZEDLCYzDuZQZIR8SMieUL4YnnSvIzQh02frwXNxYWqM7vxSlkgLAbwz0xZsuPbHH
S/yu1Slx3I28Kz36UErPNs4OACgd/zPuxgohQBifOqGc6C7LZTkz/5CUS9oRKXoz
8EGaoTPtOqFX5A5mUJCwAqqtkfyLi6/gTUWlMVgIiVxQwEsRrQym+qbdyXeqSnmg
35I1KKYHbAbgU0GAwi8ZziXpnV/XwpTjmIonY9+Qz/2q+yvT/sWOhgvOXZaDahKU
/NXldiZIpveeuqadRY0XMeqHHVor9Bhj88sZE4MusQsNKwRjRDjZgad5qNp03Zrt
cYqvYd6NKdacP8FsaLSnlXmY+lpVQzPxLdn7JdCaG11PAee+EG5ZDZaKLQj9Dtm0
8/0BejXjGO6yhkNyNOI9hnhI19aB6S4TnMt62t9y8DKMkLwmEKIx4FQ5rSsvlDUs
MM11kjHVjDXeB4PuJ5sAAx6HbFyZC0jIAk9YtiNh39wEzSROoSQ=
=rL2O
-END PGP SIGNATURE-



Accepted eckit 1.4.7-2 (source) into unstable

2020-01-04 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 09:07:50 +
Source: eckit
Architecture: source
Version: 1.4.7-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-2) unstable; urgency=medium
 .
   * libeckit-dev needs to depend on libopenmpi-dev.
Checksums-Sha1:
 af9a176010e2eaf25c7c421f23014f0bf1ea356f 2529 eckit_1.4.7-2.dsc
 2f3d34ba009b513ebca220efbe12336c99caa995 4456 eckit_1.4.7-2.debian.tar.xz
Checksums-Sha256:
 193bcb9b7a207fbc840b864700bef448677a3e5b445c2217537b8eddc7ede683 2529 
eckit_1.4.7-2.dsc
 de31e31d9605c87af7be6b201c10a1d6bbab35d4ad31f85d07a01e4850bceffb 4456 
eckit_1.4.7-2.debian.tar.xz
Files:
 1a785a574321777dcd36ee7d4872a138 2529 science optional eckit_1.4.7-2.dsc
 ac01d331f3d8979b64269d669393fe65 4456 science optional 
eckit_1.4.7-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4QWYkACgkQy+a7Tl2a
06VSoA//WzW3zGv/mtzP7ZUuFe6CAGpZ539cnWZWXiCj7Wg3tX0fqJ5VoFqLE6Ge
pzXiDfCoMvLLcHHOFqnk4mYkxkf42f3O/+Y5Vw1XQ3nzX49kCiRPMnV9l7Gj+qzQ
6NUvWsu8MUlX5X1SOdk2gz+yBRvL59Pn9lkcVzvnUlV/8HF/kKszp9UFahpsbgXK
uXq9voipGIXE4GqqgFg4df+N7yz+YNY4MQ4d9oTNy193HbmOwBJLbbZsw5WZCQMh
Y/x5XxSK3TflUpGn7hOMlZHv9JHWFJ302SdUNONO7UVRzJ3X4sWKRwr6ldJUvSam
+ebpHjCGmbzxzAZEG7SfQXvrJwGGByzkD8IBht7FkqcNLIHmuzUPGLfLRN3xqfwO
+WiRbLMrqLUMbCOkHuFAd+bB4pLj5WtcdStCl/xbvm0dRRGXKFRwf0KIVQVTIqYk
zfcRHCECLJOCyFktAUNiFmZ5M8HMMU+CJzFytN9kwjcfyCM9RFonCC6DVxz8/Ujn
SEldxSjXp5y6gqRfIBg+9S/ZNBxBrE82usgBrJC+VnZLEDHHk16Ap0ByekJWTyDM
qPmwDovMyT3S7MkRRI+L3reNuW7+v85N9ZVWwfqoS6VfZiGOyJdh+fPTulJe4bBM
tylosLEcEdNBreIRpbU8cGBdTapI3MXFdngoVeloRwuBu/nfdCE=
=gAHu
-END PGP SIGNATURE-



Accepted atlas-ecmwf 0.19.0-1 (source amd64) into unstable, unstable

2020-01-03 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Jan 2020 15:09:43 +
Source: atlas-ecmwf
Binary: libatlas-ecmwf-0 libatlas-ecmwf-0-dbgsym libatlas-ecmwf-dev 
libatlas-ecmwf-utils libatlas-ecmwf-utils-dbgsym
Architecture: source amd64
Version: 0.19.0-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Description:
 libatlas-ecmwf-0 - Numerical weather prediction and climate modelling library
 libatlas-ecmwf-dev - Numerical weather prediction and climate modelling 
library - dev
 libatlas-ecmwf-utils - Numerical weather prediction and climate modelling 
library - util
Closes: 942635
Changes:
 atlas-ecmwf (0.19.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #942635)
Checksums-Sha1:
 c632f6019614edc4c4e3c9808962a83400bbc320 2197 atlas-ecmwf_0.19.0-1.dsc
 5096f700085faf420fc2f60e928b33080bf90d5f 4355228 atlas-ecmwf_0.19.0.orig.tar.xz
 901e366b28e48a38bcb0d446600eaf8f03ba059a 6792 
atlas-ecmwf_0.19.0-1.debian.tar.xz
 56617dff2b96b5fe299adba49a0dd5a17e6c75cf 10353 
atlas-ecmwf_0.19.0-1_amd64.buildinfo
 a394f1619b34e9febe6bdc7489df42b6b3e8b7a0 25160204 
libatlas-ecmwf-0-dbgsym_0.19.0-1_amd64.deb
 970e5f1bb3cada39c38b6ad79174658c9b6eaf18 1395552 
libatlas-ecmwf-0_0.19.0-1_amd64.deb
 d8b47657c627caa2577249ce010527430ef6f536 3721852 
libatlas-ecmwf-dev_0.19.0-1_amd64.deb
 bb16d482d2b1808d6d4f8b674bd46d98b7641bf4 1463080 
libatlas-ecmwf-utils-dbgsym_0.19.0-1_amd64.deb
 c0332e2769462f86e4a9245674028d179794756f 122708 
libatlas-ecmwf-utils_0.19.0-1_amd64.deb
Checksums-Sha256:
 e92d8d92ab1bf78f10863ecded811c7ed1e79827d7c756b8d59544806be6a843 2197 
atlas-ecmwf_0.19.0-1.dsc
 e24421a259c990ca43d68279330615987f221ec633f0232d190e814cbeb6f956 4355228 
atlas-ecmwf_0.19.0.orig.tar.xz
 6d236815c6d779b88778b84211681ab2cec43d93daf297309360ab52a4c0968e 6792 
atlas-ecmwf_0.19.0-1.debian.tar.xz
 84f01a473076eb905844af76a8df5f9b4f00f1b6a5ee3ca792e023804cabe9bf 10353 
atlas-ecmwf_0.19.0-1_amd64.buildinfo
 e2bf39bd673e2b6fc22b24e6a78f460b1a12fc174a8ce4b35d1c2badb2f9d657 25160204 
libatlas-ecmwf-0-dbgsym_0.19.0-1_amd64.deb
 d1133c932b5ec29a5cf2f4f05d0a59bf480c284f398711bda32f4272c475c792 1395552 
libatlas-ecmwf-0_0.19.0-1_amd64.deb
 6a5668885da8a6013ba55cce355d60b360211f1261fab8bd452762954bb696c5 3721852 
libatlas-ecmwf-dev_0.19.0-1_amd64.deb
 7f40b5372e95efe4510febcc98e1a2ca6840181862fa9e81a1a735e1c6fa8d38 1463080 
libatlas-ecmwf-utils-dbgsym_0.19.0-1_amd64.deb
 236fcfbeefb0f3ba0c62c387d38b5cd159733835a4f8dc7a6e98b801d97ab025 122708 
libatlas-ecmwf-utils_0.19.0-1_amd64.deb
Files:
 a1a1e29e25df69ab5ba310c181bded5f 2197 science optional atlas-ecmwf_0.19.0-1.dsc
 28b7ea15f58fe12e439c4f92f478898d 4355228 science optional 
atlas-ecmwf_0.19.0.orig.tar.xz
 baf68686f1cdf3f4046b428820ab92ec 6792 science optional 
atlas-ecmwf_0.19.0-1.debian.tar.xz
 3f973a4f93ad533e30d19c05e7fb00b9 10353 science optional 
atlas-ecmwf_0.19.0-1_amd64.buildinfo
 645396f3b1f61b4d2cdfb75ed2b26373 25160204 debug optional 
libatlas-ecmwf-0-dbgsym_0.19.0-1_amd64.deb
 4d7cdf5fa52e9109469498dd96e685fd 1395552 libs optional 
libatlas-ecmwf-0_0.19.0-1_amd64.deb
 468073bae70d453c9dee965b09c95c01 3721852 libdevel optional 
libatlas-ecmwf-dev_0.19.0-1_amd64.deb
 b6f2a651fc1c1fd3cd1c91d9a55ac97c 1463080 debug optional 
libatlas-ecmwf-utils-dbgsym_0.19.0-1_amd64.deb
 e9aa06482cd138572aeec45597aab502 122708 science optional 
libatlas-ecmwf-utils_0.19.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4NFVEACgkQy+a7Tl2a
06Wh/g//bwO8aN3cRiwhSvgA45uEJQf6ATlrTFSL2M9iKTyES1m3yCPIx6D9YqkH
lV4PWOmUPZ6MPvrNvJLJ4vtWSTTrL8o7bTfIvJzMNjfd2i5WwNs7nNggypXkIiD2
r2gxK+hxc5kyjqK5r1aLmaqbPE4MBu+ffWwgKan3YNMrNRKTu3Hh6tIqAG8oHi4x
D4jKOTKSaa4NfZmSSAsmfm4B0Q3ezNtsKjWO2ufayHfw1sbFh/xNrOuJO0s19Kri
B5KitnDNCx4V4Je/L9cADb4qJVA83JrDhgj455hnN+Mlp3lWplHZV66UM3e7xmy8
EN1tjok20jSib5lRBeXX/KEGJ9uXiF3i0ApxxsxoivJc3/IeVF4tSRruBDefLQmu
R+b8OS8U4DcPc6R64C/y7pfG8o/8OriexFlWZh0aaO2+4/vOIZYamiaZ/RP2tvxj
vAzDxA3SDO3bEy/VhALvmtgTOiTLL+fmqrPhgXYpIjAn7a40YLRcoJBVGynIBkEi
8jR7R2FKgR7KdzOHohumOOLRpmLD4U9vgcWMVFcmkRy7fUFfG2YgDoE5Ulecb7/t
k/J4bqzKHwTC/fkeiuR6BOt2c81ozFL7JyjxSvsn3hf0ZCVqpBGwwnIa0ZLjPI7+
DgsgpuvC6aCig7r27YMYriyT3N2lwR/NF23LqID5f2+sZ//C+lA=
=Gs4n
-END PGP SIGNATURE-



Accepted paraview 5.7.0-4 (source) into unstable

2019-12-31 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 Dec 2019 16:21:57 +
Source: paraview
Architecture: source
Version: 5.7.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Alastair McKinstry 
Closes: 823529 946758 947280
Changes:
 paraview (5.7.0-4) unstable; urgency=medium
 .
   [ Gilles Filippini ]
   * New patch libatomic.patch: tentative fix for FTBFS on armel and mipsel.
 Closes: #947280
   * Hard-code Build-Dep on python3.8-dev. This wasn't being pulled in correctly
 leading to FTBFS. Closes: #946758
 .
   [ Alastair McKinstry ]
   * python vtk now works. Closes: #823529
   * Fix warnings with 'is' and literals in python3.8+
Checksums-Sha1:
 0efa3ad150a945b1f92d2e3544390eb71516862d 3036 paraview_5.7.0-4.dsc
 0e944213ad91e7d85e9ed8ca87ba263d5435ffab 35244 paraview_5.7.0-4.debian.tar.xz
Checksums-Sha256:
 2458d928bbf337053519dff12935eab41e0a95baabf2220eba7bd2073acdedfc 3036 
paraview_5.7.0-4.dsc
 b3e47b36b01dccae14b48af2e6b3eef9ba506b1603be9ba06eee792c4c5ae0be 35244 
paraview_5.7.0-4.debian.tar.xz
Files:
 af199c8ece36c02565add90bee5d9051 3036 science optional paraview_5.7.0-4.dsc
 d4f2e8acc8a7b7ee6bda4e8684aa9e3c 35244 science optional 
paraview_5.7.0-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4Lb9IACgkQy+a7Tl2a
06Uu8g//XJ7FHLp0BgJKLZ/kNRp4SRmGrRYaoUHKATFbFAEnDaIDw/2VPryiwhV+
GuUQrXzvvyrN0ycxOtekP3KrhFR1JoADmU6+PUWk5/7ryUqh2fq/mUcJdEF/Xth9
CDKlq+/7URMY8PTd1LULCnhu+q2pCj1jB6dH+H1mtnkRorw7c96ZG6yt4QnmgHYH
zBLFqcm5VqsnSDetJbUGivYj46leI8UHIoWGFdvMH6M81YTRrAhA4F8o3KrVqr7y
FguBLnhs3TL8mnjYzKDsk0j8gOl8pxaa15Mgvu/ywuf4jEb1T9Qmu3HuNxjify5v
9GrmFIdQJOKTljFvnzm6BC5N6bnOmF61lCNp35DPFHCCsFQ8yX1QEbgmyfYafvX2
dPaYbrpb4Ah/xY8fqZjte0NFQP6CtgOQo5h0/mzPZ6CQffp6zVR6bvlyQ3eazijE
aijvm0gLSmS18Ajnn90ouhDLSO31WShGgG1bxDlt2DYyut+bhb3pVtBCHcAs4JPs
I294RIK6+MEgflVlBYRx1tnDaHmqSKU5TGNx798IRXOBr3Pv4ooSiL2viyAcB/ea
nbco6DsZ/tOtmg64rAm3NNoGguorYYsmz8L9ZyKF3o5oo2saYY98CVPgumuYtEKO
P6M+mJUPCOdvLjANwDpqZZ0COoarHBrRgeIf94j48ipmbgLVcxc=
=OGPP
-END PGP SIGNATURE-



Accepted eckit 1.4.7-1 (source) into unstable

2019-12-31 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Dec 2019 09:02:15 +
Source: eckit
Architecture: source
Version: 1.4.7-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eckit (1.4.7-1) unstable; urgency=medium
 .
   * New upstream release
   * Set AEC_INCLUDE_DIR to discover AEC
   * Use openblas-dev for blas, lapack
Checksums-Sha1:
 b20f9a8c03c73de0d626e923a92de7286d70871e 2529 eckit_1.4.7-1.dsc
 844f792e959fceca4f3599786d1c5bfb854d0a4d 177762052 eckit_1.4.7.orig-data.tar.xz
 9d43a35a328adcd29029fba6a73fae6e5b24f714 490372 eckit_1.4.7.orig.tar.xz
 6154c4b5e6885cd15669db486681aca9f4501eea 4420 eckit_1.4.7-1.debian.tar.xz
Checksums-Sha256:
 acf6b85a1b60c0c9c4b9bfd3aa1306f5c378485845bfbfe014264540ccf33fa8 2529 
eckit_1.4.7-1.dsc
 61c2ae06b628433fd5f4142459e3d2822ab450277b07f506edbdf9eb5830d1f8 177762052 
eckit_1.4.7.orig-data.tar.xz
 b7ef68fa4aa369ca4fdb9ac3be36987755776e28ea98dfe77c3cfd67bb55964b 490372 
eckit_1.4.7.orig.tar.xz
 13700e5271ba8c7e8a1aaec01c31c9e7eac0b99391145dec74b5a0227410b67c 4420 
eckit_1.4.7-1.debian.tar.xz
Files:
 e9e36cafa3baa4859a4b2b23b635595a 2529 science optional eckit_1.4.7-1.dsc
 d499baedca9eb89e4e98c0efe2f8cf9a 177762052 science optional 
eckit_1.4.7.orig-data.tar.xz
 581f8ada84bb5e8c37bd974077f873e6 490372 science optional 
eckit_1.4.7.orig.tar.xz
 62ffc4b453f46706060a3251fe857a9c 4420 science optional 
eckit_1.4.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4LGgUACgkQy+a7Tl2a
06XgUw//ZDh5Yyrm9gpJTXeke8XVZ55ieb+FIdC5J2daA0HEPKbb7Zx5NDXae4Yl
OGtCl+TsG9pzKEXkJ35Nth/mC7QYq2eyjWztRjKgnNoEPVRKGu1EiTcQwM9+o7Zn
BrRXGmQTzaRiiQ/Yzcz9NXvtrXM6iyom9d8junKdELvb1bT55GGbTF4R8HyH5XoY
Cv6Jact2Jb7AgxplBssOg7ZKC+Tm7VS42PIjMM9Ge/Lsp4Wc+phllHEju0MUUQXf
XifET1y27++eKSgqsQ9gjnT9BPBUo8B0hLRhQTRI/3hSbnVvyKc+YDy1Q0CJekIp
BTUt/RS8ktOJg3I2ebI8UJ5XCOOQ7pX+Ok80PgI2H9GsnyL4Tle0PE85vA7rKj+j
pHSCirhxlwQ2md3rOXbQ6oTsrxYpZ5kP4YjWXhmDmVU0ytqDY940faP8Tr3rYl01
ErbFjMGVbF6I8kJ+h1lSSHjRA5s1HdiEA5kMoL/UBlsaU3DQe1X7DUybon5DKHts
uvkcnp2btgRCorFKBREFaIXIgVUQnJR4qRxpxo4dwtIcKOOG0SLuzmqw5WNlxZww
2k6MPgLbXg/TxBrm1fsPHu/K4z8BOi+dQcDpxIXKvn+phG+GE4DURuyhl88X/erb
yqgola80mcC3O7kyM3Wibxmh1uVQJ0+tKk5eMKaZoM0rS+Ps39s=
=j45P
-END PGP SIGNATURE-



Accepted gridtools 1.0.2-2 (source) into unstable

2019-12-30 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Dec 2019 08:14:40 +
Source: gridtools
Architecture: source
Version: 1.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 gridtools (1.0.2-2) unstable; urgency=medium
 .
   * Reupload with source upload
   * Standards-Version: 4.4.1.0
Checksums-Sha1:
 a78cf4cdde61a597b27bfb5d7d311df30e6013fa 1998 gridtools_1.0.2-2.dsc
 30888d288ac2ccb8fc75a3d520eca149cac0e2fa 3700 gridtools_1.0.2-2.debian.tar.xz
Checksums-Sha256:
 1202a073a80cd3b9a3fbc49cc8e6b3d0964255f5573da9d5dc314de14fc04739 1998 
gridtools_1.0.2-2.dsc
 5c3020cfa317c59c810f27669fbb03749580ec7b148ce3953976cea61d159fc1 3700 
gridtools_1.0.2-2.debian.tar.xz
Files:
 0fd55faa3e80d52a997b201a1243b451 1998 science optional gridtools_1.0.2-2.dsc
 a0248981eae50ada16d1430dd8ad5bf2 3700 science optional 
gridtools_1.0.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl4JuE8ACgkQy+a7Tl2a
06VeLxAAqYcnFPGxMbvbG7493SW4KcuSGejZcYn7Avfy8rvHfscQqwu9euaBrS7l
A9gLJzV6dumP9EvOrY6ICzqp5iVqNuLfRAS9HedeGdaiAafw3ieyrypUmOm+vcWP
t/oDsPsjttcdlJsphRbc9bc27ORTuUjbiBuOFVNRoCrceQwRAKRB3Py6zen2RXhH
LYIZkEwczi9/Jc8/213T2gmFbzoQLb6HDwasiJA5LMrqPjUNP17pcu8O0P10AVnp
TBgSL+JwTvfbySi14uzzoGnEeNMnTiroeXMKOby7bXrYt97/r864UrqMczGw6Ndh
XOZogZAZiIlpiOd5Z+nE4+85Ngk0+tGEi7nF54x1nhuEBxiohBNPWSgH881dzpUs
Xxg8XAMdHDjmpi6LN9lTR/2Sko1qIcpHO17c7UATgVgZwZneUj30gIAW7PcE7z8a
rAQdkKOCPrLypZxEhULwzzYVvMjKM9t7ftSCAbDtg1bgTM/KTIruqL07YElSf/Yr
PfhFeRXjbUDMbIle6aBPzLYWGTJHfyaGpfngxy7TrOeUVrapFooNT6hvGr4lWPST
TzzAg6B6M4tr2l99UbQub7RBoWBbiEg7WpgB1NIdBOuhi6QpSFtoiF0hxUA3tvZF
Smjn7Mpqur78w6nvm2QWQVE34TloAIDwZcuYYhcqRr5HvpfWPrI=
=rjXu
-END PGP SIGNATURE-



Accepted gridtools 1.0.2-1 (source amd64) into unstable, unstable

2019-12-26 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 Dec 2019 15:26:03 +
Source: gridtools
Binary: libgridtools-dev
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Description:
 libgridtools-dev - Framework for storage and computation on Weather and 
Climate Grid
Closes: 935264
Changes:
 gridtools (1.0.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #935264)
   * re-done with Apache license referenced in d/copyright
Checksums-Sha1:
 85654ace42005964137a0b34b4cffe88402918de 1996 gridtools_1.0.2-1.dsc
 d6b1b67a19b2d76d8e84537f80b10a1bd05ec21b 10631087 gridtools_1.0.2.orig.tar.gz
 753240c64008ce013fe2fd76ab9415fda60d946a 3656 gridtools_1.0.2-1.debian.tar.xz
 6f6cb197652a34d597536235897bbc880eb22f74 8657 gridtools_1.0.2-1_amd64.buildinfo
 b7ee26347856fed5da78b19cec6cdb79f3a7d32b 243644 
libgridtools-dev_1.0.2-1_amd64.deb
Checksums-Sha256:
 75e0550208ac2f2fa11fc3b37ed62762b68f0e6c5f8ab1e7a86f7617e8d88a69 1996 
gridtools_1.0.2-1.dsc
 2b272d33586fab7a2920d393e583f50233243599f47e3d0b280899dc3a6f00b0 10631087 
gridtools_1.0.2.orig.tar.gz
 5c538c8b4050e3d2d8ee877ebf7297361c7074d5e1a84ee416a2f0c452cc48a4 3656 
gridtools_1.0.2-1.debian.tar.xz
 db5ba98c7fab22338e00a44830bb65f33b853d8f457b5b544128ae8099ed2ebb 8657 
gridtools_1.0.2-1_amd64.buildinfo
 a3c6c94a622f4892068d8a149de014fbbfe8a57b84e42a5130fa6fdef6c64352 243644 
libgridtools-dev_1.0.2-1_amd64.deb
Files:
 1cdf2eb5ce781a71c5178b3cc82d2c90 1996 science optional gridtools_1.0.2-1.dsc
 37b6cf2727e8646c20fefd3feb96dcd4 10631087 science optional 
gridtools_1.0.2.orig.tar.gz
 fc99c8907b05e58379d793c1e55bf678 3656 science optional 
gridtools_1.0.2-1.debian.tar.xz
 d08cbe399fa7c0b821d1581390dfea81 8657 science optional 
gridtools_1.0.2-1_amd64.buildinfo
 e1a7aaf4ce0f82456eb930953205db8b 243644 libdevel optional 
libgridtools-dev_1.0.2-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3vvlcACgkQy+a7Tl2a
06XgYw//TBFaTsWLAu6tSL8Q+YYef956VHced/dDA6yUUhIrEj3/vmvIHRKliJxv
nRYj/maQYqoBi6C0sH4N66Pf/Z4vE0cvZWKOQ4VwzPEqTK3UE1NvrLF6hw4sZuck
/dUnAx3SjoWtRi1hA5wlLc416qbQV5IOlazLBZ8v6Jl/KfSJwo8KWQ5fyhqAsOgX
tlv4jKRrAJddQO54c0g70gS7Pk1k0hTnkReH5KsCXKfQbi5gyiHGY3DMjkoxYriS
L4OmegkNTwWU/0YM4v+begY14YRMu4feMOP7re4BJ5Zez9DYo1dYZem6avT4z0rz
M4z1xmzBnjy1K69z5yfNHnyGa6+qtb98A8auoMTBUJ1QTwkRTObPJRcdq2KLQN8h
ud+a7Ed6bAwqVz4Nr96uOfTWQYBQQWnDdN+Ei33k3S3OaqTLs9UH3Us0LGXHjAio
1iFP6QhV3Q5SGTeci6aIPRM2G2xYC5z8pSH/AbeIlnN06qF9tu6pstvJWFDrY/vB
xHLTHPROBf8VbpLVMqBUikGvtqz1W9cNtk7JChGFxSBQRiophxZj9VPyeQyA+Hvf
Mks2QhR8BnhmVnc3xgMEE2yLMni002C7GZdS3dJ8X7Zzj7IuW5YU6z9i5o+5dmPZ
I9mpeWybSmtUuafJVmgUkRMJWd3B6amqwhLx3gR1iYTtoQC5eBQ=
=/ohK
-END PGP SIGNATURE-



Accepted python-escript 5.4-4 (source) into unstable

2019-12-19 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Dec 2019 08:45:32 +
Source: python-escript
Architecture: source
Version: 5.4-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Changes:
 python-escript (5.4-4) unstable; urgency=medium
 .
   * Fix build issue on 32-bit systems: split debian/sid_options.py into
 mpi and non-mpi parts, settin werror=False
Checksums-Sha1:
 f7e1e1e8f81428001c5164cd820c4a9bf0bd30eb 2734 python-escript_5.4-4.dsc
 38f7cbf75b262dac394b36f927d35c8353f03ba3 13788 
python-escript_5.4-4.debian.tar.xz
Checksums-Sha256:
 2f47cfd23b4eac2319797cbb624098b84db0f3743713cce30f55b6fa7daae33b 2734 
python-escript_5.4-4.dsc
 53b0d8cad88a8fa9556b5f57f98e2b44f6f5f83b782672d9781eae0dab2e1a32 13788 
python-escript_5.4-4.debian.tar.xz
Files:
 836cb151c970790ab7f208055defd782 2734 science optional python-escript_5.4-4.dsc
 597a413953f7575ab4358f872205cac1 13788 science optional 
python-escript_5.4-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl37Qv4ACgkQy+a7Tl2a
06XUCQ/+Kg1+/yjb4oUT1QRWuHDzrlCuew89JXZXFzfuIG1cO/GtP8raIDVjUU3F
UyHNi21GXuDCngqyM0463XbogYMYbZs0bxj1N5mAXLwHWC1AI6jNNgmBARcVp50q
4UgvIVxcGp84XVTLAHX8pWLKbTVcJf9NDR/c9RI5o1ABcrJgsVNNrJUTZxhV5lP+
2hZx9rWxDJZyVeMKkjpFx+Ii/IyOFyJyAsh7qObVvbyl0TRBwukZsCV+JpG/VulR
VctJxcJPbpxKesvE/5w52vbF+365RKNv4JRKTLqpggzfOuFupWAajICkBSBMXd7C
IPhaRyiV6wmSk+AKpSy75cz0Jg5JlzJawjQdamjORTWihA8+71fi5i2TReU516Cb
tRP8AsithTk5ZtY+d6fsn8+QhDFHh0go74dROkGQ9ww7zd+oInpQLeRdXNZdswsm
DEECPqjtvrnnLgLyKhRYaGeFPjkHJnapyOrYUbfVTLeg8QSVy5yOG1Lg5PtUTBl6
KT0QH9XGXUqWqwIGlOxgQdVAqbDX4/fCjrjhSCccF3CPfd80miDHW2UDlvs4ICDz
1XvLbTpPWL8/GpfvgM/UhRtYnMwZRW3ndh6cA+xnF4hGrnY6n4/W2C2hX8JnU3ue
GRohaumuVXd3ZEZG98a/Xcbp7+wVSq2Mt4lz5TxWm06DcV9Llv8=
=CqKk
-END PGP SIGNATURE-



Accepted openmpi 4.0.2-5 (source) into unstable

2019-12-18 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Dec 2019 13:41:29 +
Source: openmpi
Architecture: source
Version: 4.0.2-5
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 946542
Changes:
 openmpi (4.0.2-5) unstable; urgency=medium
 .
   * Fix typos in d/changelog
   * Ship orte-server. Closes: #946542
Checksums-Sha1:
 20728aba3baa425b6c62edd74d7f9c05e265fe8b 2635 openmpi_4.0.2-5.dsc
 e6b893e44009e1a64727f45f42d8f6d86f4e85a6 62968 openmpi_4.0.2-5.debian.tar.xz
Checksums-Sha256:
 f68a5c2a2df21d7b9e19e10637a1812e22d6f93fdfabdc73fbb53f5ab61ed5d1 2635 
openmpi_4.0.2-5.dsc
 42f41a86efbc7286a3c345316323feeaeff7dbcf5218a6012a9186bedfb337a7 62968 
openmpi_4.0.2-5.debian.tar.xz
Files:
 51e0b371ee9cb47c7ed5b2b448b8fb42 2635 net optional openmpi_4.0.2-5.dsc
 f09f932fb8ad82daeb74af82c7ca0bfc 62968 net optional 
openmpi_4.0.2-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl36MT4ACgkQy+a7Tl2a
06UGsw/8DwFjv8HJUdZcr8RM2k05iMwWxiPWfsXDenaQEV2taT79nxbAuPJ5v24I
uSL52RtiBa5LjBsdQa/nwixoMeSGI1TYr6flMey9uX9b6WOlLZHgpvqfr7s+tnXz
xhcoq92te6L6W25tTXY76B3UiTaOw3MBqlskUyCKW2AZWRlBap66ukL7lqbRywI2
WwJZgQuIDQLPaRleooJGVCT2JqlUGilLNd3WHaq3siRr9GoL7qTQk842aHHXDbBl
c8P07z+AwsWCglKkC4CQUJBvLBMbfoBLvPYa5TYaUlzACmgTY9vTrBC6q/o2kEJ/
GWSkNYXy24sERvoAXW7htc3QH6IDkv3FYqyRROSZZzp7/NryCfT0mzl12aeLSkcr
ukFnMgFT3H3L8HgraGXCq0bZQy1hqrlsBblZ6XwIRRrkw4JXxwoNmtiW6Qu8Ghti
DxmhVtv/tD7+3CSMVLGhAZLtvDN6b6jkjYk2IwAM+pgQFXVQCeQoNEnonwaKtLnC
xRubLr9mfWU9L+dWeC73mvFlSv9Z9MfdVPKHgKPaNyck0/OlCSt7j3BTOw9R/xxy
MXQiZTQqVv5ytFu0wZsyKOecxGgJQcqaZox2XQ87Ozc7IBuZXHW1AZr43AlTaebk
hUZH9Khyzj1hvysR8Axbz4X/G4lBVKuGEt08BuY2KecvxoXYf44=
=HfTg
-END PGP SIGNATURE-



Accepted ansimarkup 1.4.0-2 (source) into unstable

2019-12-18 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Dec 2019 12:54:30 +
Source: ansimarkup
Architecture: source
Version: 1.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 ansimarkup (1.4.0-2) unstable; urgency=medium
 .
   * Re-upload a source-only upload
Checksums-Sha1:
 1ddba61010e6745a9ab95efe2b5fce99406a097a 1795 ansimarkup_1.4.0-2.dsc
 9a87e0c8a96e9428d8837cce41277ca083451aeb 2080 ansimarkup_1.4.0-2.debian.tar.xz
Checksums-Sha256:
 ffe580db5fd972e531f4ee6ee9365fc8632be7d417c541954adc9baf978629e8 1795 
ansimarkup_1.4.0-2.dsc
 6aa24218ea428cc5bc2e455b32e3782f81e2d8b30b50469e930a86f9356d3f58 2080 
ansimarkup_1.4.0-2.debian.tar.xz
Files:
 cc565600ac5f00a1e1c5bef54688639d 1795 utils optional ansimarkup_1.4.0-2.dsc
 34919d9a3ade78492c3fe95495be57a1 2080 utils optional 
ansimarkup_1.4.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl36I20ACgkQy+a7Tl2a
06VzpBAAojN9SoarqCShe9CLnmdehtccKvfydFT6QVxtcDruSplF6pG4512AsxFC
0qsMv0cCFuoT6K7Mvead0u9MY7dAgzn3vPlrKpSbJKRMyp33g6drsdpeFMCnT7o5
1ydMh5FNxHJ105f8cvwSg6F+PFpqblJPalXqd0b574biA3j0lmx87PP6LivccqO1
QO8tCW1+S9WgY2AHGDUoAq39opd0wRR3aQdlGI6RhjA8DHufk73izIgWAisRzq9L
d7hEUZDjeT9e4EB1Mp0yIwXMOvJadugDd0AEv4b3ptL2hsI+iZtJbwsCeNnOA+Mj
EmDaqTj//h868XbvUpxL/2ijBczeyuutwXuUU0JKEpYe3ew7cda+dTzqGRp80k2w
0uoKRdNAPlA+CShtH1Lc2O1CIFEMSjqxWzbkXdhtKkVCVLdhBcoIql/Q1iybZyLy
WGuayZ2QyKGV4oxHBe9318wNSrGlMC87xXYFeAALER9BqzUdaJUHjhBtWTTSJTP+
iusYCHRslCIcNFvFqsWPVs0N9x1ltHIM0b8cPPqcWgcgaijweFxC3qRD09VdwBUk
wE/SzULNYNrlklbWv7irhtJCGhJgyLYo4PpaDfOkF9jk+nolBwcVJoWOJs8HKrXF
6ZChzkwrBqLTQFSCN9yndyVpJPjNIJABb9DSXAS0RWStcFKSQJg=
=erje
-END PGP SIGNATURE-



Accepted magics-python 1:1.1.1-1 (source) into unstable

2019-12-18 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 18 Dec 2019 10:12:33 +
Source: magics-python
Architecture: source
Version: 1:1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 magics-python (1:1.1.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 b36a35b0bcaf48e2c4fa447d4201c8a72c11e872 2002 magics-python_1.1.1-1.dsc
 9abc4345136abe280ca747f4079e413846b1a616 235292 magics-python_1.1.1.orig.tar.xz
 44f77b66c23ec53477e2d7b0ba4dd2fc7006997c 1736 
magics-python_1.1.1-1.debian.tar.xz
Checksums-Sha256:
 6fd506c6f92aab20aae3b3d1b544f9af96d01e2cf3bc3098ccbd446c89bc9de4 2002 
magics-python_1.1.1-1.dsc
 99ad556b8278a8805772007947307532a30a5be7213488d3a08a2e012ca10c25 235292 
magics-python_1.1.1.orig.tar.xz
 0965bd3d5883a6b2ae0fd36bdd6e1de96d806312cf4138ffd4534a44acee1546 1736 
magics-python_1.1.1-1.debian.tar.xz
Files:
 58f726c61cb54423f791f2679223b32f 2002 python optional magics-python_1.1.1-1.dsc
 3cc8ef4151f1f9ced8a4fa0998b3630d 235292 python optional 
magics-python_1.1.1.orig.tar.xz
 0e1918242b7aa5708e6a5285c08a5a2c 1736 python optional 
magics-python_1.1.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl36AuAACgkQy+a7Tl2a
06Vi1g/9Es1JOGjrhG4uAFKLWY9Q/a0xDPQtzIYpmbKTUqGZpkL/oFfC73D5JLeC
co45q6kCR5iyaW9eyPhLhl4mLkVj8ZRPARDDHyQeKj7jQa/T887PZ3xocsP5Ugqw
vLX82yiIngbsAO4FiODi18utdNbLktVJTD0buWIWVJQX2QIBF6mLGaO2/acgntLu
jjAaABsu7jhoHSLC/WcYXtu0619GLiKbVzL/DECIYMgPhRgDXpQCkkpchqERZ9ZD
BDK2+tAvojRMmBUbVndNVrwzFXFygPkgZ8cjoidlaSxW46RXmEW0nnr4SAkauJcR
VPWRp6rK2BxNcYO6hEOmK2L+H8iV4ZAeaRwjv68EWIzxPYqCgp5XzICJ1mOT7uW4
Zjj2+vUvI2oLbbwCjK6KngAJhHrHWFX1raRIwkApQg7oVaN7zU+fOH5LVmgnOpKk
KEDtSw062gRoiK5muIXOk4aH6IEpO3Wc5V8y10sEnlZUqhv8ixRnvGd1Aj+C9qX7
SMGsVfYhsAKNdpFfrfA9yMGUn4FETvMXGyh0dguFHgerdg9QvrxLSRaPhxwp7p/6
qOYwvw8lAShLCW5A4ZC6kzScNbjjMfc/raiWE5WvxJwyQmo/HmA5KD9fD2bivahF
kElR/ryKHtr6N/BxVSKqoi4LSeO4WytZZ+7+RAyWsVZyMO3ztOU=
=IWab
-END PGP SIGNATURE-



Accepted newt 0.52.21-4 (source) into unstable

2019-12-18 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 17 Dec 2019 07:32:55 +
Source: newt
Architecture: source
Version: 0.52.21-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 946880
Changes:
 newt (0.52.21-4) unstable; urgency=medium
 .
   * Switch from sgmltools-lite to docbook-utils for py2, sgmltools orphaned.
 Closes: #946880
   * Standards-Version: 4.4.1.0
Checksums-Sha1:
 500154e60dc666b7dbb448d75f2e5572ddbee55b 2379 newt_0.52.21-4.dsc
 f3fcf2f036808e3da3a08b15fe18ff4dbc1eff3a 37920 newt_0.52.21-4.debian.tar.xz
Checksums-Sha256:
 eeb564f75c61271de80b25b3e86f4d9344bd81ffa72e7599202838e8243da20c 2379 
newt_0.52.21-4.dsc
 163f2f58bf4d0ac8a0907a1c2530a02d7c178b88c53fb98ee69d4b33bc86187d 37920 
newt_0.52.21-4.debian.tar.xz
Files:
 19203d8bd57d52284e9c8b066c90f4d5 2379 devel optional newt_0.52.21-4.dsc
 6b089a6d785f2e1941cc7d24b7f42f38 37920 devel optional 
newt_0.52.21-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl36AUQACgkQy+a7Tl2a
06Wkzg//V+cXxGi644PybjMtCXqVep+KRPkl25qkmucU3UJNRSvqs3gv1yJUvHtZ
0RDSK6GHZzKKuhP8VCafaGzi1xqU1Ea7aR1yb++V23ix5C21P98TuJ4ezdWwJL4C
Sz+9c+UJe7a5le6FBYHsfiqXY6/QBEiI55+ENt57D4YMa3C/GqdaZvVfdr/DWo3w
9GYjb4gwvDuYrWEMumeJFIRCkFPASfxIjtOCPD6A/v+L447eM7ADgZhsPkY9dPGD
Zzo69kFfJ/XTMj0pRnfa2x+n6IV50mQWwbF0gPexQc8oJYwcOjVXwoHVFKHyv3xs
2KCRSY8aFxLfUKFObOOyYOfpj0IcXtPjKZb1Z3ao26/00/nwDn0ZgQ81iBPD+4Fi
lv8PfKCbgNSOuKOHJDZWLa62i1NGueXOKSG4H6HIewqdxVtov4d6DynUMqIm/dyn
ANjOvs/cpHhQ1dzqM+UJojM+a16DheUvrIhOKeC52WJy+8+rdY3K4E0DNz4dRYe6
kmT7xQiwbpMRLa8Tr732lRt+sgZ7zX27e/T2bDSAUlgaNMr0kWERrF/Lk9R21kmh
hGdxUKlrVTznqNTc2b2tCQeQTwp0+Fbvs1M5AmbcMckMs+ASBrP23iCvZIKZG/gr
uBzziWo57CNL6JRxyDihob4u0bY1PtP826w8rXp4DT1LNSAsuSw=
=kxmR
-END PGP SIGNATURE-



Accepted python-escript 5.4-3 (source) into unstable

2019-12-16 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 16 Dec 2019 14:17:27 +
Source: python-escript
Architecture: source
Version: 5.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Closes: 917689 937731
Changes:
 python-escript (5.4-3) unstable; urgency=medium
 .
   * Drop python-numpy build-depends. Closes: #937731
   * Standards-Version now 4.4.1.0
   * Build-Depend on trilinos-dev for 64-bit archs
   * Build-depend on gmsh
   * Drop -Wno-maybe-uninitialized and use -Wno-unitialized instead because of
 warnings. Closes: #917689
Checksums-Sha1:
 adddc327837741a085aba8a00604f30534da23fe 2734 python-escript_5.4-3.dsc
 9ad30acf770f1a2c4ee0def23594d8a34c8c6b0d 13624 
python-escript_5.4-3.debian.tar.xz
Checksums-Sha256:
 dbc50b1ce4bf12cc8d509ac5e2b7a9b7bc35895cdefeaa5d87f2def7a006ee8b 2734 
python-escript_5.4-3.dsc
 e5ea9ad51c3b7c47ef9079fca2dca63a24d031289eae6fd4c6a6347f518e7ac7 13624 
python-escript_5.4-3.debian.tar.xz
Files:
 8541b4721343cbb0e24ace1def9d356e 2734 science optional python-escript_5.4-3.dsc
 1d821785cf5653b5239aaa11c8eaffe4 13624 science optional 
python-escript_5.4-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl33vnYACgkQy+a7Tl2a
06Ut0BAAjs21SlXIPCfRo1fA6GFa5U15J5PYC1sMXOAZsaZZCZ0xMBEHgP4SCIl/
zt2sNccmIOaGEnXC3+UwuLX7z9b+cMsaIkL08WsAhXH9hJYiUyk8WvhYeMn94g4E
pJanT1pjuiuDCgJdupqWQV9BN6J0Gl4EWy7GF6jrgHpte+JIAIsbe/7QgaxIicDU
uBaqyeNWUuKejZXvpORJvb93AjA1tXRJFiRVR60mIn8qP3RPnD/Okt2koMc153vZ
hfD4NgOFKr/94mjmbS9WXhx0xj3Cc8kZVfS9GJsP5XlVyKSJdb0EtYqCsY1P5jmx
luNbRVQ76LUjDWsF8X4p1eOdHqUdsfvpO8VWaA5sfm3AXsCL1hspKGSszgQFFyOf
UnCQCAeLvGuY+6qGCM8XJ438x+sTyboOzMQ6/N3FXiYoQ0ocWgtm+7RNbYvXZfMF
JUzmj9LWh41F1+f+rR3nC7nJvMJw6Q0wYT3yYagcR4u/iRz++V+SwGoNsuaaLpgH
Gdr6/Rbm3UFPlXMEh6OuBRTbgwPBg8W2UHzM/ALG5s7cVzv28tSgfztjreZFdrPB
COqgQG/I4rZ4fxnQzHASIXNhgyX0Dp8PkSNAG16Yp3Ec8hWIqhbMxLJ9g2Bjkq5L
moABT1Ywd5SnIR1cu4xgfpp0mlDtip+Op3Pcz8yF03rnqf8sNnU=
=rXDD
-END PGP SIGNATURE-



Accepted pnetcdf 1.12.1-1 (source) into unstable

2019-12-14 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Dec 2019 13:44:44 +
Source: pnetcdf
Architecture: source
Version: 1.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 pnetcdf (1.12.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 ce8c9226f80a1c7425f8702c22e13a882866c0f4 2429 pnetcdf_1.12.1-1.dsc
 0599c8b98689ea8468fa85fe633608f56c2e8579 1517588 pnetcdf_1.12.1.orig.tar.xz
 d18da4180630bf2fe20305cd5493d795ed7fec20 6316 pnetcdf_1.12.1-1.debian.tar.xz
Checksums-Sha256:
 458f9c4e33ac7d12bfb2e0d07b862eeedfe2aa1959d7944ecfb5e3d31e9c686c 2429 
pnetcdf_1.12.1-1.dsc
 f1f4c3dccca409c7d9e946ada17ee742410674e075e8527b678153aba3da8361 1517588 
pnetcdf_1.12.1.orig.tar.xz
 cafd163d0403bb6bc4a2baac1b636dd6ee90c751f73129eca99e1946b8bdb67e 6316 
pnetcdf_1.12.1-1.debian.tar.xz
Files:
 5f1414604d0fb0d8793d2e244d671164 2429 science optional pnetcdf_1.12.1-1.dsc
 5a627f0a67e6a5b1045acceaa7a7a1d1 1517588 science optional 
pnetcdf_1.12.1.orig.tar.xz
 4eb60bb3843648ab6279aaf1e997e9d9 6316 science optional 
pnetcdf_1.12.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl301AYACgkQy+a7Tl2a
06XQ0g//bZdGpoWPqUZLf5A3VI9qIMpvpe/czGXHBdyS5vLS2khOmkgE5Tub3Rr6
KDixT48Wj0o6jERRfpaEvzEGoUIkxSsZuYGm1ybUfbfWbg4sjaTXTe6MoyKGsNnl
T76bKrHL+HM6x0IJWVyScnIRqiQ66k91cpoSEhwUItyCnNPXpzzR0Z4zvpAFzNoW
4o8FjOu+zm/Zzm+ud+lU9U+3LpjMTCMcock++lh3zjkYPrOl47uI1nFNkFHXascD
DCwFSSxJI9gk08+cc6VIVJalCG5tCXy3PVYqi5uQIhcdCbh6T3i808D+8Fm+SMIG
uHsI5YXuwMIkwUtVNUZj2azTdL48tGJuVyEaP0jFVHFx+Tvwpzeu9fH7hKj1kYOQ
hT3RQsjm5LAki70IejrNEuRNlB7Jm10U3lzWJt1BgmvGHcVG3LFUr60R6rsa6zWF
ehKHfRe/25GU4Zz0bbW3TVIvn9xgsg0ecHJ42Xp3ScxPVs5C3jDchh98v+bSy/nY
we/AI/JrojMl5Bvl9J3JBcm9+MJbRrfq7VnOkbyjT4MoYKGmkqwPDfLVlQcQ/7j4
V9mgThT2RokVSd17XZRUlfbXxFV4S6X7PjNf35t/i45dRbNHuSuRlN49Bq+yPL0h
b9ZEntqNshnPGYG7vef+9Eh5618DnfjnUulbOmoaVy8Vdh3w+dc=
=lt5W
-END PGP SIGNATURE-



Accepted paraview 5.7.0-3 (source) into unstable

2019-12-12 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 11 Dec 2019 09:16:00 +
Source: paraview
Architecture: source
Version: 5.7.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Alastair McKinstry 
Changes:
 paraview (5.7.0-3) unstable; urgency=medium
 .
   * Hard-code Build-Dep on python3.8-dev. This wasn't being pulled in correctly
 leading to FTBFS.
Checksums-Sha1:
 41a5ee238ec63b6805824ae5363d695dd897095d 3034 paraview_5.7.0-3.dsc
 792b6a34a11b8964cfc9a63dfaec56da846653b3 32904 paraview_5.7.0-3.debian.tar.xz
Checksums-Sha256:
 f0ff2b32cb2448e916bda6d97c71ee588c3c15898a3b5dd36985047e070b4a40 3034 
paraview_5.7.0-3.dsc
 8270e6fde6cc27ca5abf74c84b66f6d4b16c402ee0bd5c97daf47a5bf96b 32904 
paraview_5.7.0-3.debian.tar.xz
Files:
 325c85c97fae6259341f995045a8c12e 3034 science optional paraview_5.7.0-3.dsc
 ae9185b3aaa3c3feccbcfd7e7bf1f9a0 32904 science optional 
paraview_5.7.0-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3w2BgACgkQy+a7Tl2a
06VS4A/+I+RK1WrH1a01CU1fMOG2XZtnL07ad67YY3EbPK/EPYEBidu/3T/KTJcl
OK5KyCcJU9uTbVjlS4LgzrMe4kPemCPEYGNVUs+9JOLbWpixHnMbxC5AG0C8aGZd
vWSEPayUkSQBs4NSCUevR7KaebDjso4bf6030aZxqkH1BCJm1gXT3zAsRxStJApu
Zt6Dm4wNRYsSUkwD2W4trjzcnQ53krkIKEKraCcyaQE/an0XH2rGT7X1v9B8UJqg
Hm/nk2k3urdyg6VXCtTKIKxmafoGU7DDwjn0AfF2Vpw4YYRhB6mTb1Pnbkk4dUI/
CNzQ69WzWCWndUQUK8WJljMmjsbhvFzYaHi28ySkDIBrwsGqg5Mvd5FXw1JJzj61
T7xReORQrJhSwxjMRnDe86PScHZsC47YjkbtT2M9b944Q/2+uRoUj3m1zUzb5dne
m0AQ4VgYUWFQWo2nDG3Og/He61JGP0l3bhSZuNrLR56wbajkCxAnTlWROkIdP7Le
LdS6W8RAZQfNpSraWijU9AlLvf9qN5HYpeIIjjwBmquH2vqh0v4Up6xb/j6ebFDN
3mrZS8HKIMUXD5X5+IKnEFCvpLkni1QODFx6z6ilSlCO8E6T9qZu7YXfCppbxr0m
+gexfs94FH/hoo0/rdh0egqF2PEcf9f0ufo0qBFZrIc27s4+Idc=
=m4qF
-END PGP SIGNATURE-



Accepted metview 5.7.4-1 (source) into unstable

2019-12-10 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 Dec 2019 15:01:49 +
Source: metview
Architecture: source
Version: 5.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 metview (5.7.4-1) unstable; urgency=medium
 .
   * New upstream release
   * Build-Depend on libpng-dev, clang-tidy
Checksums-Sha1:
 282f834ba81ece8e98a58b274b83340c2b9074d4 3109 metview_5.7.4-1.dsc
 021cd233a1ea150bdbd81649468be72dbad0b90d 5561480 metview_5.7.4.orig-data.tar.xz
 523c85535e46a416324782a1ae93c72f9dc47101 42778068 metview_5.7.4.orig.tar.xz
 02ef0ef84aeacc2f06ba92efe6503400d0cc12a2 45008 metview_5.7.4-1.debian.tar.xz
Checksums-Sha256:
 72e1e960ab4d04ae498bc4955192e04549e9a7574ef23e6e5f670212dea208f8 3109 
metview_5.7.4-1.dsc
 c8c98e3cd0c0310132f4c90acd7ccfdd8ad0c2e99e3f63b550ed229d981bf560 5561480 
metview_5.7.4.orig-data.tar.xz
 213a0627d8dd1c2a2766de0d8a5cc43dc6a4172cdefff27a52c18a49fcfda2b0 42778068 
metview_5.7.4.orig.tar.xz
 0de59a187011aa7467adc25066103f65ea0e5a2a2a56eaa8e51b2be5f2483fad 45008 
metview_5.7.4-1.debian.tar.xz
Files:
 a3c2dc61f9c28cbbcceacd44e7ce2622 3109 science optional metview_5.7.4-1.dsc
 8632dda64d963ded4faad85c1cf3d39b 5561480 science optional 
metview_5.7.4.orig-data.tar.xz
 c7a3340ed6c8ec72c9b0b3ff6aef478b 42778068 science optional 
metview_5.7.4.orig.tar.xz
 e7a7317f9429d4aeb29c5baff605c287 45008 science optional 
metview_5.7.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3vhioACgkQy+a7Tl2a
06XNZhAAh34E1JdRphUsZpsRSvY3T+VD/3a1XMuQIxTojgGeN67k7nYhYAnPV8rU
46IeILxkmHq3P1XVbW4x1piY8GlphjFvInchYco7HfYjSQLyYPi6sa7cKLe705+V
oX5QKBmSkzpVZnol6gck3dcRHiKEfs8mRtn5uUlN35Gk5/ON+gjI+SlTqIW9lJ0u
3pdLQJxi3HPIVroQ4xk6pI3cf+Q0+S5xFXeZn/AWdsQefwKO/++juM3ckK1cL1Hs
FwlG18i0WPdZ6pBg08vU5isIJahQ5CBacoQnLSE0XyASnYDK5f8gT+Z+nMQk9gNK
wy5JZCykr03zv92f6+rBphaFOIUl5UfXhSeds5cZKwLI8C/MIbp3iGxEwUAFAVtk
DnbnybhCKqzovkt5hwmrfrr7PqQ4OADyJeSFI8+fY30REbvIMWOD+ELxC13NSUXO
51SZCAfmwpP54Tw2GYmqq7L0Hc7Yfefgx8+l1iTE137VR0En5JAVDf5wOa4W8+84
SajU2KIaU6LgW2rTjU7Q6NTFmfm3tkq5+nyKeGM774LsrKQIlAuV10dUAA0bTkjR
+YhB8cl1BrzMY0h1vvP0v3deEawCerQZxjiusOP9riPxjT8SoY8T97ikFMyR4lbo
I3x12AoEQ/942eG1DCo5ZfSlR+XK+OG9i+I1QtMi9dKw0OnxjrI=
=8AVZ
-END PGP SIGNATURE-



Accepted harp 1.9.2-1 (source) into unstable

2019-12-08 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 06 Dec 2019 09:01:51 +
Source: harp
Architecture: source
Version: 1.9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers  

Changed-By: Alastair McKinstry 
Changes:
 harp (1.9.2-1) unstable; urgency=medium
 .
   * New upstream release
   * Library minor version now 10.0.5
Checksums-Sha1:
 66741d5bb3b5662a797a31a7190b05a4c2d0e467 2372 harp_1.9.2-1.dsc
 a438cd42fe8145524b889681a89ef311fd01ccd8 6144692 harp_1.9.2.orig.tar.xz
 0cdb6218da732e4742c2be927fdd4219f2577342 35772 harp_1.9.2-1.debian.tar.xz
Checksums-Sha256:
 9cd26a702e05f4616871ceba98a79718f069e8dc29c2b65abf049c5666aa8e21 2372 
harp_1.9.2-1.dsc
 296737bc2ee5ddec20814bafb2d580e6da9c11ead5beaf3606b3506bc5b4ccc9 6144692 
harp_1.9.2.orig.tar.xz
 f47c874514f28d0f880b8dfbad2e28e363a1cf993bd9e1e7cffef27f981e9054 35772 
harp_1.9.2-1.debian.tar.xz
Files:
 e3fe0fd04fad4010dfa1ab53e7d6523b 2372 utils optional harp_1.9.2-1.dsc
 cc23596e1bf81ea81f2e69205f55186b 6144692 utils optional harp_1.9.2.orig.tar.xz
 ca7e18470e0b3936e371cae8cb2e0208 35772 utils optional 
harp_1.9.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3tDg0ACgkQy+a7Tl2a
06WZ6Q/8ClwIpOPqCr3J56n+41lBArkz2JoFzNUBZz1f7wbsnAmm7wFxdaGaM/sW
DKo1dICoYSo8vyn/RPGpSMLy/i/VNN5o9baor4dDamkOKuNf5Q7s5785fT/nXrvN
AiP2kpebnSM9s/UG6ZQGnbIzbGl0PKGizk7Lgupp1EbFnqbxOWMKELE3+gmi9qDe
jE3n0s2BPNCpUjAldshy7OhvnjUTB0T1oWzjFOaG1HTRgxmGa3v5KUNyIUK2Y3iy
6Y2wIKv7BRyzDrtdIWz7SDB6P3878UgSoB8L5eWpthueami4QAx92rJIKFc4r7ZU
u6gW/A/CQGkn4c5ZUBNnlD2FqanOcgW4j2mL4f4pxz6+yEjrueYI8ytFEAP69y9u
cTOqr0USqK05zC2I+o2P2wlZMXWqhDr2s+UyK0UHRC6W9EGSpuvVdyepdBwoAlWC
+7COAanOqVkoco6tF2BiTcKqJ8vz8R+O2VLgg+2PCXgIiD7z2x4EoYMptZ67/lOL
edR8nz8DU6oAICcVpFxeX2aRkxU9/36FW7mzz6nEzQoW69KPIddhwLjT+fCoYIhO
8Qqsvaa5CQFTnnq19ALZDvg46FNs/MLF9YLaRc9z6RvEyYOQOEiCXxIvjxE3hpzA
pf9ux7XBvYs+24C2eT7LqcZq/k7OLecyTAQ3zgO5ivc7N1mTdCw=
=k9/W
-END PGP SIGNATURE-



Accepted ecflow 4.16.0-2 (source) into unstable

2019-12-07 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 06 Dec 2019 11:23:57 +
Source: ecflow
Architecture: source
Version: 4.16.0-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 945637
Changes:
 ecflow (4.16.0-2) unstable; urgency=medium
 .
   * Standards-Version: 4.4.1.0
   * Ensure scripts are labelled python3 not python. Closes: #945637
Checksums-Sha1:
 d43dc91a5cd731f10c0109429b712f1e2a5fa06b 2466 ecflow_4.16.0-2.dsc
 860a84bda04b1d9ce58d176edc49d16d484af7d8 13008 ecflow_4.16.0-2.debian.tar.xz
Checksums-Sha256:
 2aa41fca68edc48a9cf334186bfd2e53c3839844f7d57dfd04379bd9d8394ef5 2466 
ecflow_4.16.0-2.dsc
 42f7a9355c63814b6cb634d3e1f5c9a850a6b3cd08795f3bb939fa2eb0dc032c 13008 
ecflow_4.16.0-2.debian.tar.xz
Files:
 e3b686e5c207a21a32f05060114d673b 2466 science optional ecflow_4.16.0-2.dsc
 d0f84a246e11bc7a168a8a8c81b37d7b 13008 science optional 
ecflow_4.16.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3qZ+UACgkQy+a7Tl2a
06UFlg//UXKOG6fvReEZDL+ZXPF36+2deiDBKiIES9eQVY1fgCHtMg/fRFN21uhe
DijIE0sYPYH8KkeyAaVvifkticCX63DNGVfBbQwXnvgNATLWMO/u3UMnUXSyi/fv
bvO71w4qPl/nKJoQZ/QvJn/Tq0F6U9vWwc1PnSdLkt0PtXGfoCRlx/SbhXG4As9v
uVPIJFfy4FtMjfe6qn6pYmXMgHyoI493mNpmI00+7dAFBEMHgrKPogkqGjmVynaB
zBn5E+7lWZRq8pHcZSNsxG8+83D71Jcdxa/DYnQbqVxtLSL4maFvePLmi/bD9hIM
WfcqE3udIsmH71rCb2saB/HVXNUInPvMPJ6Aaokzt8VVqoJv6Ya+KyqSz38tFy9R
SAypT839q90HcGdw/ebjqPm3MIUO1PoCqFmAeyFupwM1wrVdQmd+1AWzCeutTqtD
rfiYoo/pELXsToyLmYIDPjH68MASkkBYF7RLI63uzlxEmK2TfJFjz2Y0fwl92kqZ
iIwWA0kWDxHxlvB8E4Amug6GRzLvmZozUjRUKrN0lPy0vVlG5C7rE6GNecDGRMCi
flHID7Zgk6OYWVksd83aYq9EqGktEHkL6bcXGwFfJvu4DU8cQSrqiNT7AVV0gOY+
XMbewM0YUCUwBBDieGeDyW1NedWOiOdXFjfXFnd9d41sg23F41M=
=4gdE
-END PGP SIGNATURE-



Accepted python-xarray 0.14.1-2 (source) into unstable

2019-12-06 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 06 Dec 2019 11:27:37 +
Source: python-xarray
Architecture: source
Version: 0.14.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Changes:
 python-xarray (0.14.1-2) unstable; urgency=medium
 .
   * numpy has transitioned to python-numpy-doc for docs needed for build.
 Use instead odd python-numpydoc
Checksums-Sha1:
 0dcf8b3391d39c85ad9e8f7baa215275d6405a02 3060 python-xarray_0.14.1-2.dsc
 a9f0e4a0a44964f53eaf4762eaffba9e1e2fd507 14448 
python-xarray_0.14.1-2.debian.tar.xz
Checksums-Sha256:
 2df74fcd213b70f80ffc7310dd14e74afa7b5c26d902970347781c5ae6955bf3 3060 
python-xarray_0.14.1-2.dsc
 be94b705891dccbf10a9418a902c6035d3ad3b3757feca85ecc28f092a40fe69 14448 
python-xarray_0.14.1-2.debian.tar.xz
Files:
 af6673ac621fc3e2185f23b5073f587f 3060 python optional 
python-xarray_0.14.1-2.dsc
 8ce620897398452a9e297a854a6ea4fe 14448 python optional 
python-xarray_0.14.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3qVpYACgkQy+a7Tl2a
06Uk+A//a2v0wdqTIVxF3Uk5skUFIB3aIDCt0PS3i4ws9mvyMq4Htmsa7AICrbxS
Uo4nTn5hkfC4OufM63z3s/dx85AG4bMxFujiff+jFghZlPqDea+J9ue7mjXkUlYU
9GIKQx9jGBBORNlPP8Ktl2pjyPU6nfDZjjJVVByZRyXVQdDjPO+Jtwqy3mv6rqZ3
3A5MUDvj5j1ATy3GF8WmvrgkyRmpl9j2FmATcR309CHUHh7sCc0jiUTyym6Vc7Nt
o3PGzp/MiGMwysATQREt8fWBqXUUzdgMWB+0pO7XC0Yh4Rutnoa6DzRo8HmIR6Mb
xdcMUyXcxwvoR49OxgcqN2ncyM50Fqstvs6O8Zec3QqSexpOCwv5nkfo9duKGlzj
83pvL6PuwsewwyyFDoXiLCndq6ki/3ZI7qqYNTGrWmJUFFyEy9O8zJTL8gxjszaQ
b4klfBxRuc4S1AUARRFDO7DvHiJg/xDyXM3GgKSCZgDJiVDQQFhXZxsLEVqP90Dr
Y0DjNq76GX5v+OVimWaD6ANh8hyvugWvTWuc0/7hoAjiIIlcRbRlvQETllGemE1N
DbN7XXYl4WlrieiY+EosA5ZBQBF+otKdq72hDqcF4uNAgXB7Irve0ldTZpuJbrfs
svHTYJ7389/iA5NpS15AxEvbMXgXmeg9LB2BG86r2XxxWl7fXA8=
=1jPA
-END PGP SIGNATURE-



Accepted paraview 5.7.0-2 (source amd64 all) into unstable, unstable

2019-12-03 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Nov 2019 18:31:26 +
Source: paraview
Binary: paraview paraview-dbgsym paraview-dev paraview-dev-dbgsym paraview-doc 
python3-paraview python3-paraview-dbgsym
Architecture: source amd64 all
Version: 5.7.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Alastair McKinstry 
Description:
 paraview   - Parallel Visualization Application
 paraview-dev - Parallel Visualization Application. Development header files
 paraview-doc - Parallel Visualization Application. Comprehensive documentation
 python3-paraview - Parallel Visualization Application. python-support
Closes: 944324 944353 944533 944582
Changes:
 paraview (5.7.0-2) unstable; urgency=medium
 .
   * Rename paraview-python to standard python3-paraview. Closes: #944324
   * paraview-doc now Multi-Arch: foreign
   * Disable OpenGL features that are not available on Arm to
 fix FTBFS. Closes: #944353
   * Update options thanks to Mathieu Westphal:
   * Now include PDAL support. Depend on libpdal-dev
   * Now include LZ4 support. Depend on liblz4-dev
   * Run autopkgtest with python3. Closes: #944533
   * Include vtkmodules in python3-paraview. Closes: #944582
   * Change paraview-dev dep from Qt4-dev-tools to qt5tools-dev-tools
   * Drop unnecessary deps on python3, python3-vtk in python3-paraview
   * python3.8.patch: Update mpi4py.MPI.c with latest cython for python3.8
Checksums-Sha1:
 8eaf6a4347e2854d2d0130e6a97c4d5794df662e 3032 paraview_5.7.0-2.dsc
 771637e9e578106ca72d7c4d6f630a7ce9a0f015 32832 paraview_5.7.0-2.debian.tar.xz
 18a172d32ec024b11d08ee3ccc6f966441c5c5c6 438142588 
paraview-dbgsym_5.7.0-2_amd64.deb
 0aff7e6472221804b7557f5ff2538a428eae1ab1 298172 
paraview-dev-dbgsym_5.7.0-2_amd64.deb
 246ff6d855702d499a0436e0e9eb24a94f81fe87 9629272 paraview-dev_5.7.0-2_amd64.deb
 6e80ee77dfa5a41bc68fcc431ca5e177d2982392 591964 paraview-doc_5.7.0-2_all.deb
 b78d1b5e0dc02591f333e7c50547927fc5646ada 30355 paraview_5.7.0-2_amd64.buildinfo
 24a2513572ea451083e79d1b9ce022a27bb0ae76 35820184 paraview_5.7.0-2_amd64.deb
 93d38f1c2bea9caf607043295ff0de3953b62020 58018684 
python3-paraview-dbgsym_5.7.0-2_amd64.deb
 c4bf94a98ee3c8ea5533eb02bc710bde36d68bcf 7167788 
python3-paraview_5.7.0-2_amd64.deb
Checksums-Sha256:
 d820df02bf1148559266f159cd23dab026dd1e3ecd51d8fae95d46f8fa253576 3032 
paraview_5.7.0-2.dsc
 fb20cca3f527c9218f0ad8b626e2fbe4417c4392706f00d28f8c5889de1cfa0f 32832 
paraview_5.7.0-2.debian.tar.xz
 bbfe5716dd33e6e345fa587bc68c59514a90e02e0367fb57266e39808eee0330 438142588 
paraview-dbgsym_5.7.0-2_amd64.deb
 4f8acc31d5d7feeea3dd822afea76764b3017816f7001b38e3e14a2429016b23 298172 
paraview-dev-dbgsym_5.7.0-2_amd64.deb
 1625aef8fc05193bc1ddd8b4c404a12baf32eb1dbac91950110fd7ff8b355bfe 9629272 
paraview-dev_5.7.0-2_amd64.deb
 710a6a59fe79b8d7668ff772d21cc8dfbf310f7b9294abb4a23ba9c6e4890144 591964 
paraview-doc_5.7.0-2_all.deb
 cfa66ba8b9cc71b2f7eed4d1b0c98460072a3b52de1014bad79eb27146cef33a 30355 
paraview_5.7.0-2_amd64.buildinfo
 232fc2a26cdec85053bbd23f97693e221a1f69595745856c5608ff91a884debf 35820184 
paraview_5.7.0-2_amd64.deb
 39ec1e3a24008791a872f0617c29bc61fb8daf5986676b60d93d292ef5a5bdc0 58018684 
python3-paraview-dbgsym_5.7.0-2_amd64.deb
 314081e0f7a0ddac96337a4d25ac244318cf39b8ab24834321b6599f3e4c7cfc 7167788 
python3-paraview_5.7.0-2_amd64.deb
Files:
 e0ddf008ed58f250a62efd045da7a05f 3032 science optional paraview_5.7.0-2.dsc
 29a9bcc1d67b8310420158218823aaa8 32832 science optional 
paraview_5.7.0-2.debian.tar.xz
 76d1fdd2643156795003f17bc088deb9 438142588 debug optional 
paraview-dbgsym_5.7.0-2_amd64.deb
 776cad78a40af73b59ed0d4b121663ed 298172 debug optional 
paraview-dev-dbgsym_5.7.0-2_amd64.deb
 4a4550d642a0d6094ab901981cb60da8 9629272 libdevel optional 
paraview-dev_5.7.0-2_amd64.deb
 7957cdfe8e93676ecd9ec1d7af3661f4 591964 doc optional 
paraview-doc_5.7.0-2_all.deb
 155962c1af85cffb26f572e20dc32021 30355 science optional 
paraview_5.7.0-2_amd64.buildinfo
 e5593418cf6c3dbd6a88911a165c7bd2 35820184 science optional 
paraview_5.7.0-2_amd64.deb
 8b011cf798ac0aa0689c374b1d77b470 58018684 debug optional 
python3-paraview-dbgsym_5.7.0-2_amd64.deb
 9529facd1bae8e5f57fa2aefb3f864ed 7167788 python optional 
python3-paraview_5.7.0-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3T/tUACgkQy+a7Tl2a
06XCCA//SEwhRglHyFiLrKQh+zDxR5j98Jwx0RIPcJ9QERiVE75Yq946xFllTRqe
jShxHewq+ugdjg59GiRFtdkQoQN4KYgV3PjuF+m1iF0kSBfl0FLx36xH8Zy8DJHw
auSAAMkWO0nGGfPVdcTgHXykRU7z2od8bbECHku09+bNUbV4WZWGhzTBZGECf8ot
+djNNMDP6kQFPU1fRIIugakB6wKuY1hvN4A7eEuk+/eiHqGn8LgB6yL2IMlTWqxz
JeV08igiw1MxItHh0UmQYyWf08jWavjRgwVnd+Fro8qerja0itXNf0f7/GiScTO6
CmjzL8rFveyvLTcp12bQdYdjC6MkvVcl5oRTX30EcWzE1FlIbAVgKxCdpJHxpCU9
6VjxaB6GzIhSWd8CuJE9SERYODzkmMVSdG/8P9lsxV9WthMEAxNmNsVNPeiBFFGL
25jdknpyo0FKlryQJ1fSvodHVyHttZtUT1YygbHpvKlqKTeX9h55ExHudhTcbBTi
6b5NYouYR9BckUMC2DC/aUFrSxjcRpurq09IgFI6Sdbmj+OqD6BE/r5Cf7QfP0Va

Accepted python-xarray 0.14.1-1 (source) into unstable

2019-12-03 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Dec 2019 12:08:12 +
Source: python-xarray
Architecture: source
Version: 0.14.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Changes:
 python-xarray (0.14.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 e522c996bbe73f60ce5ef663c37e696d3c8de65b 3033 python-xarray_0.14.1-1.dsc
 119700a11f3f6c5985cec557aaa7305b55ce6df2 2382904 
python-xarray_0.14.1.orig.tar.xz
 eaa4fb87719f9c793ec25535ae6337cff6acfb57 14404 
python-xarray_0.14.1-1.debian.tar.xz
Checksums-Sha256:
 277eef60636d7d389797b3ba115983f5dca627ea2304dd4fb274d626b429ef74 3033 
python-xarray_0.14.1-1.dsc
 ea3f9d733edd3ecbea4675b23329faf8c185049f82b246f7a5a772b402d2a8d6 2382904 
python-xarray_0.14.1.orig.tar.xz
 82cccd4667257353a6fda8c07aca3fd6a4a86a807993a0d6ba8ebbddb904f801 14404 
python-xarray_0.14.1-1.debian.tar.xz
Files:
 03a173686cfe9693fcd59a05eef0e5dd 3033 python optional 
python-xarray_0.14.1-1.dsc
 cba20b0845e1cc8c6215c253f6fc206e 2382904 python optional 
python-xarray_0.14.1.orig.tar.xz
 b9add3fa59c5a29e0a90a6ca1d548c99 14404 python optional 
python-xarray_0.14.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3mV20ACgkQy+a7Tl2a
06UJ5g//fWBI8TkZ05kvU9tZHlxLN6ljYxnQ8ndIlRExGZtSDCXY4H+10vqttOj3
IUS4N2uCrQhQJgQoiEgfmDyaIpmk0Y1BvgGqgRNCDW6JBUcEFB82EEL0YyHVMn0w
AyHWEcWOhVEmE4UXIz5nkwyCaIYD6nzdHGfN/VxRPMeMIKIjV1f2BLNRNwNgpcha
SJxnMlPVS62J8B9S9KT/KDpaQRD8wuQJLUCgDSztFnxcqxYcMNZzdBRJoW/oY/Vm
oTV9drPtwFjxb65ga55c2UnIoWSiLgbOPL7dlFtsjyfxcnLAMwZdZ/JwjUfKdyy/
SwwH19/I5Et5VqbkvyIhVsOsOhWl4f+Q1aTF4FI7aI5DKD4GxFC73kIjEDRJlQnR
IldKP+N0GJrapHeSkGjan4w3qWvEL9hSkjWODt0YU6Rx+ZMRutrwIxftALYqE1Dz
0kU3p2zKUfCW+ksGIe0t5JtX77/ibuaTXL6TMF3q6mnPf+6a8m16wSucYHppDSLN
XfViodt1BS6dPKm29fm3wYonJcPADJ7ozdlQ2pYlnzTflOFDoy4u7ajq1kHDr5J9
r2AsCRhmwpzd1JCqUSSa4tOU7prp4vVTWuFSj6rILlsgEX1B46YLoN/wtJkQXp47
Y2OXx0Vo4OoEp+bDdnRRi/6leeiYDevX7ahuFlg/htsJknoZejw=
=mDx8
-END PGP SIGNATURE-



Accepted vistrails 3.0~git+9dc22bd-2 (source) into unstable

2019-12-02 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 02 Dec 2019 12:18:09 +
Source: vistrails
Architecture: source
Version: 3.0~git+9dc22bd-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 944134
Changes:
 vistrails (3.0~git+9dc22bd-2) unstable; urgency=medium
 .
   * python-vtk6 dependency now replaced by python3-vtk7.
 Closes: #944134
   * Ditto python-matplotlib -> python3-matplotlib
Checksums-Sha1:
 bd53498d45c0501027c20e8d29a246b5836054a7 1887 vistrails_3.0~git+9dc22bd-2.dsc
 4a4da2d9fff93af69c6d408f73aba650a9b283c7 18192 
vistrails_3.0~git+9dc22bd-2.debian.tar.xz
Checksums-Sha256:
 756bca5badcc6b8ce7614afd23e292a7afe9724eb6949c182bdd64dd005b8276 1887 
vistrails_3.0~git+9dc22bd-2.dsc
 df6fc334588b0982e6f310885c2cfc014db25fdec0530ee0fc2489f066f4dd1a 18192 
vistrails_3.0~git+9dc22bd-2.debian.tar.xz
Files:
 f3073abb811309b4855d5cb37b3113b6 1887 science optional 
vistrails_3.0~git+9dc22bd-2.dsc
 13a419fdb46510c44b3d182a47f4f490 18192 science optional 
vistrails_3.0~git+9dc22bd-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3lDuUACgkQy+a7Tl2a
06XHQxAAoMZsA9UMlZNRjw79hIhf2Y2kh7pULcSkM1kDP7VSE4KsSkIrx6BG4wLy
OQJ9S3a4NBhQ/T4sxVeoJkTs/qpsSvz+huhFBTnjdWux1SKi/XyXE/VsOxOLgE8M
HD2mjerGXCTMS/TpJuq9wiiP09pxgg64kzb9NEBcfeHw4xiDCnOGbKh47W1XwkSG
jc6YvDaHKJFCGwiuAkFluQerTWt/TC6gosjlcx0pvvRCvWaSS24ZejRY7tfAmk6q
wtHoU2pE+vQB3YCILVJJE4Ul9eh34eq5XAHROJH7NWz0awO33qMMoLH/m2kG7idv
ycwVXsY4Vuwaeo+OJDxKpSXWOhAKigaVwSLRRJGhy/KQX+YqCv+UfyA6KHhp4n9l
p0n7CWt6LaMRGsm5TCMcu7eP3jFig2Pvrcfw+97tbSpVImU4BgL1LJYQ/BRAmF3e
d33tZFWU0uv9e2mE7lPsOXCwhithMTOh+YJj5m4gPATE+pCdtVP0VWF9YfH8UEtr
wjUIq6JhCn920E3WIS6OIj4LH4QPEDpwvnD1KbTN82onF7gTYN8sKYAQfGsgqtd+
kUzwlASCM9IBRx3MnDR0g4+/iddkAS68DsCPcBReeZqp7CdFozoAcnKKTA8A0FIl
Okqpy/uVW8vKnYXs30HVgLeaS9bG/7063UpQYaOrTDQQCd9wkt4=
=jceP
-END PGP SIGNATURE-



Accepted mpich 3.3.2-2 (source) into unstable

2019-12-02 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 02 Dec 2019 09:09:07 +
Source: mpich
Architecture: source
Version: 3.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Closes: 945933
Changes:
 mpich (3.3.2-2) unstable; urgency=medium
 .
   * Force gfortran over flang compiler for this release.
   * Ack. bug fixed in experimental release. Closes: #945933
Checksums-Sha1:
 589ea16afa0b8cb9c95162abb2ef18640e35baa5 2509 mpich_3.3.2-2.dsc
 5c311c0b0735bd8491da273dab34c201921d8dee 339320 mpich_3.3.2-2.debian.tar.xz
Checksums-Sha256:
 512b96cbd46fa1ab6b8c8724083219633d60b702639dbb8e997df24b294ee081 2509 
mpich_3.3.2-2.dsc
 e56a8ba5d9c691bbf703d2073aba370574c47e0b6e2ac4153dd8edef4e3fb70c 339320 
mpich_3.3.2-2.debian.tar.xz
Files:
 929827a72cf8b88db6cd30bc2bbc9482 2509 devel optional mpich_3.3.2-2.dsc
 1b9be3afa0ae13ce8dc682f72df1ed0d 339320 devel optional 
mpich_3.3.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3k3LMACgkQy+a7Tl2a
06VZRQ/+Oa7dtMoonIl6V4dmC78P/LWm0W+sa7UJiWVbO3A0jmolrvox/1mbDx5y
48x+U5kILjBHkhni7OUC4LwQKPJqradpLHtPHA4tk3182QJfj8kGw9D4RIroKOmb
EOh/aX0aP7cGxPkgeO/yYEheyi+2RIywfoBTtMKVqPUR14ryZKoAwJuVBgEFsrFQ
w4fuhVEuo2VAkw6aFC2F8jd3p7PzayLLSdl7fZbT0MwWknkN1JGAPcqfTgQlzYDX
L6GrZaeb3ka19EgH/+ZODd59XaN6d7l5cy0VZt4TM77Xgw//tfd9rGDJhCzcX9Cz
i9j3UoxpmfQVAq0g+rYQQPpOZv4Lwmc/MxXZZksCfF7tQ3VpiUiXvQZxd0Z4F7HU
hF7Cy25D1QyK24f8zjiqzIVe7bSDwnH5hh6JqO8caihqCv5EWqDy42ZmTEscKGEy
PDGm2IL3V9NqHkHzHX7EB7d/u7Vc8hHUd24m+Tq3CdtDmfJveiWL0M4pUzFtqTow
UD58Ym2G0Rf2g/3qf1dUtAuhZCLY4vxx6atLUH7qewJpQedTSnmHfede9h8m1m8z
QCfHWZWASKmXX+B2mqE0Z3rrvFS+DiwuuQSe+S/ckvGVJYP/b1cP/7RuoAVyFL1O
HTAc65k5rDQ7msTNXpm8OzDMGyEGoYgnefxxumODGVB+IpxyLuE=
=cVe1
-END PGP SIGNATURE-



Accepted mpich 3.3.2-1 (source) into experimental

2019-12-01 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 01 Dec 2019 12:04:44 +
Source: mpich
Architecture: source
Version: 3.3.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Changes:
 mpich (3.3.2-1) experimental; urgency=medium
 .
   * New upstream release
   * Drop obsolete Breaks/Replaces from d/control
   * Standards-Version: 4.4.1.0
   * Fix NO_REAL128 conditional in d/rules
Checksums-Sha1:
 f2ebc9f090b5666ef27f9f36767e87630ff0b85e 2528 mpich_3.3.2-1.dsc
 4bdf24d421ddd503b2a0cf5fe8cada6dcf850aa7 13116704 mpich_3.3.2.orig.tar.xz
 f64d8e5699e7067750e8864db60e2e0b30dc0fa0 339224 mpich_3.3.2-1.debian.tar.xz
Checksums-Sha256:
 d2ebc5570414a713296c3245a6d3dd3fc42e30366ca7c6465f8c99b42bf83673 2528 
mpich_3.3.2-1.dsc
 1d66b93a796a111cdc030048a9978254e93acbdcaceeed4615934ac263580d6c 13116704 
mpich_3.3.2.orig.tar.xz
 215e7d062b885027f1cf30ddd968fbd5f2151b88648380d046b9c0ee68d1fbcf 339224 
mpich_3.3.2-1.debian.tar.xz
Files:
 8da190ef83428d815e52f958076d491a 2528 devel optional mpich_3.3.2-1.dsc
 743c6cf8ab4f886aa002343fe1ace536 13116704 devel optional 
mpich_3.3.2.orig.tar.xz
 31f4cf8ce2526eab9847c130dd089fdf 339224 devel optional 
mpich_3.3.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3jtQ8ACgkQy+a7Tl2a
06XZpRAAjtd4VOA++SDYznyPjJxASKFGibipKRQRXLnlDXLA8c39Zefl7gQO6lwR
ghxxdXEsr0Fywtrd/CX8Ws3GmMZirfVen1tYcZAnSkGRATIvNpLY3f9pYjTKsEys
NRwMQ0uBUEXt18FXbQu+WEDDlNwWBPZeM5UOKEyePWnQpBTrj3IaMPzSP9PAiXyS
4uCJEPccz3pJ2d/Sp5kCaKGXxUI8KrOZBRklu5iJ1oFiaHvoVkuFltLSXUudq0e7
k3cSEWXCII9xa0+rUq0A/qsVUpAx+YcY6dUPt0YgWE7KTBIUfmTNlXXHU6Trq2AB
2JNde/EoHXrYlt2CS6D7QeTei8Jid6lKsrTEU6LmVjPjC5++6MGEqEjzum7fOD5X
18iqsz5okL2LYpkg/wPQxL7X+ueZiBGUu3yb45WJtPpiqFzj8XuwYx0vEtm/LyyJ
5urOgMFtKjvBBVXbIqaOGNc97gBCdjNMqu8rclSkIg0FvL0RSfjmqnPqnKMHUGxh
oOGf9rIgP1CGBsWr9gtRgLjg7nCNvS81DGJIFqEzbPhitJ//MGcq9SaIuLR/zkK+
KgxRKGanCNHbFMonXFFSviriDdcM9V6biAT0Uqj2/CBM59k7Ug+76rci4BfuPTvZ
UoMfh9am/uX5Gu66C1QtcnmXn7DwjKPKUcE/hJ3ll5Jh5r5pfBM=
=GB9E
-END PGP SIGNATURE-



Accepted magics++ 4.2.3-1 (source) into unstable

2019-11-30 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 29 Nov 2019 12:41:17 +
Source: magics++
Architecture: source
Version: 4.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 magics++ (4.2.3-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 4825e1e0e31519205c526b33f6e7b3d766807b2e 2702 magics++_4.2.3-1.dsc
 fefcc1ce6beb6673510e83b77b8d40c0bde84792 45968016 magics++_4.2.3.orig.tar.xz
 6468efcbc90c9d8bfd8ed9d97525e5b2081ab172 18064 magics++_4.2.3-1.debian.tar.xz
Checksums-Sha256:
 4feded36e42fd71ce98d4002239bc875fadf2879bdabd2469d02502d0f5b9e1e 2702 
magics++_4.2.3-1.dsc
 7de8840b6d125f0abd44bd7c264e1b04af103fc0eca161698909ee29aba27845 45968016 
magics++_4.2.3.orig.tar.xz
 03e4c461562af1f6d42cd1a3c0c2b53a6f91abec09ca6b5dfa61d5b408f1c564 18064 
magics++_4.2.3-1.debian.tar.xz
Files:
 cbb2b0f3ae2f520c24152ffb79947d1a 2702 science optional magics++_4.2.3-1.dsc
 6824ecfbea3b8f0b39a90b2d23e17ac5 45968016 science optional 
magics++_4.2.3.orig.tar.xz
 56b193e932b407a507599ed68ce6f1c9 18064 science optional 
magics++_4.2.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3ixp8ACgkQy+a7Tl2a
06V7Og//TjH7V/qnoOewobTXuo3n7bXMm4U6PshCyU8tTq+0zbRw3Q0pIia4hN0U
MlOUO0ZRN4F6vcILmZo9lYMh8VFF1vlultFYUF0wMMHmRgQo108r9KcPDV80HGBZ
dMzN4PnDvdVGmvucimyddlePMnZ1AKMpjyTP4bzvEbAixoaUy/utJcqZRtD6Sk/0
YfrwyYbWICePgA5XDTjGC+jH/bNIEavkgHyf/WmQm2ShMSch0U6gyAZEzfUKLW/2
eaWLdtssgF9VJb6uzVRUMwQipYMGD7tGhSiRlZ32a8dFuYUVWufXOeViDC3HtbUn
IheH3Ml4Ae/g95ipWU9+k3tG232mNnom7Ns0hRacIms+4Ru1aZZmmU0P74v3ZlqY
b3dpDhcpkxHtJRn8vE3nMFA6PWs8ZH0kGxKoGKtw9jtvQujhVJeCK8Jah4tUvkAe
1Xythinkabm2I94xGWCzRnq6jAm1pkExo0zCh3T1BRRURtjvD8IJpsGN3avAAqHG
bgSRJfXM+RI69qRPbIveC63pVN5KGvoHwlcgAAHiddlst/jqEPJWCPtkuunDLvhS
hWzBaHXxoi2qqZCwNqDouPorC0NM3nFldY6R6qihjG1ADrndx3gpvUQCdpaqIbEi
/hyTatqSm10iD656fvHQmcXjWbJUwp81DNhLUYL/ToUedJ4W4A0=
=rygv
-END PGP SIGNATURE-



Accepted cmor 3.5.0-2 (source) into unstable

2019-11-30 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 30 Nov 2019 18:53:58 +
Source: cmor
Architecture: source
Version: 3.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 945654
Changes:
 cmor (3.5.0-2) unstable; urgency=medium
 .
   * Drop unnecessary dep on python. Closes: #945654
Checksums-Sha1:
 b898f9b67e43b5e126423cd9f8850af1c180e221 2272 cmor_3.5.0-2.dsc
 41063f9815052b299bca4334f6f577bbe6a405d1 30748 cmor_3.5.0-2.debian.tar.xz
Checksums-Sha256:
 e315c3dfbb3f701742fc33ecfe1c464579a77fdb58efae6aa157cc22847551af 2272 
cmor_3.5.0-2.dsc
 cff0414f2cadf509748949382c7937af4c4b3b1585380806790ed03d0cbc5da5 30748 
cmor_3.5.0-2.debian.tar.xz
Files:
 f536c900edf92cd867a315d54eac43c3 2272 utils optional cmor_3.5.0-2.dsc
 c9063d1e40969c14c01ea4ece42ac61f 30748 utils optional 
cmor_3.5.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3ivVUACgkQy+a7Tl2a
06VHxw/9GTnWkFkuGD9GV09uYkhX6mN6TX3hFir5X1A1rhoLZtWI2ZCZ0ebzTe1E
l086GUDfAw/MAtemwvJKcqR7R8VetNXJHIUbTJhqAuNVKQlGGf3eJvwjTJ4jPSKh
7uftwli5WJyDYmFGUL+gjAb/Y1xSllTyvTPfVcnpbtfCjcaM0DByj/aKMm7NnDzK
1TPB+PgWNNKztqX5Ad9J/Vyb3Ud9IfexlY6555QqE3irVJSL34w8vti+rTbxqUsw
Fl+v2ACzWK8we33d1KZYi+N1teGxw7G7Xw1Y9jz74BQdkRSa4zq3WBjL+PUazrdZ
GiUZmVjlx0BLj074rNOVr/jiaxZn15URN7pVWsXP1ChSC4xbpkajTHRbKd3VSIlZ
WQHSyp4F9xVRlEJbjT9GfwnWPUCpkhore/84DlpOU/KJS0QokM8l2m6V9yiWHxxf
I7uCBa/TIb4+WxOtHIxgJD0KTtImJlqkX9hYCLh6etTyfn7sKjbbM3QDL25SnMWA
wEWWibPm3crIAKAnZqLmWf6zy39Aw+0i6WXIv4apbd0E54OcFK6qfAS2WYJ+5n64
J8mndzskIWKrgDoyVPMvBsPEgtVSn9K/8eZoKCi/I2r9kSKOcyw+kpVxY4mMknPe
5eDn8K035svo1GSEU838t8HuM+q8Oe3vZyqMXOF1zFD3FS808Sc=
=BYbE
-END PGP SIGNATURE-



Accepted metview 5.7.3-1 (source) into unstable

2019-11-30 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 30 Nov 2019 12:49:54 +
Source: metview
Architecture: source
Version: 5.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 metview (5.7.3-1) unstable; urgency=medium
 .
   * New upstream release
   * More work on mir-32bit.patch (use size_t instead of prec_t due to
 lack of int base class in eckit SimpleOption)
Checksums-Sha1:
 714d3bac555c8ecd639266dbf396f41bf3d9ed78 3085 metview_5.7.3-1.dsc
 021cd233a1ea150bdbd81649468be72dbad0b90d 5561480 metview_5.7.3.orig-data.tar.xz
 16f20c1178d22da71c1e5d363ffb976e83026de3 42763744 metview_5.7.3.orig.tar.xz
 07fac6a58a5a6fad4c7c567b15ff4fd2a41078bf 44948 metview_5.7.3-1.debian.tar.xz
Checksums-Sha256:
 8980153dbf145c9ae172c74bf363a0a04f7cf88af0612a39dcb61886263d7542 3085 
metview_5.7.3-1.dsc
 c8c98e3cd0c0310132f4c90acd7ccfdd8ad0c2e99e3f63b550ed229d981bf560 5561480 
metview_5.7.3.orig-data.tar.xz
 8fefcb94b2bb75d9f978d700343401b60af81f7f0553477fc578bc308fc95525 42763744 
metview_5.7.3.orig.tar.xz
 7b95e7c89d9600420f6fb6449f1485dcd1cbd0e20c3fbe1e60a0109f0fb8e6a5 44948 
metview_5.7.3-1.debian.tar.xz
Files:
 e3244793ac1ebcf0b2c182228cb1a696 3085 science optional metview_5.7.3-1.dsc
 8632dda64d963ded4faad85c1cf3d39b 5561480 science optional 
metview_5.7.3.orig-data.tar.xz
 682cc1ea59589c941843102a3b95af99 42763744 science optional 
metview_5.7.3.orig.tar.xz
 89e766a0450fc7aedc474b76156ecde5 44948 science optional 
metview_5.7.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3ihHoACgkQy+a7Tl2a
06UKnRAAnWiQAqwRRW1s41GJn+y6g9ELo216g8Bd2h6EjF8Gflm4yWYpEyWPSOBt
lxH2OmNnK4xL2RWCz1vN8oe5G3DA6HEeLvq/JyVwcFh5vyoy7KnyrBw85HO/+0AM
kg4JSGlckLPyYvFNf+Z1n6XbEilTGw+60qqr8/2UgHedzsl9o0QoLJB6JWdoBsZX
33dIMvE0T1AU3L22xaOv2qVAuCTyOLVTyHD5NWDGDE00Z266OhaifepAqSo0cl9i
5yrSO+3aJuthw+ntNbPehI6dvgpVpUAXuvD05e7iA95HJo9HHRumcNINiIdOA27b
NwNChNfAP8ySkL2ubBnnVCMoFana0SfRUAI09afyrNFEjC+/zYO/40ebI+/HcbCM
Az2ij5dSBI//7aSwD2sv3BGtJWV3ywoU09LKYz0XXPfLGsG6ra4+avzgOx4VcIaf
WZK+ntsKO02qrbqqBlpuFSK303CACfG5ZKXElwQbUcZtHxOapperQuyglouCWPSf
4t3xdeBNAHE66ImnJmA+JMWu3uHsJWrW4YhjA5J0Vr2u+DMqj8vRboslougn+gz9
U9bFwNAhFL9nD/z8+CG2sf2D4/EczNI8vy1t2OiW4wL5DmjM3sAOLXZcC/pCsO5c
sabWSxGFvSO2TdX321RdJrXFuTXWU7W6HY/OfrVE/VC/HE62Opg=
=A/Uv
-END PGP SIGNATURE-



Accepted cdo 1.9.8-2 (source) into unstable

2019-11-30 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 30 Nov 2019 11:31:10 +
Source: cdo
Architecture: source
Version: 1.9.8-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 945649
Changes:
 cdo (1.9.8-2) unstable; urgency=medium
 .
   * Drop recommends on python-cdo. Closes: #945649
Checksums-Sha1:
 2b6280b6a4e226acb58e1a03880f2cee63043ce0 2324 cdo_1.9.8-2.dsc
 afb5f524b514a067f7df73565f66d46a2aa6aa7a 11324 cdo_1.9.8-2.debian.tar.xz
Checksums-Sha256:
 b9c3134f0cbf1517746bf11554329d840ae67efc9116d8d95b8864cce4bb6d89 2324 
cdo_1.9.8-2.dsc
 c18bc252fef9e6f887a5df5d8cf3334728211b19c7b4fefb40fcb5ff262c3f3e 11324 
cdo_1.9.8-2.debian.tar.xz
Files:
 06c23b4f011d51a8a5402a44a7839da4 2324 utils optional cdo_1.9.8-2.dsc
 5a4e69b1075d59dfeb9d7e49fd44ea83 11324 utils optional cdo_1.9.8-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3iXU0ACgkQy+a7Tl2a
06UnQRAAoUKpmAycTxXRIGiujbvCslRPfO+oX2HVEDNZGks6aZU+kBSVlwFTC4+p
Ro9bcx5XRr2zrTCbgjeIu4JWVl6+rAIrmQaYkhr4Y3QMPrFsXQM5DC0eH5FgR+QI
T6m4HGy3sJbYxR8SaZ+MqpLQ90hWpFh8c0jiDbbByCIZ1p2mYsrCPD/z2twIOPQN
QAEQJOXZxYZKc0gs1y1lPnJbNDzW7K1tivEsAMS0Afbd1Uu8LkEZyGE2UZr04jiY
8vY5iYGCbr5sKpPZfb9XCmoInYxba77c5atSAsc0dPZF/4+sbnYNMawValhFt3q9
1aHF9xovDUFZOUZ/1dXXKorK0JSe6K3W+8nF/zPxPiRz0lHqhnWDUZLjnWcUZpzV
MZfWtrBJFfRGUOl+evbtoC06omzWot45u10BzhsiOfgJoeXKaUCuCf9b5GlLp+qI
pfvcvlggjkTTyZNCTdG1EWSnW89YXrABSLaJHzXxn3epTasoPhAMZJ4Qi0KeWP7c
1iZoKxKl1AwZLEPSIgKM2tTc9TzDNlrIbSlzSnhUZPvFsc8Rd6C46S0PBVL1XMXs
JPaZiHCK8Yxxi4llbnr9p31nVc4O+utTcqoGfEhl33fCqfctNhGfNkqR8GHb8QUw
O2e5s7S3mJUK1L8vp6h54uWNmOjyuKMJQeJJMZd5gIjDjXMWAf8=
=mnHJ
-END PGP SIGNATURE-



Accepted eccodes 2.15.0-1 (source) into unstable

2019-11-29 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 29 Nov 2019 14:00:37 +
Source: eccodes
Architecture: source
Version: 2.15.0-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 eccodes (2.15.0-1) unstable; urgency=medium
 .
   * Drop Fortran-Mod: clause in d/control; dh_fortran_mod now uses
 ${misc:Depends} instead.
   * New upstream release
   * Standards-Version: 4.4.1.0
Checksums-Sha1:
 dda9547e3836705408413e34655ed667a3e2349f 2671 eccodes_2.15.0-1.dsc
 b79651b3b79c31068cbaa58903aa2b00bfa0abc3 102516832 
eccodes_2.15.0.orig-data.tar.xz
 de526976031c945b23c24233daea9977cac3d876 3206144 eccodes_2.15.0.orig.tar.xz
 b6db272ecadebcfc0e023f143617144faae4121a 25152 eccodes_2.15.0-1.debian.tar.xz
Checksums-Sha256:
 9cd68bad8ad796d4514bf7ec07e79cd4161f5a3413a28883e8768e2c7dcc3ee0 2671 
eccodes_2.15.0-1.dsc
 520afc7e5f1f0a9e40917efd380c654bae3dae34382d34cf524cf0e728f47f64 102516832 
eccodes_2.15.0.orig-data.tar.xz
 3641cbb789d9cfd0562fd2ad06aa5ca57a25b20baac8da4440493a0e3301df3c 3206144 
eccodes_2.15.0.orig.tar.xz
 1d6bbb4351f457e20fad160499c685dac1aa8c4893d18d29f6aa409c795a5640 25152 
eccodes_2.15.0-1.debian.tar.xz
Files:
 a9df40c4b950337e216004af0ca53aca 2671 science optional eccodes_2.15.0-1.dsc
 265ccff02ca3f99a4d610566eecf9d85 102516832 science optional 
eccodes_2.15.0.orig-data.tar.xz
 5e3614c545a7b8d77c3f5af6d70aa8f6 3206144 science optional 
eccodes_2.15.0.orig.tar.xz
 b8f08828ba339c2edb8d46e414d595be 25152 science optional 
eccodes_2.15.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3hP5sACgkQy+a7Tl2a
06VDfg/+ORtlKi/cNCJp34jt6//0d1/5LZDrcRn2h3s2IlKg0hddtnQYPXI6LDbz
D8/9mFDoRR6m03YL4ik+wqICieeDLEkTM0Axo6YRkY35Xi4CbiY3lWkNvZvW7GGC
al8alMkHrroe5prHVMviVm8FjFVVSwFgX6Br94C842NnX0iRyqY47BYEyDqnRrUv
1AVUrw2uPcWr3EVDDTBX6ar1sEOK/830M5ojmaSkYCUtlnrTsMic09g0Eh9CQ0bn
2NJJzk/nn9dU4osAxWjpky+MnU4RQX8QF4USKhgXOADk//42Hzn5i0lZPERJUp8X
m0a2QhYd+vKv73SnMGkJpiAf6xZKrXQ2rhCACRlffr8L3PXSAZSRy7Pea8FFvg+a
4GHxbfULt/vTZwcTc3ZMvfz39uHehFE/fzt9JA6REgDUOnXmsJ3mR2s4aBegJIzT
F6gQpKQEhBLhfJ6HBssSDIEfF3Fpnq/KxxxREIfqxPaPXOAVOXMavR40JQenxBOb
k1Z5D4bIbiw6YnW5BzcrvELb1NknDdxbYv0lJjjVCqMgu0Edya+ly/B/PZnGZ5Wk
pOnYF4mex+DzbBCABwVH/qvGExjv2u5MUkxhdKAwldoOXZmEhfKS7jw3uNe1P6fR
hTEKcTeSEDFfRl9xsqYafr1bN103dJUdfHK2JTRb5yxONfrLQ7g=
=g5EK
-END PGP SIGNATURE-



Accepted metview 5.7.2.1-2 (source) into unstable

2019-11-28 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 28 Nov 2019 16:18:57 +
Source: metview
Architecture: source
Version: 5.7.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 metview (5.7.2.1-2) unstable; urgency=medium
 .
   * Fix for FTBFS on 32-bit systems - mir-32bit.patch
Checksums-Sha1:
 d0d49a0c3ffcb59b3ff32b577ede1a7bed062c76 3105 metview_5.7.2.1-2.dsc
 d9d31dfc5e471d6525a420864dfeb1bea4ee23f1 44548 metview_5.7.2.1-2.debian.tar.xz
Checksums-Sha256:
 17d9c5818578e29f59465f7507af7b0499bd9b0592ea28a897ed0cdd1e584df9 3105 
metview_5.7.2.1-2.dsc
 836446cf32bcf3b745769849e826dcfcb81a64716ee437e4cca6b6aadfe2c218 44548 
metview_5.7.2.1-2.debian.tar.xz
Files:
 0aa6d6dba65ddfd273c7a1f05c8e162f 3105 science optional metview_5.7.2.1-2.dsc
 33b3030d9023809f00a130c6fb189f95 44548 science optional 
metview_5.7.2.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3gtwAACgkQy+a7Tl2a
06WfuRAAkadxs/OcXLITj7Pe5key+F3zwtmQ413QFiMH8jTBmRUo7XO9GIs9aqBk
KBImp0wUre69aoke4a7rL5fqlJYn5rnoULe3cAFRbNvqmXsegbEpq4846fu7hCWv
fmGx2j6TThMhsiIQnnDs1JLizKUcExLyWo34DDqnbwUsEizEAHrscSQLKk1f7/s3
iZrpWjr3PIXfXL8+ro+1pSOICHpMtm6DNxYQpJA9WWHi+SZxeNfc6nrhIY60VvWa
nBZJx0csNZlvLw1hSPM6xXa80B3vHl04Qc4fIEZduo8zDFnXyOx9rDhNCyiftXSk
dHTAte8eqZqUgw2UvC88do8nX/OZLuPvrfe2W49eSJL1fd2LsJ6O5WSKuSpj73vm
8UK8Z5GG3BwjMjd0JnOJwl+4SrWqRSgsRPbTAJ85ad7EfPtv9OI1OLq/UX3xZ8i8
vx7Go2+Oo1nVsNikdjtDtsOkY+SCRKa4PyJDoXb/0Jm5jwK3SpOICcaaS1gMxCHi
RuU8szL33plKFZooQ2QhgmtHbjuahOJHX5reX3lB3ixvptnl/nXiA9rJSWBi81u8
dYdhmGXWKDedgnd4OadADh3iwmwVUyDkesH3szyUSF9nUA/MIyN0UHUdO6aucpHx
MOhNVgQwLOwmMyTpQ0bnWVFyx0KzLww/83W94FBq0S9JFGwSjNI=
=8t+a
-END PGP SIGNATURE-



Accepted fparser 0.0.10-1 (source all) into unstable

2019-11-28 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Nov 2019 09:39:33 +
Source: fparser
Binary: python3-fparser
Architecture: source all
Version: 0.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Description:
 python3-fparser - Python3 Parser for the Fortran language
Changes:
 fparser (0.0.10-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 856ba903790adda1ba08cf02ca3e17f2007b17ef 1941 fparser_0.0.10-1.dsc
 146a3469e05559211549ce5ba8247036c2440772 202536 fparser_0.0.10.orig.tar.xz
 ea48e9436d649f0282a7525e9be2dee426d10046 3200 fparser_0.0.10-1.debian.tar.xz
 0b9c63cb200f1c956a481289a8237265fc84a39d 6510 fparser_0.0.10-1_amd64.buildinfo
 f04dba1535aef12035c4441fa3ad3c2c47cc0d04 143000 
python3-fparser_0.0.10-1_all.deb
Checksums-Sha256:
 05979b4ed3e8bd5096d8af50e369a0e655807e15e460b61d8ee46d3aaff83d4a 1941 
fparser_0.0.10-1.dsc
 a72ac3d720fff97c55d1aeb0681a17b9c33b8934efd97e6f2ce619d97e946b66 202536 
fparser_0.0.10.orig.tar.xz
 d9b346a9a75c2012691b92a5a97a697169d0c891d822601907590877f795705d 3200 
fparser_0.0.10-1.debian.tar.xz
 722ba24c8920cc1153a0aa836dbd4dcb982109affdf85d898402cf08ea660a45 6510 
fparser_0.0.10-1_amd64.buildinfo
 b6934b4a7431eae9b5198ba2a4207af142925604ca519ba7086c2de022624b4a 143000 
python3-fparser_0.0.10-1_all.deb
Files:
 17b56c504cfce8db68a73c154b65e90a 1941 python optional fparser_0.0.10-1.dsc
 cbee79f99bbf7f4672ae9823ff0cb3d2 202536 python optional 
fparser_0.0.10.orig.tar.xz
 1811653531f74ed37cdffd464ad90924 3200 python optional 
fparser_0.0.10-1.debian.tar.xz
 2dea1bb8780996ad1ea2ea73aeb4348f 6510 python optional 
fparser_0.0.10-1_amd64.buildinfo
 1499859135ba7b70d95eae660efbef6a 143000 python optional 
python3-fparser_0.0.10-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3fij8ACgkQy+a7Tl2a
06XT2BAAqBFITkJE5fRFX81feySAiePIHXIS4p+6YgDotRUsdI9fI8cJY0r+hPlT
to4wgEpu4jU3o0ox6bXY1RX7EeyC8QtVVx3Ax5/sHosgQ9doem9TdOZCt0x3Zhyu
nvvABt43lk4ApO6QMdKvDmrwpmuCtpyCBgolxG1tEXXmJy1VHkwb3A2P01G1+jff
oETqlmsdcPsq0/POSpEU0KOk4cYl1uAY5KN+kN33DyvgUz6YYVh6RL1/82uHLsW9
jRm1enYacr9JskppXo1r6Mh3f2veyQKBTkAfJKk618TfLqhcWTcqApyofZXWoEvt
dwC9z5ufGcf9FKdeF2TGTPZdlZX/eQ7WXCmR8/3nAugSGPq6SP9gshoehVS6NNhf
0Rd14EmS/yZO7yvyi+bFusWHkF1F7OLy40x4dWwlVcJDaXSETGEd6M8p1eOf6b/a
R7cBCvNpogUqWiPgXv5q/VPra+ieiDh8zW9v6nzGMjseqskKgZ6xau+LIkuCFC7t
tAPw72eHT5yiPvUE9aaTxddxJHfRewryl/s35qcfOyxCRUk1LQUW1GaCnPjmY+yY
r5Ty/8OpV0t0XoVbkFm2ARuREIhYFjszOGxktAyRUx/XONic5t6hYHqrePMC7POQ
1oZl/GOwEwBmH84ZC0pNDojHBRG+lMlfhVlCLtGFi6pXcailtis=
=kMU3
-END PGP SIGNATURE-



Accepted xdmf 3.0+git20190531-4 (source) into unstable

2019-11-27 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 27 Nov 2019 14:21:03 +
Source: xdmf
Architecture: source
Version: 3.0+git20190531-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 942187 942468
Changes:
 xdmf (3.0+git20190531-4) unstable; urgency=medium
 .
   * Add Breaks: libxdmf3 to libxdmf-dev. Closes: #942187, #942468
   * Depend on mpi-default-dev
Checksums-Sha1:
 f4e07297506b475e8cd04e84588db9c80ced7ed7 2248 xdmf_3.0+git20190531-4.dsc
 b60d6361b357a19a3f18e191aca41c4d1f17d7bb 23044 
xdmf_3.0+git20190531-4.debian.tar.xz
Checksums-Sha256:
 edf1c359cd587bea010fce762f0b64bb6fd594b0c5d389a432f7b70669df239f 2248 
xdmf_3.0+git20190531-4.dsc
 bc636c5eac2c363f5abb22037bc9692d3ee7fac0198556d051a4a3b71ca0c0a0 23044 
xdmf_3.0+git20190531-4.debian.tar.xz
Files:
 e4ad22de937db80723fe0d5ff24f330f 2248 science optional 
xdmf_3.0+git20190531-4.dsc
 35ecf344299d37284db14ea24854cb03 23044 science optional 
xdmf_3.0+git20190531-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3ejOAACgkQy+a7Tl2a
06XNDg/+IKofLMnkJRY+xx0WsuXNMHPs5qjCydPdLNThUohXcg+FiPaKTM+mqq+M
VAI5ffwp+MHoRX+Kv87n3BbNnZBdE+QeQ0h9jUsuKvo2ppo0/sGe52Uo2uiAWPtb
7xVLvYVYuozJ22OfXFHJ1NrE+dCxzNCgeIXbYRK45g3DWCbzdLAMMqcy2dn0wYWV
IydUTpBPquaeH9KVhDmKHSsrmt9wyqnlDY7uEtNg4p/IFQRh6HaxuVNFL7udtuA7
aCp3aYwTF2lVdwaL4IoqxZXpfuHl4SFyxMUxw6dBI1xZ4bGX8lYG0SkutdO8r+IW
q4WhbotoPoYDrCQLEWPF1aGmlRJamD0r5+UD37fwqDaOJIenIBwgzSZwNj7at0MU
292iCBO9GRXDJoECQTSbfL92k1WyUIWG5x/z/Q9QVj6qBetKJsFHOIe9PthDLhju
nvxYFearnt4UX1uVW1Vjm95olOshk3SrcOjydZOxvqKUl+tblKJjlRmp+drucuLZ
/zo76U8d/0IYZBU6v2fUudoalIta8bxCuRuyD932Z9frGXsYYUJfnYHAB2956jgs
nmgh/eIGbge/40mP4xBFBzs6PvbPHTMpHqp2u2ReTLRYUXvZ4wFucrkCTrevRZfS
nIbckbuHVrCSyfgCsP5+o9zYg1FzVWuWogl80XAvJ33iVvJnogM=
=6XY2
-END PGP SIGNATURE-



Accepted harp 1.9.1-1 (source) into unstable

2019-11-26 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 26 Nov 2019 14:57:08 +
Source: harp
Architecture: source
Version: 1.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers  

Changed-By: Alastair McKinstry 
Changes:
 harp (1.9.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Update patch to use libharp.so.10
   * Library minor version now 10.0.4
Checksums-Sha1:
 2c315b2431d02e96ff5ba69ff6654923bfd8b3df 2372 harp_1.9.1-1.dsc
 2a0e317f409b2ee9f4c29bb0874120138d0d5575 6142904 harp_1.9.1.orig.tar.xz
 21333ac842f5974b4ea9a2538b58607ea0cfd7ab 35748 harp_1.9.1-1.debian.tar.xz
Checksums-Sha256:
 353248ef7a40896710af98abef565ecaf3976ab02891bf60556938913ac180be 2372 
harp_1.9.1-1.dsc
 2b21618250db89d54dfe274aa56825382ee513a55a2421b66cc069ed04d4bdb0 6142904 
harp_1.9.1.orig.tar.xz
 179c56f7fd0d57fd9fb66f92d6488b5ffdff3ce1177cc1f167169a01c80a670d 35748 
harp_1.9.1-1.debian.tar.xz
Files:
 8bb0f19d5620e2f90dfe98b8a8cfe0fe 2372 utils optional harp_1.9.1-1.dsc
 2eed0cebd039d2578fee54eeb4fed760 6142904 utils optional harp_1.9.1.orig.tar.xz
 ad3c4c78c2878738d4f658bee0a65874 35748 utils optional 
harp_1.9.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3ddTgACgkQy+a7Tl2a
06WWlQ//U3+NJmur2Uymu7LRcSkuGiAbUypHDS/7VjyNB61/aW+NK9orm1I/qKC1
JV5TRt/6Qv5yTlhTUEzHIX5iYd1XKZW04GYbfsIkwSU5I0BBY9MgjtOUdM+5CSAz
MK0Lc/TVKGls7y755BYZBYqEu9phmnhvZ7G+97g0/40FzUKCQr96E+luYCUYsAH1
zECIjNiizQu7eeBhrjVtttk6DLNaZgWikHx+k/rhGG4jKvhs7CmdmBGo/g5qvXDH
hUafpQmT5WX2uSOQz7tXTAd02wLSidmHENE65eT/XKbxtbnDKxzJXK/fGyNVk3re
ZAYqeTaJ3xDHZ/mYByouCmJmQk5SKOoO98jqtf8UiOXMHEDj0OOTAD8KCxyKB0XI
Q9xA0X2aO37+hdKzMvNYtT5YZKrMKWw+gRezNz4CqHTQX1Q11YXud+Ih3YZSjR/f
HdPO4opuKL9pMU8qFs3QUmbjA5K9f+IV+5P0IO9wNgpMnxszYPKzSAv+E791iApi
95hXvQpU/lBCSOeMM4VlDEwi1UFOH4sb8ShDjpescCF4gaKUzoADFGs10pGmrpzh
csMvSsiMqVze7r7qn0FpM12i7eq8dKx+QMv2+FAPkWNWGk6nEbYD6VpyX3IdMgwb
atBW88pPFK7Zhc3iVYbXgawn4JOFAPvyV6RzLLfAGs3PYgqxjuQ=
=p71m
-END PGP SIGNATURE-



Accepted modules 4.4.0-1 (source) into unstable

2019-11-22 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2019 08:59:51 +
Source: modules
Architecture: source
Version: 4.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Changes:
 modules (4.4.0-1) unstable; urgency=medium
 .
   * New upsteam release
   * Standards-Version: 4.4.1.0
Checksums-Sha1:
 01b6d278f4b7c2b57e4a5dab6663d70fb079822a 1915 modules_4.4.0-1.dsc
 8da0cbe5472e28a5274581712121b1edf892954c 1274528 modules_4.4.0.orig.tar.xz
 28eabecda87e86ed33aabe6e8781c4e542f8cf34 6700 modules_4.4.0-1.debian.tar.xz
Checksums-Sha256:
 66c3df41fc5a72497461ec86c4f93df5fd96d7ce3b2bfd5cac00eeef36d743df 1915 
modules_4.4.0-1.dsc
 f408a112ccd6d3359e4c4f4dd5eded0de29f0d1b974566e401c37c0913b55fe5 1274528 
modules_4.4.0.orig.tar.xz
 8b2098a05d1439daee99f21106d87d6068c365f49ff663bf6ca2c0d439192be8 6700 
modules_4.4.0-1.debian.tar.xz
Files:
 b20341c37245e0cf98e330531830ce44 1915 devel optional modules_4.4.0-1.dsc
 4dbf6011dbb94c352359a641a780dc8c 1274528 devel optional 
modules_4.4.0.orig.tar.xz
 92c00a2b52a2d287a0cde131f77f9bc6 6700 devel optional 
modules_4.4.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3X8A4ACgkQy+a7Tl2a
06WmCQ//XLSnSS2dVzj5W67OZBL/qQF1SIJxLdkMiV2nZSdigguS8ff602vFVyXb
I+H8/ORE8soi5E0b1uZmUkpRL4p3EEkdoJTi7phxH7os0vY15P3vWDtmbiCvTHr1
4/DUXDMvkMdTbRdsynrdnHHZNyn9wFP4m5vohUCBi+P3ON0gHhI18CkL25ZF2G2W
cjZIHySRD5SmZKGaukPQ97ZpqZccdxHg/W2HLu5g35F0AQ0rdgBKRi+gvqeDI1z1
XtOwFrVgY+g+kce23KPNqabB150mFdQk11EVi4cHyf5PWA8ELyKn+KZ4+znYKN2Z
UBp3TbPbCowOgrOdHiREBp9LD3/s4Gkn6mRMRF2zfUc4F9gIGKq7TXo4LEZt4L9u
z6liag1/7NLcvu7+g6VC7f8MH75EulJ/y4F5ykr3eo+pb+n2qzI/vfy/9CXyGIJy
Q8dkmmSXT5bqOcT9PS36BseFDASMOGfymPrtI4gzAaGpBP5l3i0KyRwPmtm2OCkG
h18mG10e+wSJO4+PEvwzDrK5W/I0X712jrQM/+gCrdcDMlCsTPnRY/lP/S2q8Mh3
1EN2wLicRf990UcwslMiis3mkgX2Q/gRGkKALeg39fuc7C2DSKpkSLyaa2o3/mf/
pIFyJX5Xac8qdGhYYsEhN/UfS3WNDME46CKQDscZtvP9PVXv7rk=
=KjjN
-END PGP SIGNATURE-



Accepted openmpi 4.0.2-4 (source) into unstable

2019-11-22 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Nov 2019 14:35:36 +
Source: openmpi
Architecture: source
Version: 4.0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 945170
Changes:
 openmpi (4.0.2-4) unstable; urgency=medium
 .
   * Version numbers on libs changed:
- libmpi_java.so now version 40.20.0
- libmca_common_monitoring.so now 50.10.0
- libmca_common_ompio.so now 41.19.2
- libmca_common_verbs.so now 40.20.0
- libmca_common_ofi.so, liboshmem.so no longer produced
- Closes: #945170,
   * Close old bug: Closes #945121
   * Update postinst scripts, remove preinst scripts; remove stuff no longer
 needed post buster
Checksums-Sha1:
 daa7ed3f9cc311d6096fbc89e5241ef04f3a778e 2635 openmpi_4.0.2-4.dsc
 6b425d3e914dc3ac1269db1bf6bb5854f9cf4668 62968 openmpi_4.0.2-4.debian.tar.xz
Checksums-Sha256:
 3e2a4bd7a1a61ebbaab593bd68f024a5f02fda798b5fb99f19f4bbf74b7699d9 2635 
openmpi_4.0.2-4.dsc
 c2ec6566cd646757dc7c9397771a1712e9b080c896ebf9b74140c41e8d16cb3d 62968 
openmpi_4.0.2-4.debian.tar.xz
Files:
 1cc71435f7c4ba78b1982e083132ee78 2635 net optional openmpi_4.0.2-4.dsc
 562916dfb053f7ffaf95a6b43401b7b7 62968 net optional 
openmpi_4.0.2-4.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3Xh4gACgkQy+a7Tl2a
06Wc7g/+Oq6tyCHvLkyR4JDxSFMG8EWENK+bnyfH2oMioUDa72hMA2uXGDgmzNqE
ditJKdS9iJJztyBLOUFAmqLTXjA8KdLGibFBxuCAgi/NZZ7ZRwHAOSQUHR/zVZsP
Dsyqsj1/OHC4HoZYJc2fTaUJG1y/+OnMSr6I+XWCmQphV71JHZgwfa4d1jR5Xmy6
CcdENGgtCa3V0jw/1QlkCF3q7fm87OeonFUgDDe06oFUzRStWM7EwPEFjdyzn2MZ
WRiDtzR1cn0RehW+3aRLtJqJWPSxsHWNndb5uL9QB3FhS0+Ta0HbIFjYJcGwNuzG
sf79pPU0GzrZXzZTSrLGXQexw2cNx4IltUOxXK4dxeRlJ1LQFDbSNTVeQKMwD2l6
TM7whmNgWOB4TSMNyhzfQ4UCPNcW9LytmxgEUoQjfDU1xO/OLqQNiW7AmOEWuc2u
UUBg9TqLyQ/9XwDDGnnSXT5Ji7O4nbNoRjV6KC1HnSmB1wiW6bMVD0uKxBglGoWj
V5h+YN69qgzf5dm36P8BpI3V3iMSAVPUQc0hvh+/BLIFvR2K3pS0L5b9rXPPoiEG
VLAnyJIrn6ZKYnqohrLFFcHeJwgZKQEDdn1451jJo1D4WKjJYMLi1QikXUYhiUFk
yaXUvhswDIsVdP79RiBiLdVqUOebJKj1oF5gYozj8kYgkCw0rFY=
=IM1Y
-END PGP SIGNATURE-



Accepted metview 5.7.2.1-1 (source) into unstable

2019-11-21 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 21 Nov 2019 15:00:45 +
Source: metview
Architecture: source
Version: 5.7.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 945096
Changes:
 metview (5.7.2.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Add missing build-depends: libxxhash-dev, libsnappy-dev, liblz4-dev,
   libbz2-dev. Closes: #945096
   * Drop ACCEPT_USE_OF_DEPRECATED_PROJ_API_H no longer needed
   * Build and include libmir and components
Checksums-Sha1:
 39d5be57ec39e6dc56857afb136c9f8f5c4956f0 3105 metview_5.7.2.1-1.dsc
 021cd233a1ea150bdbd81649468be72dbad0b90d 5561480 
metview_5.7.2.1.orig-data.tar.xz
 083def35268062f8e6154d47a7085cba34aedd6f 42748444 metview_5.7.2.1.orig.tar.xz
 43788287b971d9814f812e04a5839ae73fc38c28 44352 metview_5.7.2.1-1.debian.tar.xz
Checksums-Sha256:
 3eed05e29841421c7cbd4eb3eeed99200c5fd61df9127476f508b6765bf2cfbd 3105 
metview_5.7.2.1-1.dsc
 c8c98e3cd0c0310132f4c90acd7ccfdd8ad0c2e99e3f63b550ed229d981bf560 5561480 
metview_5.7.2.1.orig-data.tar.xz
 1c6f85d0efb0c86ba5b078e3f1b34226ebed428d03b67396e65589064502be11 42748444 
metview_5.7.2.1.orig.tar.xz
 455ea5c41e1314f994d9fe9661b66612ed1b405c99061a7169ff2a0693ebcc92 44352 
metview_5.7.2.1-1.debian.tar.xz
Files:
 6fcdbb60972b4bb07fca19e4bf036e75 3105 science optional metview_5.7.2.1-1.dsc
 8632dda64d963ded4faad85c1cf3d39b 5561480 science optional 
metview_5.7.2.1.orig-data.tar.xz
 1d8eb0ed6e8072beff134786a6c5fef6 42748444 science optional 
metview_5.7.2.1.orig.tar.xz
 21b8483e3260dce79694a0ecbde81456 44352 science optional 
metview_5.7.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3WsDIACgkQy+a7Tl2a
06WD0A/8DYzEY3Ftz1BtFeMbWjaQS9gP7/QnM5UpFfh0WhnrVr/NcBRl21f55r3T
9LlDNi1vfH53PdlyObOPQ7TforThQTXKb1tlt50idNxHhpIt5wGGF+IltNsWto40
aQ7FK97gh50SsanDRvxMf9uV5kUZpJiJ4te4JNqv+MbwaNNFux08dEBTPos5qD4o
WCbhMDJai+7dJkhmv0T6cAuzptlyojzursbrvnDNvtOsath1cgCJiBrLPJ13tSr8
cmyp5SWy1imfXCQf+uJuvGsGJpNn1Gr6FPkwvUJSM9xEAZjlLmw9XLKpPA0b/Rq7
C+n4qZk2zaFFGVmLZBzcTLtIAzmK4CTuymsKOhN6G6iqNsyNiu88UtLOPydWqXWM
CAoyFSPqLxfxsduJGh65g+FDFuFHDPvpwN3sD+3JaJZAa30tckY0IxPVrlWcGGu5
Vg/w479NHaRoUOHP2u08ONwjPBIHI5PuEFljDl2r6eZSP3W0X5HVNeHDfbtlURqg
Tz5tqATLzR61V4K5+XAxkT+jpSVj8nlaAAxT42uvOSlV3yHJcCzFo0w1pptKcvtg
MEwYwri5NrRpcx4zlMeQPtIk21iMjA+UIWDlsyxJTlYg8y2dR1jAGF7r+84jZbqz
WyqhUyYHF7FsIta67BKcHsqMswM1hgEZ0tiUDUYruMBPyh/Q2f8=
=WrQr
-END PGP SIGNATURE-



Accepted openmpi 4.0.2-3 (source) into unstable

2019-11-20 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 Nov 2019 09:24:14 +
Source: openmpi
Architecture: source
Version: 4.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 494046 814451 916159 916794 916860 933738
Changes:
 openmpi (4.0.2-3) unstable; urgency=medium
 .
   * Add dependency on libevent-dev to libopenmpi-dev. Closes: #933738
   * Drop deprecated Fortran-Mod: clause from d/control. Closes: #916860
   * Enable java support for riscv64. Closes: #933738
   * dh_fortran_mod now adds Fortran dependencies. Closes: #916159
   * As of last upload, openmpi no longer prints warnings to stderr
 by default. Closes: #814451
   * Recent openmpi works in chroot. Closes: #494046
   * OpenMPI4 works with hwloc2. Closes: #916794.
Checksums-Sha1:
 647b61d2ca14b1f941894acc529550e820b040a6 2635 openmpi_4.0.2-3.dsc
 bbe0590a92e2be6ea5f17e5d4bfcad9a12c0d1e3 63484 openmpi_4.0.2-3.debian.tar.xz
Checksums-Sha256:
 f3d5a0bd68fe0afe66abfb4ec39fd79498bf7ff66e54693cc7ae7339755fe3dd 2635 
openmpi_4.0.2-3.dsc
 004f103f328c7f6d8a57d3a970743ab0513138690f8d8387c2ebf0f077016a3a 63484 
openmpi_4.0.2-3.debian.tar.xz
Files:
 8dc499b9b276c2d55d03d275d25dbbad 2635 net optional openmpi_4.0.2-3.dsc
 38250d18608b2812b5224270a060a791 63484 net optional 
openmpi_4.0.2-3.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3VSEYACgkQy+a7Tl2a
06UAdg//cXY04vgDI5IMsTzHwO4ydlOyPIInXM3lt24cMW2yVFh3zvjYdlgr6IUC
t7ppvY6mX8Dot95IRxhTnzStDhh82GDllyaJJNWFlcCt6K+ssVhL9UeBulc4EKeM
6ZvD+Fx2yhs1uTK9erb6JJe78ZlpsuOcNhJdA0vj0lQsxNVEB/8cj5DOw5bIn0Ha
FUD8uhY0mMNBWof84iSstpdjXLdJ9yZ4bJRthaye0VtacDXyO4JWNz8kFOh2DRwo
pC04xtxy0EeK/vfFEoEUXpNlod8UY2/ZO/L3KFY9JYJFbPcgK3gqF8+JzHAwzCh3
xiM+zYPIdRKMfCAPzy3O4qPuDfgnkQOOBgMi/ccNyxajlye+FbfvBIusVbIc3B8k
hjAtW3NvPxnf7yhgS8bg0IvjzX1C/CK4vgc6+Z26FP+eXG24IP8N/kYWw6Lp+v+u
2/kXHNh0uiSkhj1iXbYvwSR5AE4NmFZLuuwiidIBLaV9HUVgjE7/rHMEFBhn36Fd
7g8PNEaWlERFzDT48B0GC8zEgEmvQmojzqe8cpK1rnnaC6PcFNJ3gMc69huEfypV
Nn973IKQmuzv9doDlJ1/UktKsoEI4qa3XBKip2H1j4DpQn3VBmL/+B4FzfJvLmeT
sxqcS96x1mhKuG12Hei3sgmHTEJuVucn+TibAHTli0sx8mq+Aog=
=1jY/
-END PGP SIGNATURE-



Accepted openmpi 4.0.2-2 (source) into unstable

2019-11-19 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Nov 2019 11:55:49 +
Source: openmpi
Architecture: source
Version: 4.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 941996
Changes:
 openmpi (4.0.2-2) unstable; urgency=medium
 .
   * Move to unstable. Closes: #941996
   * Set OMPI_MCA_btl_base_warn_component_unused=0 by default to silence
 warnings. Add README.Debian to say so.
Checksums-Sha1:
 b46635811c162f911dd9b93d0e65bf977a1058a3 2635 openmpi_4.0.2-2.dsc
 5f3923acf4d9966d1355bab88bce972b8c73c240 63408 openmpi_4.0.2-2.debian.tar.xz
Checksums-Sha256:
 8575635c8cb8bb2d8df91a03172af2c589503d6e68a2c2e1ac17348592aa6b69 2635 
openmpi_4.0.2-2.dsc
 8cd798332d59e7d6027278c3998554a6cfdfd09e2e209771600577babcdde5cf 63408 
openmpi_4.0.2-2.debian.tar.xz
Files:
 b702a148c1b584c8aeac796f695e2c76 2635 net optional openmpi_4.0.2-2.dsc
 0d242e533c8a085bdbbe92f4d155bbcd 63408 net optional 
openmpi_4.0.2-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3T/vMACgkQy+a7Tl2a
06VksA//dW5z5aRrPpz1HUlIr67tMfF7eutSx++AXgjiedkjCP6CYLnuqJxpekur
s/20nt8YEsuLEtexpk3Pk756blEUWiQtUUEecHTV5Mg4YwXt6nQpM9qCvhzTeYpb
Ov1HTZS7U3KUS50r1GePtdXetUGUsnBQAi7muP2+NG8lzsVCZtUxmV3alnRRDSu1
0FN9HFL7/9PgsGtrkGJ7muEJCRFeUj8Ixc4na7ss8g18RWTVT45BYsdOmfZVssn8
UVVDnc5My90+9ZdP6FomXXK/RRBfMUr8bl8fnZsqtQhfzaDDglmBGMNMDe0TGdwy
z8WS30W+MLe6JGw8SqLVYQVAWHv7yM5yGfoisSuK1Ejqa6LfaQ5kRJrbuQ9CQQf9
0dEdNuDE1IJy7i+R6JeNwUlXHZv5oKMQdAVdUKQyFO0kBUUFDFD9iW1KYVpqum1n
Ws0N/5XPTkex1YkJSB/MNHLPOR8iJyVjMIXAQYfKdzxs5KSYqzHyxdQ78ZjKvxzm
vDdZz0yu3VDEmpLJzCSfPixyGw5Scb/hXxZZuTukavuiRraddVaTvm6SDH0PHoLg
ae6+KSI2Xv69S7EaPB/W3obuG3Me3r4DPg0IOwBAyDxZRHyTa2NuEl3ymS5HmgMQ
MmOoV9IFuGVnjkexXY7Vazs6WfRe0abrt0BMDoxCxo72Xc/FF/0=
=cmRt
-END PGP SIGNATURE-



Accepted python-xarray 0.14.0-2 (source) into unstable

2019-11-17 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Nov 2019 18:32:58 +
Source: python-xarray
Architecture: source
Version: 0.14.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Closes: 944044
Changes:
 python-xarray (0.14.0-2) unstable; urgency=medium
 .
   [ Matthias Klose ]
   * Fix test failures with new cftime 1.0.4, taken from upstream.
   * _get_scheduler() exception if dask.multiprocessing missing, taken
 from upstream.
 .
   [ Alastair McKinstry ]
   * xfail-dask.patch: Dask version in Debian is < 2.
 Label some functionality XFAIL, set dask='allowed' rather than
 'parallelize' where possible for the rest
   * xfail-rasterio.patch: Disable tests due to issue in rasterio:
 "WarpedVRT does not permit boundless reads".
 Closes: #944044
Checksums-Sha1:
 e3afd531e3549b2893d5db201a12911b3dc0bb2d 3033 python-xarray_0.14.0-2.dsc
 cf1eaf515c076129101c66f1366651f6939728d7 15336 
python-xarray_0.14.0-2.debian.tar.xz
Checksums-Sha256:
 530b597826f04052362c78ae00b8df1f54c6fbaa65a3337832b38bc4096dd6a7 3033 
python-xarray_0.14.0-2.dsc
 15d1fd14ac167fd4b3dc5c56a4e5c6b6d95bfb1369ecbce5d55afc3b7722089f 15336 
python-xarray_0.14.0-2.debian.tar.xz
Files:
 261f452b0b3e0ebdc581ca435cda6e3e 3033 python optional 
python-xarray_0.14.0-2.dsc
 8b98842bd4cecca665e686e9134a06ab 15336 python optional 
python-xarray_0.14.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3Ro0EACgkQy+a7Tl2a
06VOzRAAo7DzJJORlsC8tkUQU7LemzYNL5mq8QvTmi6ik4ITs7v8RoVbfxgv3OX1
glUupBl0bbrFMTFuGUKZplPqCUU1jQxkJjembAtxk1rMVEt46rM8HH4shadmekPQ
sm2XFXx9zc4KsmKW8Fj8PpiFJnyxCIdDovJPsrsr3nKWwaJxtMsQCIsmA8hvg3Ca
5SLgcl3aPi41aUOXjaRw/QyH1DScF3CQz2bdfcFFhCMUbwHEIsIeL4CFIxzTPNHE
oRk9xPsEW3voZbAK5Q/+K9YStjaAEGv5O07ey2f4LZUA5GwGmZQTYL7huk25OLQe
2slfkt9kTOkZxwtk/defTJApv0vGiFvxSGRTNQgCQbOs2dbXY3cmgAFbGQsIE3mn
NkLCwCCYfWxJxojpRhT6rWbvrhO+QYSAhvpml8Jp7D6gGNZGc2MZ7BywZbczJT/z
gIVY5tFwhS+RjorWJUxi1MO0u51p12eIUXd+a5I3fOhzi7pgR1Rb6+OqNlALjDGl
Ur+hQL1gWhXq04cDZsQB4IzvUv56Ll4SCslmmMkcGkzobapFzYoP6Ga9lbpun5Cx
mMJq7K0fGtDBJYiQwp39E8r8m9v7dHDFE4kQ+u3u/kZs6uYeKr/QAFLqA5KwUIZP
xJJgZi/xxAjIW7v6UeMWhoQSZR7bWdrjb5cwWZBOso0G4jyIydQ=
=iXc+
-END PGP SIGNATURE-



Accepted cctools 7.0.9-5 (source) into unstable

2019-11-17 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 17 Nov 2019 08:45:05 +
Source: cctools
Architecture: source
Version: 7.0.9-5
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry 
Changed-By: Alastair McKinstry 
Closes: 755181 936277
Changes:
 cctools (7.0.9-5) unstable; urgency=medium
 .
   * Add dh-python to Build-Depends for --with python3.
   * Drop ${python3:Depends} in d/control for main package in favour of
 python3 as dh_python3 incorrectly includes python2 depends
   * Convert scripts to python3. Closes: #936277
   * Ack old bug fixed in previous release: Closes: #755181
Checksums-Sha1:
 21470aa31a000b7192c60127b4dd1c3b68e7c34f 2413 cctools_7.0.9-5.dsc
 662d85720d276dafc06eee6b376d30e0c576cac9 31604 cctools_7.0.9-5.debian.tar.xz
Checksums-Sha256:
 ffbcb1bd038eba687a8d52ba46252a5819da042ff563d5aafe2bd07ffd082617 2413 
cctools_7.0.9-5.dsc
 e0a7a4287f238d26760c2bc8ab678f94ea7936e21c7cc9db261f8a95880210e6 31604 
cctools_7.0.9-5.debian.tar.xz
Files:
 bfe5a88ebf8c5c8022b537949700f89d 2413 utils optional cctools_7.0.9-5.dsc
 c6a84843e4c4e1818d645d21efbdc233 31604 utils optional 
cctools_7.0.9-5.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl3RFAsACgkQy+a7Tl2a
06XGyBAAomWABwDlJbrj2pR7laBA89vN+WLznz5tCmvXSKMmF+df/99Aq7ycTg4b
Bac5ooz+VRhXHf+HKk+wwAzhXQw+F5o+7M2eJXKHqOzb95rTS5eR9E/nNEYlbfc+
Z7I8o6j9cWC+ovhB1xDp3BX66umqhuq8suC0B4pemoBJGOMMEo4/ok0ahQTyP5xV
0o5IIvkPi9aZs42FRRwrFVxywxKuvru+5SPWt8qFOiQ95ctblsxUf55BbvkE8QkV
ixCSB1OGmJoIQO5bYD5ZcJc06PaANotL5kfEVZnDExJj8QGeEsssZixx110ZkriR
3glB/bOh18jqerIsBlkSLjoeBjwyKFw0G8LOLPFhZBp5wRnOVh8B+/g5w5X8EK72
iYJRUIfXHpsno0TywvZpS1U+K6ek3LhFldLelWP7JrxZQkrx7c+amqEBj7kADguP
1sPpUbVn43NjtBzMAdosox/1QQeUiBrcXhakRye18OYnwGCyDOqImbsSNS4owK8A
LyhC4Z5nBEU0vEz576gLpo5g8A9/HP0izOAYBhEtXjL00nFVFixtj7BfZEfMdfOb
zCUPhtwK7sSInTLhH79VEBYly0mM9Un1SDhGTXVXp6LeliY6RUgewjMCOCwdY3VF
FI/noeTo8IDpwQ439/MTp8rcsZ3nwXVvQYUm3tkg4vJ+IDLydqs=
=UWDk
-END PGP SIGNATURE-



  1   2   3   4   5   6   7   8   9   10   >