debian/0000755000000000000000000000000011714263305007170 5ustar debian/copyright0000644000000000000000000000222611714263305011125 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Andrew Main (Zefram) Source: http://search.cpan.org/dist/Authen-Passphrase/ Name: Authen-Passphrase Copyright: 2006-2012, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Ivan Kohler 2010, Ansgar Burchardt 2010, Franck Joncourt License: Artistic or GPL-1+ 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/watch0000644000000000000000000000027511714263305010225 0ustar # format version number, currently 2; this line is compulsory! version=3 http://search.cpan.org/dist/Authen-Passphrase/ .*/Authen-Passphrase-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000432011714263305010572 0ustar Source: libauthen-passphrase-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Ansgar Burchardt Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libauthen-dechpwd-perl, libcrypt-des-perl, libcrypt-eksblowfish-perl, libcrypt-mysql-perl, libcrypt-passwdmd5-perl, libcrypt-unixcrypt-xs-perl, libdata-entropy-perl, libdigest-md4-perl, libmodule-runtime-perl (>= 0.011), libparams-classify-perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-passphrase-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-passphrase-perl.git Homepage: http://search.cpan.org/dist/Authen-Passphrase/ Package: libauthen-passphrase-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libauthen-dechpwd-perl, libcrypt-des-perl, libcrypt-eksblowfish-perl, libcrypt-mysql-perl, libcrypt-passwdmd5-perl, libcrypt-unixcrypt-xs-perl, libdata-entropy-perl, libdigest-md4-perl, libmodule-runtime-perl (>= 0.011), libparams-classify-perl Description: Perl module encapsulating hashed passwords/passphrases as objects Authen::Passphrase is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually do not themselves know the passphrase they are looking for; they can merely recognise it when they see it. There are many schemes in use to achieve this effect, and the intent of this class is to provide a consistent interface to them all, hiding the details. . This package contains implementations of several specific passphrase schemes in addition to the base class. debian/changelog0000644000000000000000000001202211714263305011037 0ustar libauthen-passphrase-perl (0.008-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * Remove dependency on libdigest-perl (provided by perl-modules). [ Salvatore Bonaccorso ] * Imported Upstream version 0.008 * Bump dependency on libmodule-runtime-perl. Update versioned (Build-)Depends(-Indep) on libmodule-runtime-perl to (>= 0.011) as required by upstream. * Simplify dependencies already satisfied in Squeeze. Make versioned (Build-)Depends(-Indep) on packages with versioned depends already satisfied in Squeeze unversioned dependencies as Lenny (oldstable) is now gone. * Drop alternate dependency perl (>= 5.10.1) | libparent-perl. The versions are already satisfied in Squeeze and Lenny (oldstable) is now archived. * Update copyright years for upstream files * Drop use-Digest-SHA.patch patch. Patch is now applied upstream. -- Salvatore Bonaccorso Tue, 07 Feb 2012 18:57:35 +0100 libauthen-passphrase-perl (0.007-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: - Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * debian/rules: Remove use of --buildsystem=perl_build. * Bump Debhelper compat level to 8. Use Build.PL by default. * debian/control: - Bump Build-Depends on debhelper to (>= 8). - Bump Depends on libcrypt-eksblowfish-perl to (>= 0.008). - Make versioned (Build-)Depends(-Indep) on libcrypt-mysql-perl unversioned as the version is already satisfied in oldstable. - Make versioned (Build-)Depends(-Indep) on libcrypt-passwdmd5-perl unversioned as the version is already satisfied in oldstable. - Make versioned (Build-)Depends(-Indep) on libcrypt-unixcrypt-xs-perl unversioned as the version is already satisfied in oldstable. - Make versioned (Build-)Depends(-Indep) on libdigest-md4-perl unversioned as the version is already satisfied in oldstable. - Make versioned Depends on libdigest-perl unversioned as the version is already satisfied in oldstable. - Drop (Build-)Depends(-Indep) on libdigest-sha1-perl. * debian/patches: Add use-Digest-SHA.patch patch to use Digest::SHA in perl core instead of Digest::SHA1 via libdigest-sha1-perl. * Bump Standards-Version to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Sun, 07 Aug 2011 15:25:04 +0200 libauthen-passphrase-perl (0.007-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * Use source format 3.0 (quilt). * Use Build.PL. * No longer install README. * Remove build-dep on perl (>= 5.10.0) | libmodule-build-perl. Stable has perl 5.10. * Remove (build-)dep on libcrypt-blowfish-perl. * Bump (build-)dep on libcrypt-eksblowfish-perl to >= 0.008. * Bump (build-)dep on libmodule-runtime-perl to >= 0.006. * Add build-dep on libtest-pod-coverage-perl, libtest-pod-perl. * Mention module name in description. * debian/copyright: Formatting changes for current DEP-5 proposal, add years of copyright for upstream source. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. [ Franck Joncourt ] * Added (build-)dependency on perl (>= 5.10.1) | libparent-perl -- Ansgar Burchardt Sat, 31 Jul 2010 15:20:35 +0900 libauthen-passphrase-perl (0.006-2) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders. * debian/watch: use dist-based URL. * dh-make-perl refresh, dh7 * Standards-Version 3.8.4 -- Ivan Kohler Sat, 24 Apr 2010 22:11:51 -0700 libauthen-passphrase-perl (0.006-1) unstable; urgency=low * New upstream release * dh-make-perl --refresh -- Ivan Kohler Sat, 28 Mar 2009 05:03:54 -0700 libauthen-passphrase-perl (0.005-3) unstable; urgency=low * Update debian/rules to current dh-make-perl template to fix "unconditional rmdir" FTBFS (closes: Bug#467667) -- Ivan Kohler Tue, 26 Feb 2008 21:05:10 -0800 libauthen-passphrase-perl (0.005-2) unstable; urgency=low * Move Build-Dep-Indep to Build-Dep. * To avoid build failures from defective dependencies, Build-Dep (and Dep) on libcrypt-eksblowfish-perl >= 0.003-3 and libauthen-dechpwd-perl >= 2.002-3 (closes: Bug#464301) -- Ivan Kohler Mon, 11 Feb 2008 22:59:25 -0800 libauthen-passphrase-perl (0.005-1) unstable; urgency=low * Initial Release (closes: Bug#411626). -- Ivan Kohler Mon, 19 Feb 2007 23:46:45 -0800 debian/rules0000755000000000000000000000003611714263305010247 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011714263305010470 5ustar debian/source/format0000644000000000000000000000001411714263305011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211714263305010366 0ustar 8