debian/0000755000000000000000000000000012052252224007162 5ustar debian/rules0000755000000000000000000000003612052252224010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000205012052252224010562 0ustar Source: libauthen-cas-client-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , Jonathan Yu , Xavier Guimard Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-mockobject-perl, liburi-perl, libwww-perl, libxml-libxml-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-cas-client-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-cas-client-perl.git Homepage: http://search.cpan.org/dist/Authen-CAS-Client/ Package: libauthen-cas-client-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl, libwww-perl, libxml-libxml-perl Description: Perl module for authentication using CAS Authen::CAS::Client module provides a simple interface for authenticating users using JA-SIG's Central Authentication Service (CAS) Single Sign On protocol. Both CAS protocol version 1.0 and 2.0 are supported. debian/source/0000755000000000000000000000000012052252224010462 5ustar debian/source/format0000644000000000000000000000001412052252224011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000477412052252224011050 0ustar libauthen-cas-client-perl (0.06-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. [ Xavier Guimard ] * New upstream version * Bump Standards-Version to 3.9.4 * Use debhelper 8 * Update source format to 3.0 quilt * Update debian/copyright and use 1.0 format -- Xavier Guimard Sun, 18 Nov 2012 19:33:29 +0100 libauthen-cas-client-perl (0.05-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release + Added doc() accessor for response types + Better error handling & better messages + Changed User-Agent string to reflect module name * Added myself to Uploaders and Copyright * Standards-Version 3.8.2 (no changes) * Updated copyright information and package control description * Use shorter rules format -- Jonathan Yu Tue, 28 Jul 2009 16:45:54 -0400 libauthen-cas-client-perl (0.04-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ AGOSTINI Yves ] * new upstream release * bump Standards-Version to 3.8.1, no change * copyright, author changes to 2009 * copyright, bump to proposal format rev 196, move group copyright to personnal copyright -- AGOSTINI Yves Fri, 08 May 2009 17:33:37 +0200 libauthen-cas-client-perl (0.03-1) unstable; urgency=low [ AGOSTINI Yves ] * New upstream release * Standards-Version: 3.8.0 (no change) * update debian/rules compat control to debhelper 7 * update copyright to 2008 (from upstream copyright) * update format copyright to rev=102 * put debian packaging copyright under the same terms as the module itself * keep licence name to BSD-2 and not MIT, as author said in META.yml it's really a BSD-2 license [ gregor herrmann ] * Remove libtest-mockobject-perl from Depends, it's only used for tests during build. -- AGOSTINI Yves Wed, 25 Jun 2008 11:29:28 +0200 libauthen-cas-client-perl (0.02-1) unstable; urgency=low * Initial Release (Closes: #477395) -- AGOSTINI Yves Tue, 22 Apr 2008 23:26:12 +0200 debian/compat0000644000000000000000000000000212052252224010360 0ustar 8 debian/copyright0000644000000000000000000000514612052252224011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Authen-CAS-Client Source: http://search.cpan.org/dist/Authen-CAS-Client/ Upstream-Contact: jason hord Files: * Copyright: 2007-2009 Jason Hord License: BSD-2 Files: debian/* Copyright: 2008-2009, Agostini Yves 2009, Jonathan Yu 2012, Xavier Guimard License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson 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'. License: BSD-2 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000036612052252224010220 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-CAS-Client/ .*/Authen-CAS-Client-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$