r2658 - in /packages/libapache-request-perl/trunk: configure debian/ debian/README.Debian debian/changelog debian/control debian/copyright debian/rules eg/perl/cookie.pl eg/perl/file_upload.pl libtool

ron at users.alioth.debian.org ron at users.alioth.debian.org
Fri Apr 28 14:34:34 UTC 2006


Author: ron
Date: Fri Apr 28 14:34:33 2006
New Revision: 2658

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2658
Log:
Load libapache-request-perl-0.33 into
packages/libapache-request-perl/trunk.

Added:
    packages/libapache-request-perl/trunk/debian/
    packages/libapache-request-perl/trunk/debian/README.Debian
    packages/libapache-request-perl/trunk/debian/changelog
    packages/libapache-request-perl/trunk/debian/control
    packages/libapache-request-perl/trunk/debian/copyright
    packages/libapache-request-perl/trunk/debian/rules   (with props)
Modified:
    packages/libapache-request-perl/trunk/configure   (props changed)
    packages/libapache-request-perl/trunk/eg/perl/cookie.pl   (contents, props changed)
    packages/libapache-request-perl/trunk/eg/perl/file_upload.pl   (contents, props changed)
    packages/libapache-request-perl/trunk/libtool   (props changed)

Propchange: packages/libapache-request-perl/trunk/configure
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri Apr 28 14:34:33 2006
@@ -1,0 +1,1 @@
+*

Added: packages/libapache-request-perl/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/debian/README.Debian?rev=2658&op=file
==============================================================================
--- packages/libapache-request-perl/trunk/debian/README.Debian (added)
+++ packages/libapache-request-perl/trunk/debian/README.Debian Fri Apr 28 14:34:33 2006
@@ -1,0 +1,4 @@
+This is the debian package for the Apache::Request module, obtained
+via CPAN.  It was initially packaged by Ron Lee <ron at debian.org> on
+9 Dec 2000.
+

Added: packages/libapache-request-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/debian/changelog?rev=2658&op=file
==============================================================================
--- packages/libapache-request-perl/trunk/debian/changelog (added)
+++ packages/libapache-request-perl/trunk/debian/changelog Fri Apr 28 14:34:33 2006
@@ -1,0 +1,33 @@
+libapache-request-perl (0.33-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Install C api libs.  Closes: #114408
+  * Update standards version and deps.  Closes: #113216
+  * Remove obsolete lintian-override.
+  * Medium urgency since the perl5 dep wants to be gone
+    before the freeze.
+
+ -- Ron Lee <ron at debian.org>  Thu, 11 Oct 2001 02:53:07 -0700
+
+libapache-request-perl (0.31.3-2) unstable; urgency=low
+
+  * Added missing Build-Depends.  Closes: #83938
+  * updated standards version.
+
+ -- Ron Lee <ron at debian.org>  Mon, 29 Jan 2001 17:52:49 -0800
+
+libapache-request-perl (0.31.3-1) unstable; urgency=low
+
+  * New Upstream Release.
+
+ -- Ron Lee <ron at debian.org>  Sun, 21 Jan 2001 17:58:35 -0800
+
+libapache-request-perl (0.31-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ron Lee <ron at debian.org>  Sat,  9 Dec 2000 04:47:46 -0800
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/libapache-request-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/debian/control?rev=2658&op=file
==============================================================================
--- packages/libapache-request-perl/trunk/debian/control (added)
+++ packages/libapache-request-perl/trunk/debian/control Fri Apr 28 14:34:33 2006
@@ -1,0 +1,22 @@
+Source: libapache-request-perl
+Section: interpreters
+Priority: optional
+Build-Depends: debhelper (>=3.0.18), perl (>=5.6.0-16), apache-dev, apache-perl | libapache-mod-perl
+Maintainer: Ron Lee <ron at debian.org>
+Standards-Version: 3.5.6
+
+Package: libapache-request-perl
+Architecture: any
+Depends: ${perl:Depends}, libapache-mod-perl
+Description: Generic Apache Request Library
+ This package contains modules for manipulating client request data via
+ the Apache API with Perl and C.  Functionality includes:
+ .
+  - parsing of application/x-www-form-urlencoded data
+  - parsing of multipart/form-data
+  - parsing of HTTP Cookies
+ .
+ The Perl modules are simply a thin xs layer on top of libapreq,
+ making them a lighter and faster alternative to CGI.pm and
+ CGI::Cookie.
+

Added: packages/libapache-request-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/debian/copyright?rev=2658&op=file
==============================================================================
--- packages/libapache-request-perl/trunk/debian/copyright (added)
+++ packages/libapache-request-perl/trunk/debian/copyright Fri Apr 28 14:34:33 2006
@@ -1,0 +1,59 @@
+/* ====================================================================
+ * Copyright (c) 1995-1999 The Apache Group.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. 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.
+ *
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgment:
+ *    "This product includes software developed by the Apache Group
+ *    for use in the Apache HTTP server project (http://www.apache.org/)."
+ *
+ * 4. The names "Apache Server" and "Apache Group" must not be used to
+ *    endorse or promote products derived from this software without
+ *    prior written permission. For written permission, please contact
+ *    apache at apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache"
+ *    nor may "Apache" appear in their names without prior written
+ *    permission of the Apache Group.
+ *
+ * 6. Redistributions of any form whatsoever must retain the following
+ *    acknowledgment:
+ *    "This product includes software developed by the Apache Group
+ *    for use in the Apache HTTP server project (http://www.apache.org/)."
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
+ * EXPRESSED 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 APACHE GROUP OR
+ * ITS 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.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Group and was originally based
+ * on public domain software written at the National Center for
+ * Supercomputing Applications, University of Illinois, Urbana-Champaign.
+ * For more information on the Apache Group and the Apache HTTP server
+ * project, please see <http://www.apache.org/>.
+ *
+ */
+
+
+

Added: packages/libapache-request-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/debian/rules?rev=2658&op=file
==============================================================================
--- packages/libapache-request-perl/trunk/debian/rules (added)
+++ packages/libapache-request-perl/trunk/debian/rules Fri Apr 28 14:34:33 2006
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+# Rewritten from that template by Ron <ron at debian.org>
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DH_COMPAT=2
+
+package=libapache-request-perl
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =`pwd`/debian/$(package)
+config  =INSTALLDIRS=vendor
+
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL $(config)
+	# Note: LD_RUN_PATH is set here to get around -rpath
+	$(MAKE) OPTIMIZE="-O2 -g -Wall" LD_RUN_PATH=""
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/share/lintian/overrides
+	$(MAKE) install PREFIX=$(TMP)/usr
+	touch install-stamp
+
+binary-indep: build install
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples eg/c eg/perl
+	dh_installmanpages
+	dh_installchangelogs Changes
+	dh_strip -Xlibiberty.a
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
+

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

Modified: packages/libapache-request-perl/trunk/eg/perl/cookie.pl
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/eg/perl/cookie.pl?rev=2658&op=diff
==============================================================================
--- packages/libapache-request-perl/trunk/eg/perl/cookie.pl (original)
+++ packages/libapache-request-perl/trunk/eg/perl/cookie.pl Fri Apr 28 14:34:33 2006
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use strict;
 use Apache::Cookie ();
 use Apache::Request ();

Propchange: packages/libapache-request-perl/trunk/eg/perl/cookie.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri Apr 28 14:34:33 2006
@@ -1,0 +1,1 @@
+*

Modified: packages/libapache-request-perl/trunk/eg/perl/file_upload.pl
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libapache-request-perl/trunk/eg/perl/file_upload.pl?rev=2658&op=diff
==============================================================================
--- packages/libapache-request-perl/trunk/eg/perl/file_upload.pl (original)
+++ packages/libapache-request-perl/trunk/eg/perl/file_upload.pl Fri Apr 28 14:34:33 2006
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use strict;
 use Apache::Request ();
 

Propchange: packages/libapache-request-perl/trunk/eg/perl/file_upload.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri Apr 28 14:34:33 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libapache-request-perl/trunk/libtool
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Fri Apr 28 14:34:33 2006
@@ -1,0 +1,1 @@
+*




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