[glpk-java] branch master updated (f8eb652 -> 58c4e04)

Sébastien Villemot sebastien at debian.org
Fri Jun 9 09:29:48 UTC 2017


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

sebastien pushed a change to branch master
in repository glpk-java.

      from  f8eb652   Changelog entry for 1.7.0-1.
       new  25f1a12   Bump to debhelper compat level 10.
       new  f3e9f8e   d/copyright: use secure URL for format.
       new  a6d2c42   d/control: use canonical URL for Vcs-Browser.
      adds  ee9a1c2   New upstream version 1.8.0
       new  3b24e58   Merge tag 'upstream/1.8.0'
       new  c951eb7   d/copyright: reflect upstream changes.
       new  2cadf43   d/rules: pass --disable-maven to configure.
       new  58c4e04   Changelog entry for 1.8.0-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:
 ChangeLog                                    |   6 +
 NEWS                                         |   6 +
 config.h.in                                  |   3 +
 configure                                    |  78 ++++++++--
 configure.ac                                 |  53 ++++++-
 debian/changelog                             |  13 ++
 debian/compat                                |   2 +-
 debian/control                               |   5 +-
 debian/copyright                             |   6 +-
 debian/rules                                 |   4 +-
 doc/Makefile.am                              |   2 +-
 doc/Makefile.in                              |   2 +-
 doc/glpk-java.pdf                            | Bin 404367 -> 407044 bytes
 doc/glpk-java.tex                            |  81 ++++++++--
 doc/libglpk-java.3                           |   2 +-
 examples/java/ErrorDemo.class                | Bin 0 -> 4248 bytes
 examples/java/Gmpl.class                     | Bin 0 -> 3224 bytes
 examples/java/LinOrd.class                   | Bin 0 -> 6969 bytes
 examples/java/Lp.class                       | Bin 0 -> 3501 bytes
 examples/java/MinimumCostFlow.class          | Bin 0 -> 3202 bytes
 examples/java/Mip.class                      | Bin 0 -> 3504 bytes
 examples/java/Mip.java                       | 215 ++++++++++++++-------------
 examples/java/OutOfMemory.class              | Bin 0 -> 1049 bytes
 examples/java/Relax4.class                   | Bin 0 -> 2951 bytes
 examples/java/marbles.mod                    |  16 +-
 ltmain.sh                                    |   4 +-
 swig/GlpkCallback.java                       |  17 ++-
 swig/GlpkTerminal.java                       |  27 ++--
 swig/Makefile.am                             |  29 ++--
 swig/Makefile.in                             |  29 ++--
 swig/glpk.i                                  |  13 +-
 swig/pom.xml                                 |  64 +++++---
 swig/src/site/apt/architecture.apt           |   2 +-
 swig/src/site/apt/classes.apt                |  24 ++-
 swig/src/site/apt/examples.apt               |   2 +-
 swig/src/site/apt/gettingStarted.apt.vm      |  56 ++++++-
 swig/src/site/apt/index.apt.vm               |   4 +-
 swig/src/site/apt/usage.apt.vm               |   4 +-
 swig/src/site/resources/images/download.png  | Bin 0 -> 1130 bytes
 swig/src/site/resources/images/swimlanes.png | Bin 0 -> 76807 bytes
 swig/src/site/site.xml                       |   6 +-
 w32/Build_JNI_with_VC14_DLL.bat              |   6 +-
 w32/Makefile_JNI_VC_DLL                      |   2 +-
 w32/config.h                                 |   1 +
 w32/glpk_java_dll.rc                         |  12 +-
 w64/Build_JNI_with_VC14_DLL.bat              |   4 +-
 w64/Makefile_JNI_VC_DLL                      |   2 +-
 w64/config.h                                 |   1 +
 w64/glpk_java_dll.rc                         |  12 +-
 49 files changed, 542 insertions(+), 273 deletions(-)
 create mode 100644 examples/java/ErrorDemo.class
 create mode 100644 examples/java/Gmpl.class
 create mode 100644 examples/java/LinOrd.class
 create mode 100644 examples/java/Lp.class
 create mode 100644 examples/java/MinimumCostFlow.class
 create mode 100644 examples/java/Mip.class
 create mode 100644 examples/java/OutOfMemory.class
 create mode 100644 examples/java/Relax4.class
 mode change 100755 => 100644 ltmain.sh
 create mode 100644 swig/src/site/resources/images/download.png
 create mode 100644 swig/src/site/resources/images/swimlanes.png
 create mode 100644 w32/config.h
 create mode 100644 w64/config.h

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



More information about the debian-science-commits mailing list