debian/0000755000000000000000000000000012231167615007172 5ustar debian/watch0000644000000000000000000000015011730422516010214 0ustar version=3 http://search.cpan.org/dist/GSSAPI/ .+/GSSAPI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611730422516010246 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000264111730422516011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Achim Grolms Source: http://search.cpan.org/dist/GSSAPI/ Upstream-Name: GSSAPI Files: * Copyright: 2000-2005, Philip Guenther 2006-2008, Achim Grolms License: Artistic or GPL-1+ Files: ppport.h Copyright: 1999, Kenneth Albanowski 2001, Paul Marquess 2004-2007, Marcus Holland-Moritz License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, Florian Ragwitz 2008, Niko Tyni 2008, 2012, gregor herrmann 2010, Ansgar Burchardt 2010, Franck Joncourt 2011, Fabrizio Regalli 2012, Florian Schlichting 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/0000755000000000000000000000000011730422516010467 5ustar debian/source/format0000644000000000000000000000001411730422516011675 0ustar 3.0 (quilt) debian/libgssapi-perl.examples0000644000000000000000000000001311730422516013636 0ustar examples/* debian/patches/0000755000000000000000000000000011730422516010616 5ustar debian/patches/disable_failing_test.patch0000644000000000000000000000126511730422516015776 0ustar Description: disable test requiring a working kerberos setup For a yet unknown reason the check for the existence of such a setup fails with recent versions of MIT Kerberos (see RT#73293), so we just skip the tests unconditionally. Author: Florian Schlichting Forwarded: not-needed --- a/t/inquire_cred.t +++ b/t/inquire_cred.t @@ -29,6 +29,8 @@ }; SKIP: { + skip('This test requires a working kerberos setup', 6); + if ( $status->major != GSS_S_COMPLETE ) { diag( "\n\nNo error: acquire_cred() failed, maybe because you have to run kinit first.\n", "Errormessage from your GSSAPI-implementation is: \n\n" . qq{"$status"}, debian/patches/series0000644000000000000000000000003311730422516012027 0ustar disable_failing_test.patch debian/compat0000644000000000000000000000000211730422516010365 0ustar 9 debian/control0000644000000000000000000000250011730422516010567 0ustar Source: libgssapi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libkrb5-dev, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Ansgar Burchardt , Franck Joncourt , Fabrizio Regalli , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/GSSAPI/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libgssapi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgssapi-perl.git Package: libgssapi-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl extension providing access to the GSSAPIv2 library This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. . The API presented by this module is a mildly object oriented reinterpretation of the C API, where opaque C structures are Perl objects, but the style of function call has been left mostly untouched. As a result, most routines modify one or more of the parameters passed to them, reflecting the C call-by-reference (or call-by-value-return) semantics. debian/changelog0000644000000000000000000000762112231167615011052 0ustar libgssapi-perl (0.28-2build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:10:37 +0100 libgssapi-perl (0.28-2) unstable; urgency=low [ Ansgar Burchardt ] * Update my email address. * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Add myself to Uploaders and Copyright. * Fixed lintian copyright-refers-to-symlink-license message. [ Florian Schlichting ] * Add disable_failing_test.patch, so that the test is skipped as it should be (Closes: #652216). * Switch dh compatibility to level 9 to enable passing of CFLAGS. * Bump Standards-Version to 3.9.3 (use copyright-format 1.0). * Add myself to uploaders and copyright. [ gregor herrmann ] * Simplify debian/rules, override not needed with debhelper 9. * Build-Depend on 9.20120312 to get all hardening flags. -- Florian Schlichting Thu, 15 Mar 2012 00:15:28 +0100 libgssapi-perl (0.28-1) unstable; urgency=low * New upstream release. * Drop patch spelling.patch: Applied upstream. -- Ansgar Burchardt Sat, 05 Jun 2010 23:43:09 +0900 libgssapi-perl (0.27-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Remove Florian Ragwitz from Uploaders (closes: #523172). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. * Refresh rules for debhelper 7. * No longer install README. * Use source format 3.0 (quilt). * Convert debian/copyright to proposed machine-readable format. * debian/copyright: Add information about ppport.h. * debian/control: Make build-dep on perl unversioned. * Fix spelling error in the documentation. + new patch: spelling.patch * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. [ Franck Joncourt ] * Set debhelper compatibility from 5 to 7. * Added back OPTIMIZE and LD_RUN_PATH variables in d.rules through the override_dh_auto_build target. This also requires a dependency on debhelper (>= 7.0.50). * Added /me to Uploaders (refreshed both d.control and d.copyright). -- Ansgar Burchardt Sun, 25 Apr 2010 12:04:30 +0900 libgssapi-perl (0.26-1) unstable; urgency=low * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * 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: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. * New upstream release. * debian/copyright: add upstream source location, update author/copyright/license information from upstream README. * Add /me to Uploaders. * Set Standards-Version to 3.8.0 (no changes). * Refresh debian/rules, no functional changes. -- gregor herrmann Sat, 05 Jul 2008 21:33:19 +0200 libgssapi-perl (0.22-1.1) unstable; urgency=low * Non-maintainer upload for the Perl 5.10 transition. * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463540) -- Niko Tyni Tue, 01 Apr 2008 21:26:39 +0300 libgssapi-perl (0.22-1) unstable; urgency=low * New upstream release. + Doesn't do DNS lookups during make test anymore (Closes: #367377). * Bump up Standards-Version to 3.7.2 (no changes). * Add build-dep to libtest-pod-perl and run the pod tests. -- Florian Ragwitz Thu, 1 Jun 2006 14:06:00 +0200 libgssapi-perl (0.20-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Sun, 26 Mar 2006 15:45:08 +0200