Source: odb-api
Section: utils
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>=10),
 dh-python,
 gfortran, 
 flex,
 bison,
 cmake (>= 2.8.11), 
 libopenjp2-7-dev,
 libboost-dev (>= 1.47.0), libboost-test-dev, 
 libssl-dev,
 libncurses5-dev,
 libnetcdf-cxx-legacy-dev,
 libeccodes-tools,
 chrpath,
 doxygen,
 swig,
 libeccodes-dev (>= 2.5.0),
 mpi-default-dev,
 libeigen3-dev,
 libviennacl-dev,
 libarmadillo-dev,
 python3-all-dev,
 libnetcdf-dev
Standards-Version: 4.1.3
Homepage: https://software.ecmwf.int/wiki/display/ODBAPI
Vcs-Browser: https://salsa.debian.org:/science-team/odb-api.git
Vcs-Git: https://salsa.debian.org:/science-team/odb-api.git

Package: libodb-api-0d
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Observational Data processing API for meteorology
 ODB API is a software developed at ECMWF for encoding and processing of
 observational data. It includes a SQL filtering and statistics engine, 
 command line tools and APIs for C/C++, Fortran and Python.
 .
 ODB API works with data formats used in the ECMWF observational feedback
 archive.  Development of ODB API has been partially funded by the 
 UK Met Office.

Package: libodb-api-bin
Section: libs
Architecture: any
Multi-Arch: foreign
Depends: libodb-api-0d ( = ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
 ksh | mksh | pdksh | zsh
Description: Tools for the Observational Data Processing (ODB) API
 ODB API is a software developed at ECMWF for encoding and processing of
 observational data. It includes a SQL filtering and statistics engine, 
 command line tools and APIs for C/C++, Fortran and Python.
 .
 This package provides tools for ODB handling.
 
Package: libodb-api-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libodb-api-0d ( = ${binary:Version}), ${misc:Depends}, libodb-api-bin
Recommends: pkg-config, gfortran
Description: Observational Data processing API for meteorology
 ODB API is a software developed at ECMWF for encoding and processing of
 observational data. It includes a SQL filtering and statistics engine, 
 command line tools and APIs for C/C++, Fortran and Python.
 .
 This package provides shared libraries and headers.

Package: python3-odb-api
Section: python
Architecture: any
Multi-Arch: same
Depends: libodb-api-0d ( = ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: Python Observational Data processing API for meteorology
 ODB API is a software developed at ECMWF for encoding and processing of
 observational data. It includes a SQL filtering and statistics engine, 
 command line tools and APIs for C/C++, Fortran and Python.
 .
 This package provides the Python wrappers to the ODB API.

