glpk-java 1.0.18-1 source package in Ubuntu

Changelog

glpk-java (1.0.18-1) unstable; urgency=low

  * Team upload
  * New upstream release
  * Package moved to the Debian Science team
  * Standards-Version updated to version 3.9.2
  * Cleanup uploader list (Closes: #571829)
  * Update to the default-jdk & default-jre packages (Closes: #599117)
  * glpk-java.pdf is now installed (Closes: #599119)
  * Provide the path to jni.h with the JAVA_HOME variable (Closes: #618167)
  * Switch to dpkg-source 3.0 (quilt) format
  * Do not compress pdf
  * Do not ship .la file
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 10:55:18 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Science Team
Architectures:
any
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe java

Downloads

File Size SHA-256 Checksum
glpk-java_1.0.18.orig.tar.gz 766.4 KiB 0f8da28ed3e93914d8543cd5d2e56daf49c4083e8e61ab6ca8d060c5686f62aa
glpk-java_1.0.18-1.debian.tar.gz 2.7 KiB 84ddd277043354a30d59adc1e32597e52a51abe7b659ed2d91b8d8f233db3ddc
glpk-java_1.0.18-1.dsc 1.3 KiB 512bb58a46a7a8623baf88ed32ff30d3705ea80af07dc4bd0cefd2feb355068c

Available diffs

View changes file

Binary packages built by this source

libglpk-java: Java binding to the GNU Linear Programming Kit

 GLPK (GNU Linear Programming Kit) is intended for solving large-scale
 linear programming (LP), mixed integer programming (MIP), and other
 related problems. It is a set of routines written in ANSI C and
 organized in the form of a callable library.
 .
 GLPK supports the GNU MathProg language, which is a subset of the
 AMPL language. GLPK also supports the standard MPS and LP formats.
 .
 This package contains the Java binding to GLPK.