r77831 - in /trunk/libdigest-hmac-perl/debian: changelog control
carnil at users.alioth.debian.org
carnil at users.alioth.debian.org
Mon Jul 25 19:51:55 UTC 2011
Author: carnil
Date: Mon Jul 25 19:51:53 2011
New Revision: 77831
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77831
Log:
* Team upload.
* debian/control: Drop libdigest-sha1-perl from (Build-)Depends(-
Indep).
Modified:
trunk/libdigest-hmac-perl/debian/changelog
trunk/libdigest-hmac-perl/debian/control
Modified: trunk/libdigest-hmac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/changelog?rev=77831&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/changelog (original)
+++ trunk/libdigest-hmac-perl/debian/changelog Mon Jul 25 19:51:53 2011
@@ -1,9 +1,12 @@
libdigest-hmac-perl (1.03+dfsg-1) UNRELEASED; urgency=low
+ * Team upload.
* New upstream release
+ uses Digest::SHA instead of Digest::SHA1.
+ * debian/control: Drop libdigest-sha1-perl from (Build-)Depends(-
+ Indep).
- -- Salvatore Bonaccorso <carnil at debian.org> Mon, 25 Jul 2011 21:48:18 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org> Mon, 25 Jul 2011 21:51:47 +0200
libdigest-hmac-perl (1.02+dfsg-1) unstable; urgency=low
Modified: trunk/libdigest-hmac-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdigest-hmac-perl/debian/control?rev=77831&op=diff
==============================================================================
--- trunk/libdigest-hmac-perl/debian/control (original)
+++ trunk/libdigest-hmac-perl/debian/control Mon Jul 25 19:51:53 2011
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libdigest-md5-perl, libdigest-sha1-perl, perl
+Build-Depends-Indep: libdigest-md5-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>,
gregor herrmann <gregoa at debian.org>,Standards-Version: 3.8.4
@@ -12,7 +12,7 @@
Package: libdigest-hmac-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdigest-sha1-perl
+Depends: ${misc:Depends}, ${perl:Depends}
Description: module for creating standard message integrity checks
HMAC is used for message integrity checks between two parties
that share a secret key, and works in combination with some other
More information about the Pkg-perl-cvs-commits
mailing list