debian/0000755000000000000000000000000011575134564007201 5ustar debian/source/0000755000000000000000000000000011575134564010501 5ustar debian/source/format0000644000000000000000000000001411455037121011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611455037121010244 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000644000000000000000000000000211455037121010363 0ustar 7 debian/changelog0000644000000000000000000000303611575134455011054 0ustar 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 ] * New upstream release (0.87). * Standards-Version 3.8.3 (drop perl version dependency) * Add myself to Uploaders [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release (0.89). + Now licensed under Apache-2.0. * debian/copyright: Update for new upstream release, formatting changes for current DEP-5 proposal. * Fix spelling error in documentation. + new patch: spelling.patch * Remove (build-)dep on libdigest-sha1-perl. * Add (build-)dep on libjson-perl. * Add build-dep on libtest-script-perl. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Tue, 03 Aug 2010 12:27:25 +0900 libauthen-bitcard-perl (0.86-1) unstable; urgency=low * Initial Release. (Closes: #490932) -- AGOSTINI Yves Tue, 15 Jul 2008 14:19:39 +0200 debian/watch0000644000000000000000000000036011455037121010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Authen-Bitcard/ .*/Authen-Bitcard-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000346511575134344011140 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ask Bjørn Hansen Source: http://search.cpan.org/dist/Authen-Bitcard/ Name: Authen-Bitcard Copyright: 2004-2011, Ask Bjørn Hansen, Develooper LLC 2004, Six Apart Ltd, cpan@sixapart.com License: Apache-2.0 Files: debian/* Copyright: 2009, Jonathan Yu 2008, AGOSTINI Yves License: Artistic or GPL-1+ License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . 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 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 it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . 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'. debian/control0000644000000000000000000000264311575134234010603 0ustar Source: libauthen-bitcard-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libclass-errorhandler-perl, libjson-perl (>= 2.12), 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.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/ Package: libauthen-bitcard-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-errorhandler-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 Bitcard in other applications, see . The module and the protocol are heavily based on Authen::Typekey. (In fact, the Bitcard authentication server also supports the TypeKey API!)