[glpk] branch master updated (8a75409 -> d8bebc0)

Sébastien Villemot sebastien at debian.org
Sat Jul 29 08:24:05 UTC 2017


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

sebastien pushed a change to branch master
in repository glpk.

      from  8a75409   Changelog entry for release 4.62-1.
       new  17e41e3   d/control: bump Standards-Version to 4.0.0.
       new  ad19602   d/control: drop Falk Hueffner from Uploaders, no longer active.
      adds  a497604   New upstream version 4.63
       new  519aecb   Updated version 4.63 from 'upstream/4.63'
       new  d8aa4be   Refresh patches.
       new  47055da   Automatically generate glpsol manpage with help2man.
       new  dfd381b   Add an autopkgtest, using glpsol (same as run by "make check").
       new  d8bebc0   Changelog entry for 4.63-1.

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:
 .gitignore                                         |  45 --
 ChangeLog                                          |  46 ++
 NEWS                                               |  36 ++
 README                                             |   2 +-
 THANKS                                             |   4 +
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |  12 +
 debian/control                                     |  39 +-
 debian/glpk-utils.manpages                         |   2 +-
 debian/glpsol.1                                    | 287 ----------
 debian/patches/no-embedded-suitesparse.patch       |   8 +-
 debian/patches/no-embedded-zlib.patch              |   2 +-
 debian/rules                                       |   4 +
 debian/tests/control                               |   2 +
 examples/INDEX                                     |   4 +
 examples/glpsol.c                                  |  10 +
 examples/life_goe.mod                              | 165 ++++++
 examples/tiling.mod                                | 118 ++++
 examples/toto.mod                                  | 135 +++++
 src/Makefile.am                                    |   4 +-
 src/Makefile.in                                    |  89 ++-
 src/bflib/fvs.c                                    |   2 +-
 src/bflib/fvs.h                                    |   4 +-
 src/bflib/luf.h                                    |   2 +-
 src/{ => cglib}/spv.c                              |   3 +-
 src/{ => cglib}/spv.h                              |  25 +-
 src/env/time.c                                     |  47 +-
 src/glpapi06.c                                     |  24 +
 src/glpk.h                                         |  29 +-
 src/simplex/spxchuzr.c                             | 212 ++++++-
 src/simplex/spxchuzr.h                             |  36 +-
 src/simplex/spxprim.c                              | 625 +++++++++++++++++----
 src/simplex/spydual.c                              | 349 +++++++-----
 w32/Makefile_VC                                    |   2 +-
 w32/Makefile_VC_DLL                                |  14 +-
 w32/Makefile_VC_stdcall_DLL                        |  14 +-
 w32/{glpk_4_62.def => glpk_4_63.def}               |   4 +-
 ...glpk_4_62_stdcall.def => glpk_4_63_stdcall.def} |   4 +-
 w64/{glpk_4_62.def => glpk_4_63.def}               |   4 +-
 w64/makefile_VC                                    |   2 +-
 w64/makefile_VC_DLL                                |  14 +-
 42 files changed, 1709 insertions(+), 743 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 debian/glpsol.1
 create mode 100644 debian/tests/control
 create mode 100644 examples/life_goe.mod
 create mode 100644 examples/tiling.mod
 create mode 100644 examples/toto.mod
 rename src/{ => cglib}/spv.c (98%)
 rename src/{ => cglib}/spv.h (60%)
 rename w32/{glpk_4_62.def => glpk_4_63.def} (93%)
 rename w32/{glpk_4_62_stdcall.def => glpk_4_63_stdcall.def} (92%)
 rename w64/{glpk_4_62.def => glpk_4_63.def} (93%)

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



More information about the debian-science-commits mailing list