libobject-id-perl 0.1.2-3 source package in Ubuntu

Changelog

libobject-id-perl (0.1.2-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

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

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

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:20:16 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-id-perl_0.1.2-3.dsc 2.2 KiB 6856e6e3bddc5cfd3e6e6e539a59e14c4477735764fd35151b81679eefebbe90
libobject-id-perl_0.1.2.orig.tar.gz 17.8 KiB 57760d69193a77189739edc34509b7624e09ea28c93b4ca7553df096b7987bd2
libobject-id-perl_0.1.2-3.debian.tar.xz 3.4 KiB 1ded1283f661baf25b5f06b973ca5a4c3ca7555ad244f43450890b2ab3cd86fb

No changes file available.

Binary packages built by this source

libobject-id-perl: unique identifier for any object

 Object::ID is a unique identifier for any object, regardless of its type,
 structure or contents. Its features are:
 .
   * Works on ANY object of any type
   * Does not modify the object in any way
   * Does not change with the object's contents
   * Is O(1) to calculate (ie. doesn't matter how big the object is)
   * The id is unique for the life of the process
   * The id is always a true value