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

Sébastien Villemot sebastien at debian.org
Tue Jul 4 14:38:08 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  58c4e04   Changelog entry for 1.8.0-1.
       new  cc0b758   d/control: Bump Standards-Version to 4.0.0.
      adds  60e446b   New upstream version 1.9.0
       new  539c57e   Updated version 1.9.0 from 'upstream/1.9.0'
       new  b0a9c9b   d/control: Tighten B-D on default-jdk to require at least 1.8.
       new  177da2a   d/control: mark libglpk-java as M-A same.
       new  39810ee   Changelog entry for release 1.9.0-1.

The 5 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                                         |   12 -
 ChangeLog                                          |    7 +-
 Makefile.in                                        |   47 +-
 NEWS                                               |    7 +-
 aclocal.m4                                         |   57 +-
 config.h.in                                        |    3 +-
 configure                                          | 2096 +++++---
 configure.ac                                       |    2 +-
 debian/changelog                                   |   10 +
 debian/control                                     |   17 +-
 doc/Makefile.in                                    |   24 +-
 doc/glpk-java.pdf                                  |  Bin 407044 -> 395089 bytes
 doc/glpk-java.tex                                  |   44 +-
 doc/libglpk-java.3                                 |    2 +-
 examples/java/ErrorDemo.class                      |  Bin 4248 -> 0 bytes
 examples/java/Gmpl.class                           |  Bin 3224 -> 0 bytes
 examples/java/GmplSwing.java                       |    4 +-
 examples/java/LinOrd.class                         |  Bin 6969 -> 0 bytes
 examples/java/Lp.class                             |  Bin 3501 -> 0 bytes
 examples/java/MinimumCostFlow.class                |  Bin 3202 -> 0 bytes
 examples/java/Mip.class                            |  Bin 3504 -> 0 bytes
 examples/java/OutOfMemory.class                    |  Bin 1049 -> 0 bytes
 examples/java/Relax4.class                         |  Bin 2951 -> 0 bytes
 ltmain.sh                                          | 5533 +++++++++++++-------
 m4/libtool.m4                                      | 2522 +++++----
 m4/ltoptions.m4                                    |  127 +-
 m4/ltversion.m4                                    |   12 +-
 swig/Makefile.am                                   |   22 +-
 swig/Makefile.in                                   |   46 +-
 swig/glpk.i                                        |    4 +-
 swig/pom.xml                                       |   26 +-
 .../apt/{architecture.apt => architecture.apt.vm}  |    6 +-
 swig/src/site/apt/index.apt.vm                     |    4 +-
 swig/src/site/apt/troubleshooting.apt              |   38 +
 swig/src/site/site.xml                             |    1 +
 w32/Build_JNI_with_VC14_DLL.bat                    |    4 +-
 w32/Makefile_JNI_VC_DLL                            |    2 +-
 w32/glpk_java_dll.rc                               |   12 +-
 w64/Build_JNI_with_VC14_DLL.bat                    |    2 +-
 w64/Makefile_JNI_VC_DLL                            |    2 +-
 w64/glpk_java_dll.rc                               |   12 +-
 41 files changed, 6599 insertions(+), 4108 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 examples/java/ErrorDemo.class
 delete mode 100644 examples/java/Gmpl.class
 delete mode 100644 examples/java/LinOrd.class
 delete mode 100644 examples/java/Lp.class
 delete mode 100644 examples/java/MinimumCostFlow.class
 delete mode 100644 examples/java/Mip.class
 delete mode 100644 examples/java/OutOfMemory.class
 delete mode 100644 examples/java/Relax4.class
 rename swig/src/site/apt/{architecture.apt => architecture.apt.vm} (91%)
 create mode 100644 swig/src/site/apt/troubleshooting.apt

-- 
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