libobject-signature-perl 1.08-1 source package in Ubuntu

Changelog

libobject-signature-perl (1.08-1) unstable; urgency=medium

  * New upstream release.
  * Add debian/upstream/metadata.
  * Drop debian/patches/fix_manpage, merged upstream.
  * Drop no-dot-in-inc.patch, not relevant anymore.
  * Update debian/copyright.
    New Upstream-Contact, adjusted copyright years, dropped files.
  * Install new upstream CONTRIBUTING document.
  * Declare compliance with Debian Policy 4.2.1.

 -- gregor herrmann <email address hidden>  Wed, 21 Nov 2018 19:23:28 +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
Jammy release universe perl
Focal release universe perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-signature-perl_1.08-1.dsc 2.2 KiB 17929f1bccac1a213513185bc1aa2b5bd51ae942a7a218799a2b49ba95bd0a00
libobject-signature-perl_1.08.orig.tar.gz 25.1 KiB 842153c94da93e2b9cb3b54dee572b5064bbf499a36a73c38a23799a0203698a
libobject-signature-perl_1.08-1.debian.tar.xz 3.0 KiB 67e932ac4814e5a4aea923f5b4c4e61bb448fc33a723a8c78ab14a4acbc0466a

Available diffs

No changes file available.

Binary packages built by this source

libobject-signature-perl: module perl for generate cryptographic signatures for objects

 Object::Signature is an abstract base class that you can inherit from in
 order to allow your objects to generate unique cryptographic signatures.
 .
 The method used to generate the signature is based on Storable and
 Digest::MD5. The object is fed to "Storable::nfreeze" to get a string,
 which is then passed to Digest::MD5::md5_hex to get a unique 32
 character hexadecimal signature.