r75492 - in /trunk/libauthen-bitcard-perl: Changes LICENSE META.yml Makefile.PL README debian/changelog debian/control debian/copyright debian/patches/ debian/source/local-options dist.ini lib/Authen/Bitcard.pm

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Jun 12 13:03:58 UTC 2011


Author: ansgar
Date: Sun Jun 12 13:03:49 2011
New Revision: 75492

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75492
Log:
* 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.

Added:
    trunk/libauthen-bitcard-perl/debian/source/local-options
Removed:
    trunk/libauthen-bitcard-perl/debian/patches/
Modified:
    trunk/libauthen-bitcard-perl/Changes
    trunk/libauthen-bitcard-perl/LICENSE
    trunk/libauthen-bitcard-perl/META.yml
    trunk/libauthen-bitcard-perl/Makefile.PL
    trunk/libauthen-bitcard-perl/README
    trunk/libauthen-bitcard-perl/debian/changelog
    trunk/libauthen-bitcard-perl/debian/control
    trunk/libauthen-bitcard-perl/debian/copyright
    trunk/libauthen-bitcard-perl/dist.ini
    trunk/libauthen-bitcard-perl/lib/Authen/Bitcard.pm

Modified: trunk/libauthen-bitcard-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/Changes?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/Changes (original)
+++ trunk/libauthen-bitcard-perl/Changes Sun Jun 12 13:03:49 2011
@@ -1,3 +1,7 @@
+
+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

Modified: trunk/libauthen-bitcard-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/LICENSE?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/LICENSE (original)
+++ trunk/libauthen-bitcard-perl/LICENSE Sun Jun 12 13:03:49 2011
@@ -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:
 

Modified: trunk/libauthen-bitcard-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/META.yml?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/META.yml (original)
+++ trunk/libauthen-bitcard-perl/META.yml Sun Jun 12 13:03:49 2011
@@ -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

Modified: trunk/libauthen-bitcard-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/Makefile.PL?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/Makefile.PL (original)
+++ trunk/libauthen-bitcard-perl/Makefile.PL Sun Jun 12 13:03:49 2011
@@ -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'
   }

Modified: trunk/libauthen-bitcard-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/README?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/README (original)
+++ trunk/libauthen-bitcard-perl/README Sun Jun 12 13:03:49 2011
@@ -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".

Modified: trunk/libauthen-bitcard-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/changelog?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/changelog (original)
+++ trunk/libauthen-bitcard-perl/debian/changelog Sun Jun 12 13:03:49 2011
@@ -1,8 +1,14 @@
-libauthen-bitcard-perl (0.89-2) UNRELEASED; urgency=low
+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 <ansgar at debian.org>  Mon, 01 Nov 2010 11:16:17 +0100
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 12 Jun 2011 15:02:42 +0200
 
 libauthen-bitcard-perl (0.89-1) unstable; urgency=low
 

Modified: trunk/libauthen-bitcard-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/control?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/control (original)
+++ trunk/libauthen-bitcard-perl/debian/control Sun Jun 12 13:03:49 2011
@@ -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 <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
  Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>
-Standards-Version: 3.9.1
+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

Modified: trunk/libauthen-bitcard-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/copyright?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/copyright (original)
+++ trunk/libauthen-bitcard-perl/debian/copyright Sun Jun 12 13:03:49 2011
@@ -4,7 +4,7 @@
 Name: Authen-Bitcard
 
 Copyright:
- 2004-2010, Ask Bjørn Hansen, Develooper LLC <ask at develooper.com>
+ 2004-2011, Ask Bjørn Hansen, Develooper LLC <ask at develooper.com>
  2004,      Six Apart Ltd, cpan at 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'.

Added: trunk/libauthen-bitcard-perl/debian/source/local-options
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/source/local-options?rev=75492&op=file
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/source/local-options (added)
+++ trunk/libauthen-bitcard-perl/debian/source/local-options Sun Jun 12 13:03:49 2011
@@ -1,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches

Modified: trunk/libauthen-bitcard-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/dist.ini?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/dist.ini (original)
+++ trunk/libauthen-bitcard-perl/dist.ini Sun Jun 12 13:03:49 2011
@@ -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

Modified: trunk/libauthen-bitcard-perl/lib/Authen/Bitcard.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/lib/Authen/Bitcard.pm?rev=75492&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/lib/Authen/Bitcard.pm (original)
+++ trunk/libauthen-bitcard-perl/lib/Authen/Bitcard.pm Sun Jun 12 13:03:49 2011
@@ -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<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 C<login_url>.




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