[pnetcdf] branch debian/master updated (60cd83c -> 73bd64b)

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Dec 7 12:31:22 UTC 2016


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

mckinstry pushed a change to branch debian/master
in repository pnetcdf.

      from  60cd83c   Add dependency on libpnetcdf0d to -dev package.
       new  e59e4cd   Add pkgconfig support
       new  ecee42e   * Make libpnetcdf0d properly Multi-Arch. * Ensure no rpath in shared lib.
       new  9de4f11   * Make libpnetcdf0d properly Multi-Arch. Closes: #815821. * Move to Standards-Version: 3.9.7
       new  2379bb5   Move to Standards-Version: 3.9.8
       new  72029c0   Release 1.7.0
       new  8cdad0b   Merge tag 'upsteam/1.7.0' into debian/master
       new  7157669   Put inc, mod files in /usr/include/$(ARCH) as not arch-independent
       new  73bd64b   Now use debhelper 10

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                            |   1 +
 RELEASE_NOTES                                     | 154 ++++++
 benchmarks/C/aggregation.c                        |   8 +-
 benchmarks/FLASH-IO/checkpoint_ncmpi_parallel.F90 |  12 +-
 benchmarks/FLASH-IO/plotfile_ncmpi_parallel.F90   |   8 +-
 benchmarks/Makefile.in                            |   4 +-
 configure                                         | 181 +++++---
 configure.in                                      | 131 ++++--
 debian/changelog                                  |  12 +-
 debian/compat                                     |   2 +-
 debian/control                                    |   7 +-
 debian/copyright                                  |   2 +-
 debian/libpnetcdf-dev.install                     |   4 +-
 debian/patches/pkgconfig.patch                    |  34 ++
 debian/patches/series                             |   1 +
 debian/rules                                      |   5 +-
 examples/C/block_cyclic.c                         |  12 +-
 examples/C/bput_varn_uint.c                       |  12 +-
 examples/C/column_wise.c                          |  12 +-
 examples/C/i_varn_int64.c                         |  12 +-
 examples/C/mput.c                                 |  12 +-
 examples/C/nonblocking_write.c                    |  16 +-
 examples/C/nonblocking_write_in_def.c             |  12 +-
 examples/C/req_all.c                              |  10 +-
 examples/C/transpose.c                            |  12 +-
 examples/F77/block_cyclic.f                       |  13 +-
 examples/F77/bput_varn_int8.f                     |  13 +-
 examples/F77/column_wise.f                        |  11 +-
 examples/F77/flexible_api.f                       |   4 +-
 examples/F77/i_varn_real.f                        |  13 +-
 examples/F77/nonblocking_write.f                  |  13 +-
 examples/F90/block_cyclic.f90                     |  12 +-
 examples/F90/column_wise.f90                      |  12 +-
 examples/F90/nonblocking_write.f90                |  13 +-
 examples/Makefile.in                              |   4 +-
 examples/tutorial/Makefile.in                     |   4 +-
 src/lib/Makefile.in                               |   9 +-
 src/lib/attr.m4                                   |  35 +-
 src/lib/bput.m4                                   |  10 +-
 src/lib/error.c                                   |   4 +-
 src/lib/filetype.c                                |  50 +-
 src/lib/fill.c                                    | 300 +++++++++++-
 src/lib/getput.m4                                 |  26 +-
 src/lib/header.c                                  |  49 +-
 src/lib/i_getput.m4                               |  21 +-
 src/lib/i_varn.m4                                 |   5 +-
 src/lib/m_getput_varx.m4                          |   6 +-
 src/lib/mpincio.c                                 |  24 +-
 src/lib/mpinetcdf.c                               |  60 +--
 src/lib/nc.c                                      |  67 ++-
 src/lib/nc.h                                      |   6 +-
 src/lib/ncconfig.h.in                             |   4 +-
 src/lib/ncmpidtype.c                              |   4 +-
 src/lib/nonblocking.c                             | 382 +++++++++++----
 src/lib/pnetcdf.h.in                              |   6 +-
 src/lib/pnetcdf.pc.in                             |  33 ++
 src/lib/var.c                                     |   9 +-
 src/lib/vard.c                                    |   9 +-
 src/lib/varn.m4                                   |   4 +-
 src/libcxx/ncmpiAtt.cpp                           |   8 +-
 src/libcxx/ncmpiDim.cpp                           |   4 +-
 src/libcxx/ncmpiType.cpp                          |   4 +-
 src/libcxx/ncmpiVar.cpp                           |   8 +-
 src/libf/pnetcdf.inc.in                           |   4 +
 src/libf90/Makefile.in                            |  10 +-
 src/libf90/api.f90.in                             | 542 +++++++++++-----------
 src/libf90/nf90_constants.f90                     |   4 +-
 src/libf90/nfmpi_constants.f90.in                 |   7 +-
 src/libf90/{pnetcdf.f90 => pnetcdf.f90.in}        |   3 +-
 src/utils/ncmpidump/ncmpidump.c                   |  23 +-
 src/utils/ncmpidump/vardata.c                     |   4 +-
 src/utils/ncmpigen/load.c                         |   3 +-
 src/utils/ncmpivalid/ncmpivalid.c                 |   8 +-
 src/utils/ncoffsets/ncoffsets.c                   |  12 +-
 test/Makefile.in                                  |   4 +-
 test/nc_test/test_get.m4                          |   7 +-
 test/nonblocking/Makefile.in                      |  10 +-
 test/nonblocking/i_varn_indef.c                   |   3 +-
 test/testcases/Makefile.in                        |  10 +-
 test/testcases/bigrecords.f                       |  52 ++-
 80 files changed, 1824 insertions(+), 817 deletions(-)
 create mode 100644 debian/patches/pkgconfig.patch
 create mode 100644 src/lib/pnetcdf.pc.in
 rename src/libf90/{pnetcdf.f90 => pnetcdf.f90.in} (95%)

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



More information about the debian-science-commits mailing list