debian/0000755000000000000000000000000012231164604007165 5ustar debian/watch0000644000000000000000000000017712010300405010205 0ustar version=3 http://search.cpan.org/dist/Authen-Krb5-Simple/ .*/Authen-Krb5-Simple-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000003612010300405010226 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000251712010300405011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Authen-Krb5-Simple Upstream-Contact: Damien S. Stuart Source: http://search.cpan.org/dist/Authen-Krb5-Simple/ Files: * Copyright: 2003-2009, Damien S. Stuart License: Artistic or GPL-1+ Files: inc/Devel/CheckLib.pm Copyright: 2007, David Cantrell 2007, David Golden License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2008, Xavier Oswald 2008, Damyan Ivanov 2009, Jonathan Yu 2012, gregor herrmann 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/source/0000755000000000000000000000000012010300405010447 5ustar debian/source/format0000644000000000000000000000001412010300405011655 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012010300405010576 5ustar debian/patches/fix-checklib-fail.patch0000644000000000000000000000077212010300405015066 0ustar Description: Trigger build failure when krb5 is not found Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2012-08-07 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ # See if the needed libs are available. Take a shot at several "possible" # locations for these libs. # -check_lib_or_exit( +assert_lib( lib => [qw( krb5 )], libpath => \@krb_lib_dirs ) unless($ENV{skip_lib_check}); debian/patches/series0000644000000000000000000000003012010300405012004 0ustar fix-checklib-fail.patch debian/compat0000644000000000000000000000000212010300405010345 0ustar 9 debian/control0000644000000000000000000000175312010300405010560 0ustar Source: libauthen-krb5-simple-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl, libkrb5-dev Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Xavier Oswald , Jonathan Yu , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Authen-Krb5-Simple/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-krb5-simple-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-krb5-simple-perl.git Package: libauthen-krb5-simple-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for authentication using Kerberos 5 Authen::Krb5::Simple is a Perl module that provides a way to authenticate a username/password combination using Kerberos 5. Simply use this module and call its authentication function (or user@KRB_REALM) and a password. debian/changelog0000644000000000000000000000657512231164604011054 0ustar libauthen-krb5-simple-perl (0.43-2build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:44:52 +0100 libauthen-krb5-simple-perl (0.43-2) unstable; urgency=low * Team upload * Add fix-checklib-fail.patch * Update copyright to Copyright-Format 1.0 * Bump Standards-Version to 3.9.3 (no changes needed) -- Alessandro Ghedini Tue, 07 Aug 2012 22:56:22 +0200 libauthen-krb5-simple-perl (0.43-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * debian/copyright: update formatting. * Switch to debhelper compatibility level 9 to pass CFLAGS to Makefile.PL/Build.PL. * Add /me to Uploaders. * Bump Standards-Version to 3.9.2 (no further changes). -- gregor herrmann Fri, 20 Jan 2012 15:56:55 +0100 libauthen-krb5-simple-perl (0.42-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Added internal error message handling + Check for null/empty passwords * Updated to machine-readable copyright file * Bumped compat/debhelper dependency to 7 * Use new short debhelper rules format * Standards-Version 3.8.2 (no changes) * Added myself to Copyright and Uploaders [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Thu, 06 Aug 2009 18:00:56 -0400 libauthen-krb5-simple-perl (0.40-1) unstable; urgency=low * New upstream release * Re-add me as uploader. * debian/control: add XS-DM-Upload-Allowed: yes. * debian/watch: use dist-based URL. * debian/rules: install upstream changelog -- Xavier Oswald Thu, 28 Feb 2008 12:34:53 +0100 libauthen-krb5-simple-perl (0.32-3) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/share/perl5 only if it exists. [ Damyan Ivanov ] * debian/rules: + fix target dependencies + remove stamps before distclean + Add CFLAGS with appropriate optimization level + Move testsuite to build-stamp target * debhelper compatibility level 6 * Standards-Version 3.7.3 (no changes) * Put me in Uploaders instead of Xavier -- Damyan Ivanov Wed, 16 Jan 2008 14:30:45 +0200 libauthen-krb5-simple-perl (0.32-2) unstable; urgency=low * Add dh_shlibdeps in the debian/rules file * Add ${shlibs:Depends} in the debian/control file -- Xavier Oswald Thu, 15 Feb 2007 13:18:32 +0100 libauthen-krb5-simple-perl (0.32-1) unstable; urgency=low * Initial release (Closes: #410235) -- Xavier Oswald Fri, 9 Feb 2007 16:37:01 +0100