libset-tiny-perl 0.04-2 source package in Ubuntu

Changelog

libset-tiny-perl (0.04-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 10:17:45 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libset-tiny-perl_0.04-2.dsc 2.0 KiB ffa3022ad455e07cf2891e40de3e2ac76be1d61f97780caab444173ef74ac2da
libset-tiny-perl_0.04.orig.tar.gz 6.7 KiB c15b9517bb2e5178b62ea81c079961666659f87b8ccf535ea2b7e7da59c7e0e8
libset-tiny-perl_0.04-2.debian.tar.xz 2.1 KiB 33c9a504802564b309ca43b67a16f8352acf30f54bc7efae37aacb42b138a8b8

Available diffs

No changes file available.

Binary packages built by this source

libset-tiny-perl: module for simple sets of strings

 Set::Tiny is a thin wrapper around regular Perl hashes to perform often
 needed set operations, such as testing two sets of strings for equality, or
 checking whether one is contained within the other.
 .
 For a more complete implementation of mathematical set theory, see
 Set::Scalar. For sets of arbitrary objects, see Set::Object.