debian/0000755000000000000000000000000012044741432007167 5ustar debian/rules0000755000000000000000000000013412044741432010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: dh_auto_configure -- --skipdeps debian/control0000644000000000000000000000314012044741432010570 0ustar Source: libapache2-authcassimple-perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , Damyan Ivanov , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libauthen-cas-client-perl, libapache-session-wrapper-perl, libapache2-mod-perl2, libtest-pod-coverage-perl, libtest-pod-perl, liburi-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache2-authcassimple-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libapache2-authcassimple-perl.git Homepage: http://search.cpan.org/dist/Apache2-AuthCASSimple/ Package: libapache2-authcassimple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libapache-session-wrapper-perl, libapache2-mod-perl2, libauthen-cas-client-perl, libapache2-request-perl, libcrypt-ssleay-perl, liburi-perl Description: Apache2 module to authenticate trough a CAS server Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2. . It allows you to authenticate users through a Yale CAS server. It means you don't need to give login/password if you've already authenticated with the CAS server: only tickets are exchanged between Web client, Apache2 server and CAS server. If you are not authenticated yet, you will be redirected to the CAS server login form. debian/source/0000755000000000000000000000000012044741432010467 5ustar debian/source/format0000644000000000000000000000001412044741432011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000502612044741432011044 0ustar libapache2-authcassimple-perl (0.10-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Fix "typos in libapache2-authcassimple-perl package description": apply patch from Thijs Kinkhorst; thanks! Closes: #603928 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Xavier Guimard ] * Update source format to 3.0 (quilt) * Update copyright to 1.0 * Update compat to 8 * Bump Standards-Version to 3.9.4 -- Xavier Guimard Fri, 02 Nov 2012 09:36:00 +0100 libapache2-authcassimple-perl (0.10-1) unstable; urgency=low [ AGOSTINI Yves ] * New upstream release, real full fix for #525097 and #521059 * Add libcrypt-ssleay-perl, liburi-perl in Depends, * Add liburi-perl in Build-Depends * only examples/delete_session_data.pl in examples others are only test cases for dev [ gregor herrmann ] * debian/rules: call dh_auto_configure with "--skipdeps" to keep Module::Install from loading CPAN.pm; bump debhelper dependency in debian/control. -- AGOSTINI Yves Mon, 11 May 2009 08:54:54 +0200 libapache2-authcassimple-perl (0.09-1) unstable; urgency=low * New upstream release + Closes: #525097: REMOTE_USER not set in ENV * use three-line dh7-style debian/rules * add myself to Uploaders -- Damyan Ivanov Fri, 24 Apr 2009 09:46:03 +0300 libapache2-authcassimple-perl (0.07-1) unstable; urgency=low [ AGOSTINI Yves ] * New upstream release (Closes: #521059) * Bump to Standards-Version: 3.8.1 [ gregor herrmann ] * debian/copyright: update years of copyright. * debian/control: fix 2 minor errors in long description. -- AGOSTINI Yves Fri, 03 Apr 2009 08:56:52 +0200 libapache2-authcassimple-perl (0.06-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ AGOSTINI Yves ] * New release * bump to dh 7 * update copyright format, add inc/ copyright * remove pod-coverage patch and quilt * add dep on libapache2-request-perl * remove useless docs * add script example -- AGOSTINI Yves Fri, 12 Dec 2008 10:00:29 +0100 libapache2-authcassimple-perl (0.05-1) unstable; urgency=low * Initial Release. (Closes: #479558) -- AGOSTINI Yves Tue, 13 May 2008 14:10:23 +0200 debian/compat0000644000000000000000000000000212044741432010365 0ustar 8 debian/copyright0000644000000000000000000000261112044741432011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache2-AuthCASSimple Upstream-Contact: Yves Agostini Source: http://search.cpan.org/dist/Apache2-AuthCASSimple/ Files: * Copyright: 2008, 2009, Yves Agostini License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2008, Adam Kennedy 2002-2008, Audrey Tang 2002-2008, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2009, AGOSTINI Yves 2009, Damyan Ivanov 2009, Nathan Handler 2012, Xavier Guimard 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/libapache2-authcassimple-perl.examples0000644000000000000000000000001312044741432016513 0ustar examples/* debian/watch0000644000000000000000000000037612044741432010226 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/Apache2-AuthCASSimple/ .*/Apache2-AuthCASSimple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$