--- libapache-asp-perl-2.57.orig/debian/README.Debian +++ libapache-asp-perl-2.57/debian/README.Debian @@ -0,0 +1,22 @@ + +If you are looking to try out Apache::ASP by using the files in +/usr/share/doc/libapache-asp-perl/examples, remember to uncompress all +the files once you've copied them to your ~/public_html/ directory (or +wherever you decide to put them). + +This package can also be run in stand-alone mode. Use the following to make that possible: + + In .htaccess: + + Options ExecCGI + AddType application/x-asp-perl .asp + Action application/x-asp-perl /cgi-bin/asp-perl + + In /cgi-bin/asp-perl file: + + #!/bin/sh + exec /usr/bin/asp-perl "$PATH_TRANSLATED" + +Thanks to Piotr Roszatycki for this. + + -- Stephen Zander , Mon Mar 15 20:49:31 2004 --- libapache-asp-perl-2.57.orig/debian/changelog +++ libapache-asp-perl-2.57/debian/changelog @@ -0,0 +1,234 @@ +libapache-asp-perl (2.57-3) unstable; urgency=low + + * QA Upload + * Changed Maintainer to Debian QA Group + + -- Stephen Quinney Wed, 16 Feb 2005 18:50:28 +0000 + +libapache-asp-perl (2.57-2.1) unstable; urgency=low + + * NMU from Munich BugSquash Party + * fix the recommends onto perl-modules (Closes: #240546) + + -- Erich Schubert Sun, 18 Apr 2004 18:16:13 +0200 + +libapache-asp-perl (2.57-2) unstable; urgency=low + + * Document the use of libapache-asp-perl in stand-alone mode in + README.Debian and adjust its Depends: & Recommends: fields + accordingly, + Closes: #236787 + * Upstream no supoprt both mod-perl and mod-perl2 so we no longer insist + on having mod-perl installed, + Closes: #237468 + + -- Stephen Zander Mon, 15 Mar 2004 20:49:00 -0800 + +libapache-asp-perl (2.57-1) unstable; urgency=low + + * New upstream release, + Closes: #187439 + * Add an entry in README.Debian explaining how to install the examples + under .../examples, + Closes: #183080 + + -- Stephen Zander Wed, 25 Feb 2004 23:31:27 -0800 + +libapache-asp-perl (2.37-2) unstable; urgency=low + + * Fix missing code from package due to changes in HEAD overwriting + upstream changes in CVS. + + -- Stephen Zander Tue, 13 Aug 2002 10:40:00 -0700 + +libapache-asp-perl (2.37-1) unstable; urgency=low + + * Fix binary-indep build dependencies, + Closes: #142131 + * Remove mention of Net::IRC from debian/copyright, + Closes: #144631 + * New upstream release, + Closes: #152997 + + -- Stephen Zander Sun, 21 Jul 2002 04:21:26 -0700 + +libapache-asp-perl (2.31-1) unstable; urgency=low + + * New upstream release, + Closes: #131551 + + -- Stephen Zander Sun, 24 Feb 2002 22:07:31 -0800 + +libapache-asp-perl (2.27-1) unstable; urgency=low + + * New upstream release. + * Fix the priority in the control file to match the overrides file. + + -- Stephen Zander Thu, 8 Nov 2001 07:43:36 -0800 + +libapache-asp-perl (2.21-1) unstable; urgency=low + + * New upstream release + * Change depndency on libmd5-perl to libdigest-md5-perl, Closes: #100371 + * Fix permissions on ASP.pm, Closes: #109471 + + -- Stephen Zander Fri, 21 Sep 2001 08:49:33 -0700 + +libapache-asp-perl (2.09-1) unstable; urgency=low + + * New maintainer, Closes: #80287 + * New upstream release, Closes: #72977 + * Updated for policy 3.5.1 and the new perl packaging policy, Closes: #80693 + + -- Stephen Zander Wed, 23 May 2001 15:17:37 -0700 + +libapache-asp-perl (2.03-1) unstable; urgency=low + + * New upstream release + * New license + + -- Piotr Roszatycki Sun, 27 Aug 2000 19:06:49 +0200 + +libapache-asp-perl (2.00-1) unstable; urgency=low + + * New upstream release + * In /usr/doc/.../examples is only redirect to ../html/eg/, + fixes missing images. + * Added suggestion: libxml-xslt-perl, libtie-cache-perl + * new yada compatible with Standards-Version: 3.1.0 + * Modified copyright info and package's description + + -- Piotr Roszatycki Fri, 21 Jul 2000 10:18:40 +0200 + +libapache-asp-perl (1.95-1) frozen unstable; urgency=high + + * New upstream release, closes: #66659 + * Fixes security problem with + http://localhost/doc/libapache-asp-perl/html/eg/source.asp script. + Script in previous versions allowed to run command with webserver + rights. Quick fix: remove source.asp or disable access to this script. + Thank you, Johnie Ingram. + * Install examples without compression, closes: #60185 + * Closes old bug, as far as we have apache-perl package, closes: #63126 + * Minor and not important changes in debian/ directory + + -- Piotr Roszatycki Tue, 11 Jul 2000 16:48:45 +0200 + +libapache-asp-perl (0.17-2) frozen unstable; urgency=low + + * Updated paths in copyright info + * Depends libapache-mod-perl or apache-perl + + -- Piotr Roszatycki Tue, 22 Feb 2000 13:05:04 +0100 + +libapache-asp-perl (0.17-1) unstable; urgency=low + + * Updated patch for Makefile.PL + * Minor changes in /usr/doc + * yada 0.8 + * New upstream release + + -- Piotr Roszatycki Wed, 1 Dec 1999 15:13:38 +0100 + +libapache-asp-perl (0.16-1) unstable; urgency=low + + * /usr/doc symlink manipulation + * New upstream release + + -- Piotr Roszatycki Sat, 2 Oct 1999 23:20:53 +0200 + +libapache-asp-perl (0.15-1) unstable; urgency=low + + * New upstream release + + -- Piotr Roszatycki Fri, 27 Aug 1999 14:51:06 +0200 + +libapache-asp-perl (0.14-1) unstable; urgency=low + + * More documentation files + * Changed copyright info + * Standards-Version: 3.0.1 + * Recommends: libcgi-pm-perl (>= 2.53) + * Suggests: libapache-filter-perl, libapache-ssi-perl, libhtml-clean-perl, libnet-perl + * New upstream release + + -- Piotr Roszatycki Sun, 15 Aug 1999 22:58:52 +0200 + +libapache-asp-perl (0.12-1) unstable; urgency=low + + * Disabled pre-build dependencies in Makefile.PL + * yada technology. + * Standards-Version: 3.0.0.0 + * New upstream release. + * New mainainer release. + + -- Piotr Roszatycki Thu, 8 Jul 1999 15:44:51 +0200 + +libapache-asp-perl (0.11-3) unstable; urgency=low + + * Replaced libmd5-perl dependency by a libdigest-md5-perl dependency. + This does correct bug #40829, but I'm not goind to close it since + it will be closed by the ftpmasters once libmd5-perl has been removed. + + -- Raphael Hertzog Tue, 6 Jul 1999 13:41:41 +0200 + +libapache-asp-perl (0.11-2) unstable; urgency=low + + * Acting as a QA maintainer. + * Changed dependencies for perl-5.005 compliance. + * Follow the new perl policy. + * If not already done, closes: #39976 + * Converted to debhelper. + + -- Raphael Hertzog Sat, 3 Jul 1999 01:01:29 +0200 + +libapache-asp-perl (0.11-1) unstable; urgency=low + + * New upstream release. + * closes bug #39976. + * orphan the package. + + -- Vincent Renardias Fri, 2 Jul 1999 19:25:55 +0200 + +libapache-asp-perl (0.09-1) unstable; urgency=low + + * New upstream release. + + -- Vincent Renardias Fri, 14 May 1999 13:09:17 +0200 + +libapache-asp-perl (0.05-1) unstable; urgency=low + + * New upstream release. + + -- Vincent Renardias Wed, 21 Oct 1998 13:35:12 +0200 + +libapache-asp-perl (0.03-1) unstable; urgency=low + + * New upstream release: + + Installation 'make test' now works + + ActiveX objects on Win32 implemented with $Server->CreateObject() + + Cookies implemented: $Response->Cookies() & $Request->Cookies() + - Fixed $Response object API, converting some methods to object members. + Deprecated methods, but backwards compatible. + + Improved error messaging, debug output + + $, influences $Response->Write(@strings) behavior + + perl print() works, sending output to $Response object + + $Response->Write() prints scalars, arrays, and hashes. Before only scalars. + + Begin implementation of $Server object. + + Implemented $Response->{Expires} and $Response->{ExpiresAbsolute} + + Added "PerlSetVar StatINC" config option + + $0 is aliased to current script filename + + ASP Objects ($Response, etc.) are set in main package + Thus notation like $main::Response->Write() can be used anywhere. + + -- Vincent Renardias Fri, 18 Sep 1998 20:03:41 +0200 + +libapache-asp-perl (0.02-1) unstable; urgency=low + + * Initial Debianization. + + -- Vincent Renardias Fri, 28 Aug 1998 20:54:00 +0200 + +Local variables: +user-mail-address: "gibreel@debian.org" +End: --- libapache-asp-perl-2.57.orig/debian/control +++ libapache-asp-perl-2.57/debian/control @@ -0,0 +1,29 @@ +Source: libapache-asp-perl +Maintainer: Debian QA Group +Section: perl +Priority: optional +Standards-Version: 3.6.1 +Build-Depends-Indep: debhelper (>> 4.1), perl (>> 5.8.1) + +Package: libapache-asp-perl +Architecture: all +Depends: ${perl:Depends}, libmldbm-perl (>= 2.00-1), libmldbm-sync-perl, libdigest-md5-perl, libwww-perl (>= 5.42-1) +Recommends: perl-modules (>= 5.8.1), libapache-mod-perl | libapache2-mod-perl2 +Suggests: libapache-filter-perl, libapache-ssi-perl, libcompress-zlib-perl, , libhtml-clean-perl, libnet-perl, libtie-cache-perl, libtime-hires-perl, libxml-sablot-perl | libxml-libxslt-perl | libxml-xslt-perl +Description: perl Apache::ASP - Active Server Pages for Apache with mod_perl. + This perl module provides an Active Server Pages port to the Apache Web + Server with perl as the host scripting language. Active Server Pages is + a web application platform that originated with the Microsoft NT/IIS + server. Under Apache for Unix and Win32 platforms it allows a developer + to create dynamic web applications with session management and embedded + perl code. + . + This module works under the Apache Web Server with the mod_perl + module enabled. See http://www.apache.org and http://perl.apache.org + for further information. It can also work under a standard CGI call + interface using the asp-perl command. See README.Debian in this + package for more details + . + This is a portable solution, similar to ActiveState's PerlScript for + NT/IIS ASP. Work has been done and will continue to make ports to and + from this implementation as smooth as possible. --- libapache-asp-perl-2.57.orig/debian/copyright +++ libapache-asp-perl-2.57/debian/copyright @@ -0,0 +1,30 @@ +This is the Debian GNU/Linux version of the Apache::ASP Perl module. + +From the README: + +LICENSE + Copyright (c) 1998-2000, Joshua Chamas, Chamas Enterprises Inc. All + rights reserved. + + Apache::ASP is a perl native port of Active Server Pages for Apache and + mod_perl. This software is licensed under the GPL. + + 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 2 of the License, or (at your + option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General + Public License for more details. + +The full text of the GPL is available on Debian systems in +/usr/share/common-licenses/GPL + +This package has been through multiple maintainers (for a list see +/usr/share/doc/libapache-asp-perl/changelog.Debian.gz). + +Current Debian specific changes are copyright (c) 2000-2002, +Stephen Zander + --- libapache-asp-perl-2.57.orig/debian/index.html +++ libapache-asp-perl-2.57/debian/index.html @@ -0,0 +1,4 @@ +<% + $Response->Redirect('../html/eg/index.html'); +%> +[Go to examples] --- libapache-asp-perl-2.57.orig/debian/rules +++ libapache-asp-perl-2.57/debian/rules @@ -0,0 +1,62 @@ +#! /usr/bin/make -f +# -*-makefile-*- +# debian/rules file for libapache-asp-perl + +export DH_COMPAT=4 + +PERL ?= /usr/bin/perl + +package := $(firstword $(shell dh_listpackages)) +prefix := $(PWD)/debian/$(package)/usr + +version := $(shell dpkg-parsechangelog | \ + sed -ne 's/^Version: *\([0-9]\+:\)*//p') + +tag: + cvs tag -c -F $(subst .,_,debian_version_$(version)) +ifeq ($(findstring -,$(version)),) + cvs tag -c -F $(subst .,_,upstream_version_$(version)) +endif + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL) + $(MAKE) LD_RUN_PATH= + touch $@ + +clean: checkroot + rm -f build-stamp + -$(MAKE) distclean + dh_clean + +binary-indep: checkroot build + dh_clean + dh_installdirs + + $(MAKE) pure_install PREFIX=$(prefix) + -rmdir -p $(prefix)/lib/perl5/ + + dh_installdocs README site + mv $(prefix)/share/doc/$(package)/site \ + $(prefix)/share/doc/$(package)/html + dh_installchangelogs CHANGES + dh_installexamples debian/index.html site/eg/.htaccess + + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: checkroot build + +binary: binary-indep binary-arch + +checkroot: + dh_testdir + dh_testroot + +.PHONY: binary binary-arch binary-indep clean checkroot build