javatuples 1.2-2 source package in Ubuntu

Changelog

javatuples (1.2-2) unstable; urgency=medium

  * Team upload.
  * Update Standards-Version to 4.5.1
  * Use debhelper-compat.
    - Update compat level to 13.
  * Update Vcs to salsa.
  * Remove cdbs use.
  * Add Rules-Requires-Root: no.
  * Remove whitespace from d/control.
  * Use https with copyright-format-uri.
  * Modify description for description-too-short lintian error.

 -- Sudip Mukherjee <email address hidden>  Thu, 31 Dec 2020 17:25:52 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
javatuples_1.2-2.dsc 2.0 KiB 4ca7b2910b7f0869b60dfc10c27b5205e4ec52125336a431a3c3fdbf4a388cc1
javatuples_1.2.orig.tar.gz 39.9 KiB c0f94b2cbc6063f1389926fae558dbb8812ded89ae6740b224a914c719268404
javatuples_1.2-2.debian.tar.xz 2.7 KiB f4abc0370746a2c76f3f91b348dce05b0e2e1045ba4cf49c40fc227e71d24269

Available diffs

No changes file available.

Binary packages built by this source

libjavatuples-java: Java library for tuples in Java.

 javatuples is one of the simplest java libraries ever made. Its aim is
 to provide a set of java classes that allow you to work with tuples.
 .
 A tuple is just a sequence of objects that do not necessarily relate
 to each other in any way. For example: [23, "Saturn",
 java.sql.Connection@li734s] can be considered a tuple of three
 elements (a triplet) containing an Integer, a String, and a JDBC
 Connection object. As simple as that.