[udunits] branch debian/master updated (d30bde4 -> afada33)

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jul 28 11:57:00 UTC 2017


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

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

      from  d30bde4   Release 2.2.20
       new  7139926   update watch file for tar.gz
      adds  0868f43   release 2.2.25
       new  5823a61   Merge tag 'upstream/2.2.25' into debian/master
       new  815cb8e   set version to 2.2.25-1
       new  dc808d9   DH_COMPAT now 10
       new  66b8405   Standards-Version: 4.0.0; no changes required
       new  bdf1fd3   refresh patches
       new  afada33   prep for release

The 7 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:
 CHANGE_LOG                        |  68 ++-
 CMakeLists.txt                    |   2 +-
 configure                         |  20 +-
 configure.ac                      |   2 +-
 debian/changelog                  |   8 +
 debian/compat                     |   2 +-
 debian/control                    |   4 +-
 debian/patches/config_fixes.patch |  16 +-
 debian/patches/pkg-config.patch   |  22 +-
 debian/watch                      |   4 +-
 lib/Makefile.am                   |  53 +--
 lib/Makefile.in                   |  30 +-
 lib/c99_snprintf.c                |  34 ++
 lib/parser.c                      | 858 +++++++++++++++++---------------------
 lib/scanner.c                     |  30 +-
 lib/scanner.l                     |   2 +-
 lib/systemMap.c                   |   2 +-
 lib/testUnits-1.c                 |  14 +
 lib/testUnits.c                   |  26 +-
 lib/tsearch.c                     | 113 +++++
 lib/tsearch.h                     |  14 +
 lib/udunits-1.c                   |  59 ++-
 lib/udunits2-common.xml           |  14 +
 lib/unitcore.c                    | 108 ++---
 lib/xml.c                         |  37 +-
 prog/Makefile.am                  |   3 +-
 prog/Makefile.in                  |   3 +-
 prog/XGetopt.c                    | 214 ++++++++++
 prog/XGetopt.h                    |  40 ++
 stamp-vti                         |   8 +-
 udunits2.html                     |  10 +-
 udunits2.info                     |   4 +-
 version.texi                      |   8 +-
 33 files changed, 1115 insertions(+), 717 deletions(-)
 create mode 100644 lib/c99_snprintf.c
 create mode 100644 lib/tsearch.c
 create mode 100644 lib/tsearch.h
 create mode 100644 prog/XGetopt.c
 create mode 100644 prog/XGetopt.h

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



More information about the debian-science-commits mailing list