libjgrapht0.6-java 0.6.0-13 source package in Ubuntu

Changelog

libjgrapht0.6-java (0.6.0-13) unstable; urgency=medium

  * Raising Standards version to 4.6.1:
    - Rewriting d/copyright with 1.0 format
    - Setting Rules-Requires-Root: no
  * Adding myself as Uploader
  * Setting d/watch version to 4
  * Trim trailing whitespace.
  * Updating Homepage in d/control
  * Passing the correct claspath, depending on javahelper to do so
  * Renaming the patch and adding a header to it
  * Encoding the installed README.html file in UTF-8 instead of ISO-8859

 -- Pierre Gruet <email address hidden>  Mon, 22 Aug 2022 21:51:20 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjgrapht0.6-java_0.6.0-13.dsc 2.1 KiB 72812fd07f24fa6eb040d58a3b067f235b47fc101c3b2635fb5b128c2e204a31
libjgrapht0.6-java_0.6.0.orig.tar.gz 101.7 KiB 1276bbfbe3b31a9131a956c3ee7effdcef2b483f174cfd89f0514630ad37d2cd
libjgrapht0.6-java_0.6.0-13.debian.tar.xz 4.5 KiB 75b7c06d532a4f296d9f8cc843abfe7608c566be87ae023238b7525e274e0d8d

Available diffs

No changes file available.

Binary packages built by this source

libjgrapht0.6-java: mathematical graph theory library for Java

 JGraphT is a free Java graph library that provides mathematical
 graph theory objects and algorithms. JGraphT supports various types of
 graphs including:
  - directed and undirected graphs
  - graphs with weighted, unweighted, labeled or user-defined edges
  - various edge multiplicity options, including simple graphs,
    multigraphs and pseudographs
  - unmodifiable graphs: allow modules to provide "read-only" access
    to internal graphs
  - listenable graphs: allow external listeners to track modification events
  - subgraphs: graphs that are auto-updating subgraph views on other graphs