[h5utils] branch master updated (df6bf05 -> ae42e73)

Bas Couwenberg sebastic at debian.org
Wed Jul 19 15:58:06 UTC 2017


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

sebastic pushed a change to branch master
in repository h5utils.

      from  df6bf05   Set distribution to unstable.
       new  beebc46   New upstream version 1.13
       new  5eb4f69   Merge tag 'upstream/1.13'
       new  f11c8cb   New upstream release.
       new  c2bb5ff   Bump Standards-Version to 4.0.0, no changes.
       new  56015ef   Add autopkgtest to test installability.
       new  312f783   Update copyright file.
       new  1ca476c   Drop png1.5 patch, fixed upstream.
       new  9198f05   Add patch to fix build with optional manpages.
       new  daf31f4   Add upstream metadata.
       new  ae42e73   Set distribution to unstable.

The 10 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:
 ChangeLog                                        | 1267 +--
 INSTALL                                          |  302 -
 Makefile.am                                      |   21 +-
 Makefile.in                                      |  564 +-
 NEWS                                             |  196 -
 README                                           |   34 -
 aclocal.m4                                       |  791 +-
 arrayh4.c                                        |    2 +-
 arrayh4.h                                        |    2 +-
 arrayh5.c                                        |   59 +-
 arrayh5.h                                        |    2 +-
 colormaps/BrBG                                   |  257 +
 colormaps/RdBu                                   |  257 +
 colormaps/inferno                                |  257 +
 colormaps/viridis                                |  257 +
 compile                                          |  236 +-
 config.h.in                                      |    9 +-
 configure                                        | 9541 +++++++++-------------
 configure.ac                                     |   11 +-
 copyright.h                                      |    2 +-
 debian/changelog                                 |   13 +
 debian/control                                   |    2 +-
 debian/copyright                                 |    4 +-
 debian/patches/manpage-has-errors-from-man.patch |   28 +-
 debian/patches/more-h5utils-mans.patch           |   37 +
 debian/patches/png1.5                            |   48 -
 debian/patches/series                            |    2 +-
 debian/tests/control                             |    3 +
 debian/upstream/metadata                         |    6 +
 depcomp                                          |  531 +-
 h5fromh4.1 => doc/man/h5fromh4.1                 |    0
 h5fromtxt.1 => doc/man/h5fromtxt.1               |    0
 h5math.1 => doc/man/h5math.1                     |    0
 h5topng.1.in => doc/man/h5topng.1.in             |    0
 h5totxt.1 => doc/man/h5totxt.1                   |    0
 h5tov5d.1 => doc/man/h5tov5d.1                   |    0
 h5tovtk.1 => doc/man/h5tovtk.1                   |    0
 h4fromh5.c                                       |    2 +-
 h5cyl2cart.c                                     |  253 +
 h5fromh4.c                                       |    2 +-
 h5fromitxt.c                                     |  291 -
 h5fromtxt.c                                      |    2 +-
 h5math.c                                         |    2 +-
 h5topng.c                                        |   44 +-
 h5totxt.c                                        |    2 +-
 h5tov5d.c                                        |    4 +-
 h5tovtk.c                                        |    2 +-
 h5utils.c                                        |    2 +-
 h5utils.h                                        |    2 +-
 install-sh                                       |  385 +-
 missing                                          |  461 +-
 writepng.c                                       |   59 +-
 writepng.h                                       |    2 +-
 53 files changed, 7286 insertions(+), 8970 deletions(-)
 delete mode 100644 INSTALL
 delete mode 100644 NEWS
 delete mode 100644 README
 create mode 100644 colormaps/BrBG
 create mode 100644 colormaps/RdBu
 create mode 100644 colormaps/inferno
 create mode 100644 colormaps/viridis
 create mode 100644 debian/patches/more-h5utils-mans.patch
 delete mode 100644 debian/patches/png1.5
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata
 rename h5fromh4.1 => doc/man/h5fromh4.1 (100%)
 rename h5fromtxt.1 => doc/man/h5fromtxt.1 (100%)
 rename h5math.1 => doc/man/h5math.1 (100%)
 rename h5topng.1.in => doc/man/h5topng.1.in (100%)
 rename h5totxt.1 => doc/man/h5totxt.1 (100%)
 rename h5tov5d.1 => doc/man/h5tov5d.1 (100%)
 rename h5tovtk.1 => doc/man/h5tovtk.1 (100%)
 create mode 100644 h5cyl2cart.c
 delete mode 100644 h5fromitxt.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git



More information about the Pkg-grass-devel mailing list