libcrypt-openssl-dsa-perl 0.13-5 source package in Ubuntu

Changelog

libcrypt-openssl-dsa-perl (0.13-5) unstable; urgency=low

  * Team upload.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/patches:
    - Add DEP3 patch headers to Makefile.PL-no-ssl-in-LIBS.patch
    - Add DEP3 patch header to fix-manpage-errors.patch
    - Add DEP3 patch header to security_croak-in-do_verify-too.patch
    - Add use-Digest-SHA.patch patch: Substitute use of Digest::SHA1 with
      Digest::SHA, which is in perl core since 5.9.3.
  * Remove debian/README.source file.
  * debian/control:
    - Remove Build-Depends on quilt.
    - Update Build-Depends on debhelper to (>= 8).
    - Remove Build-Depends on libdigest-sha1-perl.
  * debian/rules: Simplify to a tiny debian/rules makefile. Drop quilt
    framework
  * Convert to '3.0 (quilt)' source package format.
  * Bump Debhelper compat level to 8.
  * debian/copyright:
    - Update debian/copyright to revision 135  of format-specification in DEP5
      for machine readable copyright files.
    - Refer to Debian systems in general instead of only Debian GNU/Linux
      systems.
    - Explicitly point to GPL-1 license text in common-licenses.
  * Bump Standards-Version to 3.9.2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:03:51 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-openssl-dsa-perl_0.13.orig.tar.gz 6.6 KiB f786a76441106a6ce3de4d153bddd3fc0a8a90657b2cb6778aa362e4e7d66cef
libcrypt-openssl-dsa-perl_0.13-5.debian.tar.gz 4.3 KiB da0906c9aec6ee2cebc0fc196abcdb44355a361ec431e804b0b2f402fd94a5f1
libcrypt-openssl-dsa-perl_0.13-5.dsc 2.0 KiB 1107d973c7b59c0bc240664c8757fb7796ad1631b44d1c3bf7c569909ac84dd3

Available diffs

View changes file

Binary packages built by this source

libcrypt-openssl-dsa-perl: module which implements the DSA signature verification system

 Crypt::OpenSSL::DSA is a wrapper to the DSA (Digital Signature Algorithm)
 functions contained in the OpenSSL crypto library. It allows you to create
 public/private key pair, sign messages and verify signatures, as well as
 manipulate the keys at the low level.