[SCM] Debian packaging of libdigest-hmac-perl branch, master, updated. c372ee0ac651d0f0aa219cd9523da834d566ba4f

gregor herrmann gregoa at debian.org
Thu Jul 5 20:24:51 UTC 2012


The following commit has been merged in the master branch:
commit 1a6b7cc2cb6e870b9ae43ec0e30a6b6ff3e73ccc
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:27:13 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 65a85a8..4d3d272 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,21 @@
 Source: libdigest-hmac-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>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-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>
+Build-Depends-Indep: perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Digest-HMAC/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdigest-hmac-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdigest-hmac-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdigest-hmac-perl.git
+Homepage: http://search.cpan.org/dist/Digest-HMAC/
 
 Package: libdigest-hmac-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+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
@@ -23,3 +25,4 @@ Description: module for creating standard message integrity checks
  The Digest::HMAC module follow the common Digest:: interface,
  but the constructor takes the secret key and the name of some
  other simple Digest:: module as argument.
+

-- 
Debian packaging of libdigest-hmac-perl



More information about the Pkg-perl-cvs-commits mailing list