[SCM] Debian packaging of Authen-OATH CPAN distribution branch, master, updated. debian/1.0.0-1-2-ge731b91

gregor herrmann gregoa at debian.org
Thu Jul 5 20:11:19 UTC 2012


The following commit has been merged in the master branch:
commit 493446472755bded26ffea69d363f3254a9e37e5
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:14:20 2012 -0600

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

diff --git a/debian/control b/debian/control
index 398039c..263c442 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: libauthen-oath-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000)
+               perl (>= 5.11.3) | libmodule-build-perl
 Build-Depends-Indep: libdigest-hmac-perl,
- libmoose-perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl,
- perl
+                     libmoose-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-oath-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-oath-perl.git
@@ -17,9 +17,10 @@ Homepage: http://search.cpan.org/dist/Authen-OATH/
 
 Package: libauthen-oath-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdigest-hmac-perl,
- libmoose-perl,
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdigest-hmac-perl,
+         libmoose-perl
 Description: Perl module for OATH One Time Passwords
  Authen::OATH is an implementation of the HOTP and TOTP One Time Password
  algorithms as defined by OATH (http://www.openautentication.org).
@@ -31,3 +32,4 @@ Description: Perl module for OATH One Time Passwords
  totp() and hotp() both default to returning 6 digits and using SHA. As such,
  both can be called by passing only the secret key and a valid OTP will be
  returned.
+

-- 
Debian packaging of Authen-OATH CPAN distribution



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