debian/0000755000000000000000000000000011634723341007172 5ustar debian/watch0000644000000000000000000000025311634722745010232 0ustar # format version number, currently 2; this line is compulsory! version=3 http://search.cpan.org/dist/CGI-SSI/ .*/CGI-SSI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611634723035010251 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000703311634723341011047 0ustar libcgi-ssi-perl (0.92-3) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/rules: switch order of arguments to dh. [ Tim Retout ] * debian/control: Update my email address. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * Remove Piotr Roszatycki from Uploaders. (Closes: #636741) * Use source format 3.0 (quilt). * debian/copyright: Update formatting. * Use debhelper compat level 8. * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Fri, 16 Sep 2011 21:43:15 +0200 libcgi-ssi-perl (0.92-2) unstable; urgency=low [ Damyan Ivanov ] * Take over for the Debian Perl Group on maintainer's request (http://lists.debian.org/debian-perl/2008/09/msg00111.html) [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: Added: Homepage field (source stanza). * debian/control: Changed: Maintainer set to Debian Perl Group (was: Piotr Roszatycki ); Piotr Roszatycki moved to Uploaders. * debian/control: make short description a noun phrase. * debian/watch: use dist-based URL. [ Tim Retout ] * Use short format dh7/quilt rules file. Remove old yada files. * Add quilt series file, debhelper compat file and README.source. * debian/control: + Remove yada from Build-Depends. + B-D-I: Remove version from perl, remove perl-modules and tofrodos. + Add debhelper/quilt to Build-Depends. + Depends: Replace ${libcgi-ssi-perl:Depends} with ${perl:Depends}, remove perl-modules. + Bump Standards-Version to 3.8.2. + Add self to Uploaders. * debian/copyright: Add new copyright file. * Add author/description headers to debian patch. -- Tim Retout Sat, 08 Aug 2009 17:14:02 +0100 libcgi-ssi-perl (0.92-1) unstable; urgency=low * New usptream release. * debian/packages: - Convert LF/CR to LF in *.pm. - Remove executable bit for *.pm. -- Piotr Roszatycki Mon, 10 Sep 2007 13:44:13 +0200 libcgi-ssi-perl (0.88-2) unstable; urgency=low * Applied NMU patch. Thanks Thijs Kinkhorst, * Skip tests in 'make test' that try to access remote sites. Closes: #337391. -- Piotr Roszatycki Mon, 3 Apr 2006 21:51:30 +0200 libcgi-ssi-perl (0.88-1) unstable; urgency=low * New upstream release. Closes: #329501. -- Piotr Roszatycki Tue, 4 Oct 2005 11:32:50 +0200 libcgi-ssi-perl (0.53-5) unstable; urgency=low * Remove Origin field and make lintian happy. -- Piotr Roszatycki Mon, 9 Aug 2004 11:16:17 +0200 libcgi-ssi-perl (0.53-4) unstable; urgency=low * Fix wrong case in Origin field, closes: #154414. * Remove Bugs field, closes: #220082. * Section: perl * Tweaked dependencies. * `make test' on build. -- Piotr Roszatycki Thu, 11 Mar 2004 20:33:23 +0100 libcgi-ssi-perl (0.53-3) unstable; urgency=low * Architecture: all -- Piotr Roszatycki Wed, 19 Dec 2001 10:12:00 +0100 libcgi-ssi-perl (0.53-2) unstable; urgency=low * Build-Depends-Indep in debian/control -- Piotr Roszatycki Wed, 17 Oct 2001 14:46:49 +0200 libcgi-ssi-perl (0.53-1) unstable; urgency=low * Initial Debian version, closes: #104050 -- Piotr Roszatycki Mon, 9 Jul 2001 12:59:35 +0200 debian/control0000644000000000000000000000213211634723300010566 0ustar Source: libcgi-ssi-perl Maintainer: Debian Perl Group Uploaders: Tim Retout Section: perl Priority: extra Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/CGI-SSI/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-ssi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-ssi-perl.git Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libhtml-simpleparse-perl, libwww-perl, liburi-perl, libtimedate-perl Package: libcgi-ssi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-simpleparse-perl, libwww-perl, liburi-perl, libtimedate-perl Description: Perl module to use SSI from CGI scripts CGI::SSI is meant to be used as an easy way to filter shtml through CGI scripts in a loose imitation of Apache's mod_include. If you're using Apache, you may want to use either mod_include or the Apache::SSI module instead of CGI::SSI. Limitations in a CGI script's knowledge of how the server behaves make some SSI directives impossible to imitate from a CGI script. debian/compat0000644000000000000000000000000211634723243010371 0ustar 8 debian/source/0000755000000000000000000000000011634723007010471 5ustar debian/source/format0000644000000000000000000000001411634723007011677 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011634722745010630 5ustar debian/patches/010-test_without_network.patch0000644000000000000000000000455511634722745016473 0ustar Author: Thijs Kinkhorst Description: Disable tests that require network access. --- libcgi-ssi-perl-0.88.orig/test.pl +++ libcgi-ssi-perl-0.88/test.pl @@ -101,10 +101,12 @@ # include file - with many types of input # include virtual - with different types of input -{ - my $ssi = CGI::SSI->new(); - my $html = $ssi->process(q[]); - ok($html =~ /yahoo/i && $html =~ /mail/i,'include virtual 1'); +SKIP: { +# Thijs Kinkhorst: disable tests that require network access +# my $ssi = CGI::SSI->new(); +# my $html = $ssi->process(q[]); +# ok($html =~ /yahoo/i && $html =~ /mail/i,'include virtual 1'); + skip("skipping include virtual 1, remote test",1); } # tough to do these well, without more info... @@ -119,10 +121,12 @@ # exec cgi - with different input -{ - my $ssi = CGI::SSI->new(); - my $html = $ssi->process(q[]); - ok($html =~ /yahoo/i,'exec cgi'); +SKIP: { +# Thijs Kinkhorst: disable tests that require network access +# my $ssi = CGI::SSI->new(); +# my $html = $ssi->process(q[]); +# ok($html =~ /yahoo/i,'exec cgi'); + skip("skipping exec cgi, remote test",1); } # exec cmd - with different input @@ -267,13 +271,15 @@ # test cookie support SKIP: { - eval "use HTTP::Cookies; 1" or skip("HTTP::Cookies not installed", 1); - my $jar = HTTP::Cookies->new({}); - $jar->set_cookie(1,'mycookie','COOKIEVAL','/','www.bitperfect.com',80,0,0,100); - - my $ssi = CGI::SSI->new(COOKIE_JAR => $jar); - my $html = $ssi->process(qq[]); - ok($html =~ m'COOKIEVAL', "cookie support"); +# Thijs Kinkhorst: disable tests that require network access +# eval "use HTTP::Cookies; 1" or skip("HTTP::Cookies not installed", 1); +# my $jar = HTTP::Cookies->new({}); +# $jar->set_cookie(1,'mycookie','COOKIEVAL','/','www.bitperfect.com',80,0,0,100); +# +# my $ssi = CGI::SSI->new(COOKIE_JAR => $jar); +# my $html = $ssi->process(qq[]); +# ok($html =~ m'COOKIEVAL', "cookie support"); + skip("skipping cookie test, remote test", 1); } SKIP: { debian/patches/series0000644000000000000000000000003711634722745012045 0ustar 010-test_without_network.patch debian/copyright0000644000000000000000000000230211634723203011117 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: James Tolley Source: http://search.cpan.org/dist/CGI-SSI/ Name: CGI-SSI Files: * Copyright: 2000-2007, James Tolley All Rights Reserved. License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2007, Piotr Roszatycki 2008, Damyan Ivanov 2008-2009, gregor herrmann 2009, Tim Retout 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'.