libcrypt-rsa-parse-perl 0.044-2 source package in Ubuntu

Changelog

libcrypt-rsa-parse-perl (0.044-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libconvert-asn1-perl.
    + libcrypt-rsa-parse-perl: Drop versioned constraint on libconvert-asn1-perl
      in Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 15:28:56 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-rsa-parse-perl_0.044-2.dsc 2.2 KiB e89c420329da6710ac307da9401d83f11de773e1645d3e622ddfc324a056bdce
libcrypt-rsa-parse-perl_0.044.orig.tar.gz 15.1 KiB 683f25344cdc0b822cde27655c949faf853cfdecbce0886d008396cfe6c67828
libcrypt-rsa-parse-perl_0.044-2.debian.tar.xz 1.9 KiB 478b6d0e97b3922611cdc50cadde7ef18f5785d6156e471e6d3148aeaf5c81c4

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-rsa-parse-perl: Perl module to parse RSA keys

 Crypt::RSA::Parse provides an interface for parsing RSA keys for useful
 information.
 .
 The public keys are represented via the Crypt::RSA::Parse::Public class,
 while private keys are represented via Crypt::RSA::Parse::Private.