[odb-api] 08/21: add bug number
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Aug 30 06:42:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository odb-api.
commit a698ce1a3508113ce4b12519ac0582c47639a0b8
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Tue Aug 29 14:26:18 2017 +0100
add bug number
---
debian/changelog | 2 +-
debian/control | 46 ++++++++++------------------------------------
debian/rules | 3 +++
3 files changed, 14 insertions(+), 37 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e053353..ef35ae7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
odb-api (0.17.1-1) UNRELEASED; urgency=medium
- * Initial release. (Closes: #XXXXXX)
+ * Initial release. (Closes: #873067)
-- Alastair McKinstry <mckinstry at debian.org> Tue, 29 Aug 2017 12:50:56 +0100
diff --git a/debian/control b/debian/control
index 00e7dce..f84c9c9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends: debhelper (>=10),
libpython2.7-dev,
libnetcdf-dev
Standards-Version: 4.1.0
-Homepage: https://software.ecmwf.int/wiki/display/EMOS/Emoslib
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/emos.git
+Homepage: https://software.ecmwf.int/wiki/display/ODBAPI
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/odb-api.git
Package: libemos0d
Section: libs
@@ -26,49 +26,23 @@ Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, libemos-data
Pre-Depends: ${misc:Pre-Depends}
-Description: ECMWF Interpolation Library
+Description: Observational Data processing API for meteorology
The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
archival and retrieval system (MARS) and also by the ECMWF graphics
package MetView.
-Package: libemos-dev
+Package: libodb-api-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libemos0d ( = ${binary:Version}), ${misc:Depends}, libeccodes-tools | libemos-bin:any
Recommends: pkg-config
-Description: ECMWF Interpolation Library - development
- The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
- BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
- archival and retrieval system (MARS) and also by the ECMWF graphics
- package MetView.
- .
- This package contains the static libraries and headers needed to build
- applications against libemos.
-
-Package: libemos-bin
-Section: libs
-Architecture: any
-Multi-Arch: allowed
-Depends: ${misc:Depends}, ${shlibs:Depends}, libemos-data, libeccodes-tools
-Description: ECMWF Interpolation Library - binaries
- The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
- BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
- archival and retrieval system (MARS) and also by the ECMWF graphics
- package MetView.
- .
- This package provide bufr-* and other tools
-
-Package: libemos-data
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}
-Description: Data files for the ECMWF Interpolation library
- The Interpolation library (EMOSLIB) includes Interpolation software and GRIB,
- BUFR, CREX encoding/decoding routines. It is used by the ECMWF meteorological
- archival and retrieval system (MARS) and also by the ECMWF graphics
- package MetView.
+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 contains the data files needed by EMOSLIB.
+ 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.
diff --git a/debian/rules b/debian/rules
index 4b9c689..4b795ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,5 +28,8 @@ CMAKE_CFLAGS:= \
# done
+override_dh_auto_test:
+ @echo Tests currently disabled - overflow disk space
+
override_dh_auto_configure:
dh_auto_configure -- ${CMAKE_CFLAGS}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/odb-api.git
More information about the debian-science-commits
mailing list