libcrypt-unixcrypt-perl 1.0-8 source package in Ubuntu

Changelog

libcrypt-unixcrypt-perl (1.0-8) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on perl.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:32:13 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-unixcrypt-perl_1.0-8.dsc 2.1 KiB 2ca0108cf4939a399e2d4ce37a477699cb7bae55e9b0176b11523f1ba18f8f18
libcrypt-unixcrypt-perl_1.0.orig.tar.gz 7.8 KiB 51d3716e740ed2ddd93cf942b994d0384b0452dd8138f8c5ce420ad39df8f906
libcrypt-unixcrypt-perl_1.0-8.debian.tar.xz 2.8 KiB e0893c6c3ac7519b50e2f00f338efb5e1678033a8d4ef4867ab844ec87cac13e

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-unixcrypt-perl: Perl-only implementation of the crypt(3) function

 The Crypt::UnixCrypt module is a portable implementation of the Unix
 library function crypt(). It is especially useful on systems whose
 perl does not implement the built-in crypt() function.
 .
 This module won't overload a built-in crypt() unless forced by a true
 value of the variable $Crypt::UnixCrypt::OVERRIDE_BUILTIN.