diff -Nru libauthen-bitcard-perl-0.89/Changes libauthen-bitcard-perl-0.90/Changes --- libauthen-bitcard-perl-0.89/Changes 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/Changes 2011-06-11 08:06:25.000000000 +0000 @@ -1,4 +1,8 @@ +0.90 June 11, 2011 + - Make sure LWP is installed with https support + - Fix spelling error in documentation (Ansgar Burchardt, RT#60022) + 0.89 August 2, 2010 - Use JSON instead of JSON::XS - Use Digest::SHA instead of Digest::SHA1 (RT#59919, Ansgar Burchardt) diff -Nru libauthen-bitcard-perl-0.89/debian/changelog libauthen-bitcard-perl-0.90/debian/changelog --- libauthen-bitcard-perl-0.89/debian/changelog 2010-08-03 04:50:43.000000000 +0000 +++ libauthen-bitcard-perl-0.90/debian/changelog 2011-06-12 13:03:41.000000000 +0000 @@ -1,3 +1,15 @@ +libauthen-bitcard-perl (0.90-1) unstable; urgency=low + + * New upstream release. + * Drop patch spelling.patch (applied upstream). + * Add (build-)dep on liblwp-protocol-https-perl. + * debian/copyright: Update for new release; refer to "Debian systems" + instead of "Debian GNU/Linux systems". + * Bump Standards-Version to 3.9.2. + * Update my email address. + + -- Ansgar Burchardt Sun, 12 Jun 2011 15:02:42 +0200 + libauthen-bitcard-perl (0.89-1) unstable; urgency=low [ Jonathan Yu ] diff -Nru libauthen-bitcard-perl-0.89/debian/control libauthen-bitcard-perl-0.90/debian/control --- libauthen-bitcard-perl-0.89/debian/control 2010-08-03 04:23:38.000000000 +0000 +++ libauthen-bitcard-perl-0.90/debian/control 2011-06-12 13:01:16.000000000 +0000 @@ -3,12 +3,13 @@ Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libclass-errorhandler-perl, libjson-perl (>= 2.12), - libmath-bigint-gmp-perl, libtest-pod-coverage-perl, libtest-pod-perl, - libtest-script-perl, liburi-perl (>= 1.22), libwww-perl + liblwp-protocol-https-perl, libmath-bigint-gmp-perl, + libtest-pod-coverage-perl, libtest-pod-perl, libtest-script-perl, + liburi-perl (>= 1.22), libwww-perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , - Jonathan Yu , Ansgar Burchardt -Standards-Version: 3.9.1 + Jonathan Yu , Ansgar Burchardt +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Authen-Bitcard/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-bitcard-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-bitcard-perl/ @@ -16,8 +17,8 @@ Package: libauthen-bitcard-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-errorhandler-perl, - libjson-perl (>= 2.12), libmath-bigint-gmp-perl, liburi-perl (>= 1.22), - libwww-perl + libjson-perl (>= 2.12), liblwp-protocol-https-perl, libmath-bigint-gmp-perl, + liburi-perl (>= 1.22), libwww-perl Description: Perl module providing authentication using the Bitcard service Authen::Bitcard is an implementation of verification for signatures generated by Bitcard authentication. For information on the Bitcard protocol and using diff -Nru libauthen-bitcard-perl-0.89/debian/copyright libauthen-bitcard-perl-0.90/debian/copyright --- libauthen-bitcard-perl-0.89/debian/copyright 2010-08-03 04:23:38.000000000 +0000 +++ libauthen-bitcard-perl-0.90/debian/copyright 2011-06-12 13:02:28.000000000 +0000 @@ -4,7 +4,7 @@ Name: Authen-Bitcard Copyright: - 2004-2010, Ask Bjørn Hansen, Develooper LLC + 2004-2011, Ask Bjørn Hansen, Develooper LLC 2004, Six Apart Ltd, cpan@sixapart.com License: Apache-2.0 @@ -25,15 +25,15 @@ See the License for the specific language governing permissions and limitations under the License. . - On Debian GNU/Linux systems, the complete text of the Apache License, - Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. + On Debian systems, the complete text of the Apache License, Version 2.0 + can be found in `/usr/share/common-licenses/Apache-2.0'. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic'. + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify @@ -41,6 +41,5 @@ the Free Software Foundation; either version 1, or (at your option) any later version. . - On Debian GNU/Linux systems, the complete text of version 1 of the GNU - General Public License can be found in `/usr/share/common-licenses/GPL-1'. - + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libauthen-bitcard-perl-0.89/debian/patches/series libauthen-bitcard-perl-0.90/debian/patches/series --- libauthen-bitcard-perl-0.89/debian/patches/series 2010-08-03 04:33:13.000000000 +0000 +++ libauthen-bitcard-perl-0.90/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -spelling.patch diff -Nru libauthen-bitcard-perl-0.89/debian/patches/spelling.patch libauthen-bitcard-perl-0.90/debian/patches/spelling.patch --- libauthen-bitcard-perl-0.89/debian/patches/spelling.patch 2010-08-03 04:50:43.000000000 +0000 +++ libauthen-bitcard-perl-0.90/debian/patches/spelling.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -From: Ansgar Burchardt -Date: Tue, 03 Aug 2010 12:25:29 +0900 -Origin: vendor -Forwarded: https://rt.cpan.org/Ticket/Display.html?id=60022 -Subject: Fix spelling error in documentation - ---- libauthen-bitcard-perl.orig/lib/Authen/Bitcard.pm -+++ libauthen-bitcard-perl/lib/Authen/Bitcard.pm -@@ -303,7 +303,7 @@ - possible fields are "username", "name" and "email" (see C for - more information). - --The method takes either a comma seperated string or a reference to an -+The method takes either a comma separated string or a reference to an - array. - - This must be called before C. diff -Nru libauthen-bitcard-perl-0.89/dist.ini libauthen-bitcard-perl-0.90/dist.ini --- libauthen-bitcard-perl-0.89/dist.ini 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/dist.ini 2011-06-11 08:06:25.000000000 +0000 @@ -10,6 +10,7 @@ MIME::Base64 = 0 Digest::SHA = 0 LWP::UserAgent = 0 +LWP::Protocol::https = 0 HTTP::Status = 0 URI = 1.22 Class::ErrorHandler = 0 diff -Nru libauthen-bitcard-perl-0.89/lib/Authen/Bitcard.pm libauthen-bitcard-perl-0.90/lib/Authen/Bitcard.pm --- libauthen-bitcard-perl-0.89/lib/Authen/Bitcard.pm 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/lib/Authen/Bitcard.pm 2011-06-11 08:06:25.000000000 +0000 @@ -1,6 +1,6 @@ package Authen::Bitcard; BEGIN { - $Authen::Bitcard::VERSION = '0.89'; + $Authen::Bitcard::VERSION = '0.90'; } use strict; use base qw( Class::ErrorHandler ); @@ -303,7 +303,7 @@ possible fields are "username", "name" and "email" (see C for more information). -The method takes either a comma seperated string or a reference to an +The method takes either a comma separated string or a reference to an array. This must be called before C. diff -Nru libauthen-bitcard-perl-0.89/LICENSE libauthen-bitcard-perl-0.90/LICENSE --- libauthen-bitcard-perl-0.89/LICENSE 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/LICENSE 2011-06-11 08:06:25.000000000 +0000 @@ -1,4 +1,4 @@ -This software is Copyright (c) 2010 by Ask Bjørn Hansen. +This software is Copyright (c) 2011 by Ask Bjørn Hansen. This is free software, licensed under: diff -Nru libauthen-bitcard-perl-0.89/Makefile.PL libauthen-bitcard-perl-0.90/Makefile.PL --- libauthen-bitcard-perl-0.89/Makefile.PL 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/Makefile.PL 2011-06-11 08:06:25.000000000 +0000 @@ -26,12 +26,13 @@ 'Digest::SHA' => '0', 'HTTP::Status' => '0', 'JSON' => '2.12', + 'LWP::Protocol::https' => '0', 'LWP::UserAgent' => '0', 'MIME::Base64' => '0', 'Math::BigInt' => '0', 'URI' => '1.22' }, - 'VERSION' => '0.89', + 'VERSION' => '0.90', 'test' => { 'TESTS' => 't/*.t' } diff -Nru libauthen-bitcard-perl-0.89/META.yml libauthen-bitcard-perl-0.90/META.yml --- libauthen-bitcard-perl-0.89/META.yml 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/META.yml 2011-06-11 08:06:25.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 6.31 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.101900, CPAN::Meta::Converter version 2.101670' +generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.101670' license: apache meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -18,6 +18,7 @@ Digest::SHA: 0 HTTP::Status: 0 JSON: 2.12 + LWP::Protocol::https: 0 LWP::UserAgent: 0 MIME::Base64: 0 Math::BigInt: 0 @@ -25,4 +26,4 @@ resources: homepage: http://search.cpan.org/dist/Authen-Bitcard/ repository: http://git.develooper.com/bitcard-perl-api.git -version: 0.89 +version: 0.90 diff -Nru libauthen-bitcard-perl-0.89/README libauthen-bitcard-perl-0.90/README --- libauthen-bitcard-perl-0.89/README 2010-08-02 10:14:27.000000000 +0000 +++ libauthen-bitcard-perl-0.90/README 2011-06-11 08:06:25.000000000 +0000 @@ -62,7 +62,7 @@ fields are "username", "name" and "email" (see "verify" for more information). - The method takes either a comma seperated string or a reference to an + The method takes either a comma separated string or a reference to an array. This must be called before "login_url".