r68494 - in /trunk/libapache-asp-perl: ASP.pm debian/ debian/README.Debian debian/changelog debian/compat debian/control debian/copyright debian/index.html debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 13 15:32:34 UTC 2011


Author: gregoa
Date: Sun Feb 13 15:32:20 2011
New Revision: 68494

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68494
Log:
[svn-inject] Applying Debian modifications (2.59-2.1) to trunk

Added:
    trunk/libapache-asp-perl/debian/
    trunk/libapache-asp-perl/debian/README.Debian
    trunk/libapache-asp-perl/debian/changelog
    trunk/libapache-asp-perl/debian/compat
    trunk/libapache-asp-perl/debian/control
    trunk/libapache-asp-perl/debian/copyright
    trunk/libapache-asp-perl/debian/index.html
    trunk/libapache-asp-perl/debian/rules   (with props)
Modified:
    trunk/libapache-asp-perl/ASP.pm

Modified: trunk/libapache-asp-perl/ASP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/ASP.pm?rev=68494&op=diff
==============================================================================
--- trunk/libapache-asp-perl/ASP.pm (original)
+++ trunk/libapache-asp-perl/ASP.pm Sun Feb 13 15:32:20 2011
@@ -6340,7 +6340,7 @@
 it constraintless to use because of CGI's universality and perl's
 portability.
 
-  -- Grégoire Lejeune
+  -- Gr\['e]goire Lejeune
 
 =item David Kulp
 

Added: trunk/libapache-asp-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/README.Debian?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/README.Debian (added)
+++ trunk/libapache-asp-perl/debian/README.Debian Sun Feb 13 15:32:20 2011
@@ -1,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 <Piotr_Roszatycki at netia.net.pl> for this.
+
+ -- Stephen Zander <gibreel at debian.org>, Mon Mar 15 20:49:31 2004

Added: trunk/libapache-asp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/changelog?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/changelog (added)
+++ trunk/libapache-asp-perl/debian/changelog Sun Feb 13 15:32:20 2011
@@ -1,0 +1,262 @@
+libapache-asp-perl (2.59-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Conditionally remove usr/lib/perl (closes: #467647)
+  * Change $(PWD) to $(CURDIR) in debian/rules
+  * Move debhelper to Build-Depends, since it's needed in clean
+
+ -- Stephen Gran <sgran at debian.org>  Sat, 05 Apr 2008 12:23:06 +0100
+
+libapache-asp-perl (2.59-2) unstable; urgency=low
+
+  * New maintainer (closes: #279773).
+
+ -- Víctor Pérez Pereira <vperez at debianvenezuela.org>  Tue, 27 Dec 2005 00:05:04 -0400
+
+libapache-asp-perl (2.59-1) unstable; urgency=low
+
+  * QA Group Upload
+  * New upstream release - closes: #316761.
+  * debian/copyright - Updated to match current upstream statement.
+  * debian/control - Minimum dependency on libapache2-mod-perl2 is now
+    1.999.22-1, due to upstream API changes.
+  * debian/control - Cleaned up the list of dependencies and suggests.
+  * debian/compat  - Added and set to 4.
+  * debian/rules   - removed DH_COMPAT.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat,  9 Jul 2005 15:30:15 +0100
+
+libapache-asp-perl (2.57-3) unstable; urgency=low
+
+  * QA Upload
+  * Changed Maintainer to Debian QA Group <packages at qa.debian.org>
+
+ -- Stephen Quinney <sjq at debian.org>  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 <erich at debian.org>  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 <gibreel at debian.org>  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 <gibreel at debian.org>  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 <gibreel at debian.org>  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 <gibreel at debian.org>  Sun, 21 Jul 2002 04:21:26 -0700
+
+libapache-asp-perl (2.31-1) unstable; urgency=low
+
+  * New upstream release,
+  Closes: #131551
+
+ -- Stephen Zander <gibreel at debian.org>  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 <gibreel at debian.org>  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 <gibreel at debian.org>  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 <gibreel at debian.org>  Wed, 23 May 2001 15:17:37 -0700
+
+libapache-asp-perl (2.03-1) unstable; urgency=low
+
+  * New upstream release
+  * New license
+
+ -- Piotr Roszatycki <dexter at debian.org>  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 <dexter at debian.org>  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 <dexter at debian.org>  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 <dexter at debian.org>  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 <dexter at debian.org>  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 <dexter at debian.org>  Sat,  2 Oct 1999 23:20:53 +0200
+
+libapache-asp-perl (0.15-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Piotr Roszatycki <dexter at debian.org>  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 <dexter at debian.org>  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 <dexter at debian.org>  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 <rhertzog at hrnet.fr>  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 <rhertzog at hrnet.fr>  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 <vincent at debian.org>  Fri,  2 Jul 1999 19:25:55 +0200
+
+libapache-asp-perl (0.09-1) unstable; urgency=low
+  
+  * New upstream release.
+
+ -- Vincent Renardias <vincent at waw.com>  Fri, 14 May 1999 13:09:17 +0200
+
+libapache-asp-perl (0.05-1) unstable; urgency=low
+  
+  * New upstream release.
+
+ -- Vincent Renardias <vincent at waw.com>  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 <vincent at waw.com>  Fri, 18 Sep 1998 20:03:41 +0200
+
+libapache-asp-perl (0.02-1) unstable; urgency=low
+
+  * Initial Debianization.
+
+ -- Vincent Renardias <vincent at waw.com>  Fri, 28 Aug 1998 20:54:00 +0200
+
+Local variables:
+user-mail-address: "gibreel at debian.org"
+End:

Added: trunk/libapache-asp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/compat?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/compat (added)
+++ trunk/libapache-asp-perl/debian/compat Sun Feb 13 15:32:20 2011
@@ -1,0 +1,1 @@
+4

Added: trunk/libapache-asp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/control?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/control (added)
+++ trunk/libapache-asp-perl/debian/control Sun Feb 13 15:32:20 2011
@@ -1,0 +1,30 @@
+Source: libapache-asp-perl
+Maintainer: Víctor Pérez Pereira <vperez at debianvenezuela.org>
+Section: perl
+Priority: optional
+Standards-Version: 3.6.2
+Build-Depends-Indep: perl (>> 5.8.1)
+Build-Depends: debhelper (>> 4.1)
+
+Package: libapache-asp-perl
+Architecture: all
+Depends: perl (>> 5.8.1), libmldbm-perl (>= 2.00-1), libmldbm-sync-perl (>= 0.25), libwww-perl (>= 5.42-1)
+Recommends: libapache-mod-perl | libapache2-mod-perl2 (>= 1.999.22-1)
+Suggests: libdevel-symdump-perl, libcompress-zlib-perl, libhtml-clean-perl, libhtml-fillinform-perl, libapache-filter-perl, libapache-ssi-perl, libxml-sablot-perl | libxml-libxslt-perl | libxml-xslt-perl (>= 0.32)
+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.

Added: trunk/libapache-asp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/copyright?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/copyright (added)
+++ trunk/libapache-asp-perl/debian/copyright Sun Feb 13 15:32:20 2011
@@ -1,0 +1,31 @@
+This is the Debian GNU/Linux version of the Apache::ASP Perl module.
+It is currently maintained by
+Víctor Pérez Pereira <vperez at debianvenezuela.org>
+From the README:
+
+LICENSE
+    Copyright (c) 1998-2005, 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 version 2 is available on Debian systems in
+/usr/share/common-licenses/GPL-2
+
+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 <gibreel at debian.org>
+

Added: trunk/libapache-asp-perl/debian/index.html
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/index.html?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/index.html (added)
+++ trunk/libapache-asp-perl/debian/index.html Sun Feb 13 15:32:20 2011
@@ -1,0 +1,4 @@
+<%
+    $Response->Redirect('../html/eg/index.html');
+%>
+<a href="../html/eg/index.htm">[Go to examples]</a>

Added: trunk/libapache-asp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/rules?rev=68494&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/rules (added)
+++ trunk/libapache-asp-perl/debian/rules Sun Feb 13 15:32:20 2011
@@ -1,0 +1,59 @@
+#! /usr/bin/make -f
+# -*-makefile-*-
+# debian/rules file for libapache-asp-perl
+
+PERL	?= /usr/bin/perl
+
+package	:= $(firstword $(shell dh_listpackages))
+prefix	:= $(CURDIR)/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
+	[ ! -e Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp
+
+binary-indep:	checkroot build
+	dh_clean
+	dh_installdirs
+
+	$(MAKE) pure_install PREFIX=$(prefix)
+	[ ! -d $(prefix)/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(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

Propchange: trunk/libapache-asp-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-perl-cvs-commits mailing list