This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libauthen-oath-perl.
commit 1982d62b67da3073256fffd3ad8eb871b8cbb1e4 Author: gregor herrmann <[email protected]> Date: Fri Jan 23 02:35:52 2015 +0100 Fix typo in URL in debian/control. Closes: #775809 --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 34613ed..a3744b8 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Depends: ${misc:Depends}, 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). + algorithms as defined by OATH (http://www.openauthentication.org). . All necessary parameters are set by default, though these can be overridden. Both totp() and htop() have passed all of the test vectors defined in the RFC @@ -32,4 +32,3 @@ 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. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-oath-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
