[grads] branch debian/master updated (244ea18 -> 61489a3)

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed May 17 11:13:04 UTC 2017


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

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

      from  244ea18   Prep for upload
       new  b1e4663   don't include examples, data tarballs until next major upload
       new  bc7d4f4   Add data, examples tarballs
       new  1be2bcc   WIP: remove jpeg dependencies
       new  676105b   Remove unnecessary dependencies on openjpeg, libpng. Closes: #826815
       new  fab95b7   Add debian/gpb.conf file
       new  5efae00   Drop kernel name from configure, for reproducible builds
       new  b64a32e   Rebuild against libgadap-dev >= 2.0-6 for libdap 3.18.0 compatability Closes: #836338
       new  2a51ff7   DH_COMPAT=10
       new  4aececf   Change home page
       new  687514e   upstream 2.1.0
       new  4d67777   Merge tag 'upstream/2.1.0' into debian/master
       new  e513698   new upstream
       new  45be99c   refresh patch
       new  87db21d   update rules
       new  ff2909c   change epoch
       new  1d0cf5b   also change examples ref
       new  0b2821c   * Depend on libgadap >= 2.0-7 for -fPIC. Closes: #841493.
       new  08fcd16   dep on debhelper >= 10
       new  da40a01   Prep release
       new  61489a3   Add desktop file and icon

The 20 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:
 COPYRIGHT                                |   9 +-
 INSTALL                                  |   8 +-
 configure                                | 254 +++++-----
 configure.ac                             |   2 +-
 debian/changelog                         |  39 +-
 debian/compat                            |   2 +-
 debian/control                           |  12 +-
 debian/gbp.conf                          |  16 +
 debian/grads.desktop                     |  14 +
 debian/grads.install                     |   2 +
 debian/grads.png                         | Bin 0 -> 60107 bytes
 debian/patches/remove-jasper.patch       |  63 ---
 debian/patches/remove-jpeg.patch         |  43 ++
 debian/patches/reproducible-builds.patch |  36 +-
 debian/patches/series                    |   2 +-
 debian/rules                             |   5 +-
 debian/source/include-binaries           |   1 +
 doc/descriptorfile.html                  |   8 +-
 doc/gadoc.html                           | 182 ++-----
 doc/gradcomdgxprint.html                 |   3 +-
 doc/gradcomdpdefwrite.html               |  71 +++
 doc/gradcomdprintim.html                 | 100 +++-
 doc/gradcomdsdfwrite.html                |   4 +-
 doc/gradcomdsetmisswarn.html             |  15 +
 doc/gradfunccoll2gr.html                 |  11 +-
 doc/gradfuncmaskout.html                 |  11 +-
 doc/indexalpha.html                      |  11 +-
 doc/indexlist.html                       | 787 ++++++++++++++++++++++++++++++-
 doc/templates.html                       |   1 +
 src/Makefile.am                          |  31 +-
 src/Makefile.in                          |  75 ++-
 src/VERSION                              |   2 +-
 src/bufrscan.c                           |   3 +-
 src/bufrstn.c                            |   6 +-
 src/dodstn.c                             |   3 +-
 src/gabufr.c                             |   3 +-
 src/gabufr.h                             |   3 +-
 src/gabufrtbl.c                          |   3 +-
 src/gacfg.c                              |   9 +-
 src/gaddes.c                             |  24 +-
 src/gaexpr.c                             |   3 +-
 src/gafunc.c                             |  36 +-
 src/gagmap.c                             |  60 ++-
 src/gagmap.h                             |   3 +-
 src/gagx.c                               |  59 ++-
 src/gaio.c                               | 103 ++--
 src/galloc.c                             |   3 +-
 src/gamach.c                             |   3 +-
 src/gasdf.c                              |  93 ++--
 src/gauser.c                             | 102 +++-
 src/gautil.c                             |  70 +--
 src/grads.c                              |   5 +-
 src/grads.h                              |   7 +-
 src/grib2scan.c                          |  14 +-
 src/gribmap.c                            |   3 +-
 src/gribscan.c                           |   3 +-
 src/gs.h                                 |   3 +-
 src/gscrpt.c                             |   5 +-
 src/gstmp.c                              |   3 +-
 src/gx.h                                 |   3 +-
 src/gxC.c                                |   3 +-
 src/gxC.h                                |   3 +-
 src/gxGD.c                               |   3 +-
 src/gxGD.h                               |   3 +-
 src/gxX.c                                |   5 +-
 src/gxX11.c                              |   3 +-
 src/gxchpl.c                             |   3 +-
 src/gxcntr.c                             |   5 +-
 src/gxdb.c                               | 338 +++++++++++++
 src/gxdxwd.c                             |   3 +-
 src/gxmeta.c                             | 319 +------------
 src/gxprint.c                            |   4 +-
 src/gxprintGD.c                          |   3 +-
 src/gxshad.c                             |   3 +-
 src/gxshad2.c                            |   3 +-
 src/gxstrm.c                             |   8 +-
 src/gxsubs.c                             |   6 +-
 src/gxwmap.c                             |   3 +-
 src/stnmap.c                             |   3 +-
 src/wx.h                                 |   5 +-
 80 files changed, 2175 insertions(+), 1006 deletions(-)
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/grads.desktop
 create mode 100644 debian/grads.png
 delete mode 100644 debian/patches/remove-jasper.patch
 create mode 100644 debian/patches/remove-jpeg.patch
 create mode 100644 debian/source/include-binaries
 create mode 100644 doc/gradcomdpdefwrite.html
 create mode 100644 doc/gradcomdsetmisswarn.html
 create mode 100644 src/gxdb.c

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



More information about the debian-science-commits mailing list