glpk-java 1.12.0-2 source package in Ubuntu

Changelog

glpk-java (1.12.0-2) unstable; urgency=medium

  * Bump to debhelper 13
  * debian/rules: simplify using debhelper 12.8’s execute_after_* rules
  * disable-relax4.patch: new patch, fixes FTBFS (Closes: #978311)
  * debian/watch: bump to format v4
  * debian/control: add Rules-Requires-Root: no
  * Bump to S-V 4.5.1

 -- Sébastien Villemot <email address hidden>  Thu, 14 Jan 2021 15:06:27 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe java
Lunar release universe java
Jammy release universe java

Downloads

File Size SHA-256 Checksum
glpk-java_1.12.0-2.dsc 2.0 KiB 10e89b92a9dd50fd356dd5cad6f89a9e3cb68e7e919dd75fe20ecc00890cc90d
glpk-java_1.12.0.orig.tar.gz 1.1 MiB bd7476da7011a6bdfa589100143fc94361398311158beb82bc40aa56ae6293e0
glpk-java_1.12.0-2.debian.tar.xz 4.1 KiB cf044be595a9e05d2852221497ef529b7e2195777e216084ab0dcc35f2f688c3

Available diffs

No changes file available.

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.

libglpk-java-dbgsym: debug symbols for libglpk-java