[emos] 01/02: Merge tag 'upstream/4.0.7' into debian/master

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Jul 16 12:45:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository emos.

commit 9140d8046bbe264bea67f808cbda7de7c4e040ee
Merge: 80b7fdd 52b1a74
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jul 16 09:01:55 2015 +0100

    Merge tag 'upstream/4.0.7' into debian/master

 CMakeLists.txt                                   |  58 ++-
 ChangeLog                                        | 147 ++++---
 VERSION.cmake                                    |   2 +-
 bufrdc_wmo/buevar.F                              |  25 +-
 bufrdc_wmo/buivar.F                              |  20 +-
 bufrtables/CMakeLists.txt                        |   8 +-
 bufrtables/bamboo/flags.cmake                    |   2 +-
 cmake/CheckFortranSourceCompiles.cmake           |   2 +-
 cmake/VERSION.cmake                              |   4 +-
 cmake/ecbuild_add_extra_search_paths.cmake       |  16 +-
 cmake/ecbuild_add_library.cmake                  |   2 +-
 cmake/ecbuild_add_option.cmake                   |  14 +-
 cmake/ecbuild_add_test.cmake                     |   3 +-
 cmake/ecbuild_check_compiler.cmake               |  18 +-
 cmake/ecbuild_check_functions.cmake              |  58 ++-
 cmake/ecbuild_config.h.in                        |  22 +-
 cmake/ecbuild_define_build_types.cmake           |  38 +-
 cmake/ecbuild_define_options.cmake               |   4 +-
 cmake/ecbuild_features.cmake                     | 104 +++++
 cmake/ecbuild_generate_yy.cmake                  |  20 +-
 cmake/ecbuild_get_test_data.cmake                |  20 +
 cmake/ecbuild_install_package.cmake              |  24 +-
 cmake/ecbuild_list_macros.cmake                  |  33 ++
 cmake/ecbuild_print_summary.cmake                |   2 +-
 cmake/ecbuild_setup_test_framework.cmake         |   2 +-
 cmake/ecbuild_system.cmake                       |   1 +
 cmake/ecbuild_use_package.cmake                  |   2 +-
 cmake/project-config.cmake.in                    |   2 +-
 debian/changelog                                 |   6 +
 gribex/abortx.F                                  |   9 +-
 gribex/gribex.F                                  |  23 +-
 gribex/handleLocalDefinitions.c                  | 120 ++---
 interpolation/CMakeLists.txt                     |  69 +--
 interpolation/clear_c.F                          |  11 +-
 interpolation/consint.F90                        |   0
 interpolation/gasetup.F                          |   0
 interpolation/hirlam.F                           | 162 ++++---
 interpolation/hirlamw.F                          |  79 ++--
 interpolation/hirlsm.F                           | 537 ++++++++++-------------
 interpolation/iglsmb.F                           |   5 -
 interpolation/iglsmr.F                           |  87 ++--
 interpolation/intout.F                           |  14 +-
 interpolation/intwavu.F                          |   0
 interpolation/irlsmb.F                           |   5 -
 interpolation/jgetgg.F                           |   5 +-
 interpolation/kintrg.F                           |  33 +-
 interpolation/krg2rgu.F                          |  18 +-
 interpolation/nifld.extracommon                  |   0
 interpolation/nofld.common                       |  34 +-
 interpolation/parim.h                            |  11 +
 interpolation/precip.F                           |   0
 interpolation/rgauss_640_octahedral_not_used.h   | 139 ++++++
 interpolation/wavexx2.F                          |  52 ++-
 interpolation/wv2dxx2.F                          |  49 ++-
 libemos-dp/CMakeLists.txt                        |  31 +-
 libemos-sp/CMakeLists.txt                        |  19 +-
 pbio/emosnum.F                                   |   2 +-
 pbio/gbyte_alpha.c                               | 334 +++++++-------
 pbio/gbyte_le.c                                  | 511 ++++++++++-----------
 tests/CMakeLists.txt                             | 157 ++++---
 tests/gribex_abort.F                             |  21 +
 tools/bufrtools_wmo/CMakeLists.txt               |   1 +
 tools/bufrtools_wmo/bufr_88t89.F                 |   0
 tools/bufrtools_wmo/bufr_add_bias.F90            |   1 +
 {tests => tools/bufrtools_wmo}/bufr_decode_all.F |  98 +++--
 tools/bufrtools_wmo/bufr_repack_206t205.F        |   0
 tools/bufrtools_wmo/bufr_repack_satid.F          |   0
 tools/bufrtools_wmo/mod_bufr.F90                 |   0
 68 files changed, 1958 insertions(+), 1338 deletions(-)

diff --cc debian/changelog
index f725ec9,0000000..83a5489
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,195 -1,0 +1,201 @@@
++emoslib (2:4.0.7-1) UNRELEASED; urgency=medium
++
++  * New upstream release 
++
++ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 16 Jul 2015 09:02:02 +0100
++
 +emoslib (2:4.0.3+dfsg.1-4) unstable; urgency=medium
 +
 +  * ppc64el build needs both -fpic and -mcmodel=large. Closes: #790078.
 +  * Need to add build_fixes.patch to ensure __GNU__ set properly for Hurd.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Sun, 12 Jul 2015 16:58:16 +0100
 +
 +emoslib (2:4.0.3+dfsg.1-3) unstable; urgency=medium
 +
 +  * drop_tune.patch: Drop -mtune=native which breaks s390x port. 
 +  * Don't set -mcmodel=large on arm64, as large+fpic doesn't work.
 +  * Homepage fixed. Closes: #769179.
 +  * Build ppc64el, sparc -fPIC not fpic.
 +  * Build fix for Hurd-i386: Add ifdef __GNU__ case
 +  * Install cmake module in arch-dependent dir. Closes: #790344.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Thu, 09 Jul 2015 07:44:50 +0100
 +
 +emoslib (2:4.0.3+dfsg.1-2) unstable; urgency=medium
 +
 +  * Remove rpath from shlibs. B-D on chrpath. 
 +  * Fix sed rules that broke some symlinks
 +  * Add bufrnum back to shlib in new cmake-build system.
 +  * Change Vcs-Git url to canonical anonscm form. 
 +  * Use mcmodel=medium on amd64,ppc64; =large on arm64, drop it elsewhere.
 +    Closes: #790077, #790078.
 +  * Set DISABLE_OS_CHECK=ON to build on Hurd, KFreeBSD again.
 +    Closes: #790079.
 +  * Dedup. libemos-data stuff in interpol, land_sea_mask.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Sat, 27 Jun 2015 12:33:00 +0100
 +
 +emoslib (2:4.0.3+dfsg.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Change epoch as version format changes 000392 -> 4.0.3
 +  * Standards-Version: 3.9.6
 +  * Switch to cmake-based buildsystem. Lots more dependencies and code. 
 +  * Add libemos-bin package for new binaries (bufr_*, others)
 +  * examples/ directory removed.
 +  * Add Vcs-Git: debian-science to debian/control
 +  * Build-dependencies: grib-api > 1.9.16, libgrib-api-tools
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Sun, 21 Jun 2015 20:55:05 +0100
 +
 +emoslib (000392+dfsg.1-3) unstable; urgency=medium
 +
 +  * Acknowledge previously fixed bug (new version): Closes: #622860.
 +  * Delete link to non-existent config.h file. Closes: #742684.
 +  * Compress with xz.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Sun, 14 Sep 2014 07:01:40 +0100
 +
 +emoslib (000392+dfsg.1-2) unstable; urgency=medium
 +
 +  * Standards-Version: 3.9.5
 +  * Include grib_api_merging/* into libemos* for MetView.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Thu, 12 Dec 2013 19:32:19 +0000
 +
 +emoslib (000392+dfsg.1-1) unstable; urgency=low
 +
 +  * New upstream release.  Now with Apache 2.0 license, not GPL.
 +  * Standards-Version: 3.9.4; no changes required.
 +  * debhelper depends >=9 now.
 +  * Make -dev pkg multiarch: same, -data is m-a: foreign. Closes: #693599.
 +  * Enable hardening in shared library; build all objects fortified.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Fri, 05 Apr 2013 05:25:57 +0100
 +
 +emoslib (000382+dfsg-2) unstable; urgency=low
 +
 +  * Don't hardcode quadmath; it breaks on some archs. Instead let it be
 +    pulled in by -lgfortran.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Sun, 11 Dec 2011 14:33:21 +0000
 +
 +emoslib (000382+dfsg-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Nove from cdbs to debhelper 9
 +  * Move to Multi-Arch.
 +  * Standards-Version: 3.9.2
 +  * Now build-depend on grib-api-1.9.9. 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Fri, 09 Dec 2011 16:18:04 +0000
 +
 +emoslib (000380+dfsg-3) unstable; urgency=low
 +
 +  * Fix for FTBFS on powerpc due to hard-coded max value.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Tue, 30 Mar 2010 10:21:14 +0100
 +
 +emoslib (000380+dfsg-2) unstable; urgency=low
 +
 +  * Move to Standards-Version: 3.8.4; no changes required. 
 +  * Disable new function WVQLID2 in interpolation/ ; it requires an
 +    external function that is not present, and causes the sharedlib
 +    not to link. Closes: #571396. 
 +  * Add DEP-3 tags to patches. 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Fri, 26 Feb 2010 13:59:04 +0000
 +
 +emoslib (000380+dfsg-1) unstable; urgency=low
 +
 +  * New upstream release. 
 +  * remove_sharedllib_dbg patch now needed. Added file sharedlib.c to
 +    interpolation/sources.linux
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Thu, 21 Jan 2010 13:57:20 +0000
 +
 +emoslib (000371+dfsg-3) unstable; urgency=low
 +
 +  * Remove quilt rule, which conflicts with  source format 3. Closes: #561382. 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Thu, 17 Dec 2009 21:31:05 +0000
 +
 +emoslib (000371+dfsg-2) unstable; urgency=low
 +
 +  * Fix broken patch that lead to non-shared code. Closes: #559944. 
 +  * Source format 3.0
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Tue, 08 Dec 2009 13:38:29 +0000
 +
 +emoslib (000371+dfsg-1) unstable; urgency=low
 +
 +  * New upstream release: EMOS_00371 
 +  * Move to standards: 3.8.3
 +  * Patch largefile.patch needed for new sharedlib.c bug in 000371.
 +  * Add underscore_names patch to add file to sources.linux in interpolation/ 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Mon, 07 Dec 2009 20:26:14 +0000
 +
 +emoslib (000370.dfsg.2-1) unstable; urgency=low
 +
 +  * Updated version emos_000370 contains the following fixes:
 +      Latest Emos library 000370 is updated on 7.9.2009 due to changes of N320 Reduced Gaussian Grid definition.
 +    
 +      Beside of N320 there are two more changes:
 +      * insane.F : set env variable INCREMENT_NO_LIMIT=1 to avoid check of limit for increment size
 +      * wavexxx.F: Bug Fix for calculation of latitudes
 +  * 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Mon, 14 Sep 2009 15:36:35 +0100
 +
 +emoslib (000370+dfsg-6) unstable; urgency=low
 +
 +  * Move to Standards-Version: 3.8.2. No changes required.
 +  * DH_COMPAT=7 now. ditto.
 +  * Prep. for building with source format 3.0  Closes: #538678.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Tue, 04 Aug 2009 16:30:25 +0100
 +
 +emoslib (000370+dfsg-5) unstable; urgency=low
 +
 +  * Add Build-Depends: automake. Text with pbuilder. Closes: #529993.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Fri, 22 May 2009 21:39:32 +0100
 +
 +emoslib (000370+dfsg-4) unstable; urgency=low
 +
 +  * Change -fpic to -fPIC to fix breakage on sparc and other arches. 
 +  * Add little_endian.patch : use configure to detect endianness during build.
 +    As a side-effect it adds GNU targets such as ChangeLog: I've added some
 +    content from the ECMWF website.
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Thu, 21 May 2009 20:31:30 +0100
 +
 +emoslib (000370+dfsg-3) unstable; urgency=low
 +
 +  * Remove -m32 compiler flag which causes build failures on most architectures. 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Wed, 20 May 2009 22:16:53 +0100
 +
 +emoslib (000370+dfsg-2) unstable; urgency=low
 +
 +  * Add dependency on gfortran. 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Tue, 19 May 2009 12:12:06 +0100
 +
 +emoslib (000370+dfsg-1) unstable; urgency=low
 +
 +  * New upstream release. Closes: #522755.
 +  * Remove pdf documentation for dfsg release.
 +  * Rename (unreleased) package names libemos0d to reflect its a debian-only
 +    shared-library at the moment 
 +    (see http://lists.debian.org/debian-devel/2009/03/msg01019.html)
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Sat, 16 May 2009 23:32:19 +0100
 +
 +emoslib (000360-1) unstable; urgency=low
 +
 +  * Initial Debian release. 
 +
 + -- Alastair McKinstry <mckinstry at debian.org>  Thu,  9 Apr 2009 16:15:52 +0100

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git



More information about the debian-science-commits mailing list