r75937 - in /trunk/libcgi-application-dispatch-perl/debian: ./ changelog compat control copyright libcgi-application-dispatch-perl.docs patches/ patches/series patches/spelling.patch rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jun 18 10:41:13 UTC 2011


Author: periapt-guest
Date: Sat Jun 18 10:41:10 2011
New Revision: 75937

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

Added:
    trunk/libcgi-application-dispatch-perl/debian/
    trunk/libcgi-application-dispatch-perl/debian/changelog
    trunk/libcgi-application-dispatch-perl/debian/compat
    trunk/libcgi-application-dispatch-perl/debian/control
    trunk/libcgi-application-dispatch-perl/debian/copyright
    trunk/libcgi-application-dispatch-perl/debian/libcgi-application-dispatch-perl.docs
    trunk/libcgi-application-dispatch-perl/debian/patches/
    trunk/libcgi-application-dispatch-perl/debian/patches/series
    trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch
    trunk/libcgi-application-dispatch-perl/debian/rules   (with props)
    trunk/libcgi-application-dispatch-perl/debian/source/
    trunk/libcgi-application-dispatch-perl/debian/source/format
    trunk/libcgi-application-dispatch-perl/debian/watch

Added: trunk/libcgi-application-dispatch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/changelog?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/changelog (added)
+++ trunk/libcgi-application-dispatch-perl/debian/changelog Sat Jun 18 10:41:10 2011
@@ -1,0 +1,5 @@
+libcgi-application-dispatch-perl (3.00-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 17 Jun 2011 07:08:40 +0100

Added: trunk/libcgi-application-dispatch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/compat?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/compat (added)
+++ trunk/libcgi-application-dispatch-perl/debian/compat Sat Jun 18 10:41:10 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libcgi-application-dispatch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/control?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/control (added)
+++ trunk/libcgi-application-dispatch-perl/debian/control Sat Jun 18 10:41:10 2011
@@ -1,0 +1,29 @@
+Source: libcgi-application-dispatch-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl, libapache2-mod-perl2,
+ libversion-perl, libcgi-application-perl (>= 4.50),
+ libhttp-exception-perl, libexception-class-trycatch-perl,
+ libtry-tiny-perl, libtest-longstring-perl, libplack-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
+ Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/CGI-Application-Dispatch/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-dispatch-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/
+
+Package: libcgi-application-dispatch-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libversion-perl,
+ libcgi-application-perl (>= 4.50), libhttp-exception-perl,
+ libexception-class-trycatch-perl, libtry-tiny-perl
+Suggests: libapache2-mod-perl2, libplack-perl
+Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6)
+Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6)
+Description: request dispatcher for CGI::Application
+ CGI::Application::Dispatch provides glue between web server environments
+ such as mod_perl, Plack and straight CGI and the CGI::Application web
+ framework. It does this by parsing the PATH_INFO environment variable
+ and mapping it onto a CGI::Application subclass module invocation with the
+ appropriate run mode and CGI::Application parameters.

Added: trunk/libcgi-application-dispatch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/copyright?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/copyright (added)
+++ trunk/libcgi-application-dispatch-perl/debian/copyright Sat Jun 18 10:41:10 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael Peters <mpeters at plusthree.com>
+Source: http://search.cpan.org/dist/CGI-Application-Dispatch/
+Name: CGI-Application-Dispatch
+
+Files: *
+Copyright: 2008-2010, Michael Peters <mpeters at plusthree.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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'.

Added: trunk/libcgi-application-dispatch-perl/debian/libcgi-application-dispatch-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/libcgi-application-dispatch-perl.docs?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/libcgi-application-dispatch-perl.docs (added)
+++ trunk/libcgi-application-dispatch-perl/debian/libcgi-application-dispatch-perl.docs Sat Jun 18 10:41:10 2011
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libcgi-application-dispatch-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/patches/series?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/patches/series (added)
+++ trunk/libcgi-application-dispatch-perl/debian/patches/series Sat Jun 18 10:41:10 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch (added)
+++ trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch Sat Jun 18 10:41:10 2011
@@ -1,0 +1,46 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Spelling
+Forwarded: no
+Last-Update: 2011-06-17
+--- a/lib/CGI/Application/Dispatch.pm
++++ b/lib/CGI/Application/Dispatch.pm
+@@ -199,7 +199,7 @@
+ B<A URI to which the application will be redirected> - if no leading C<"> or
+ C<<> will be found.
+ 
+-Custom messages will be displayed I<in non mod_perl enviroment only>. (Under
++Custom messages will be displayed I<in non mod_perl environment only>. (Under
+ mod_perl, please use ErrorDocument directive in Apache configuration files.)
+ This value can contain C<%s> placeholder for L<sprintf> Perl function. This
+ placeholder will be replaced with numeric HTTP error code. Currently
+@@ -1171,7 +1171,7 @@
+ 
+ Here is a more complex example that dispatches "/", which would otherwise
+ be treated as a directory, and also supports multiple developer directories,
+-so C</~mark> has its own seperate dispatching system beneath it.
++so C</~mark> has its own separate dispatching system beneath it.
+ 
+ Note that order matters here! The Location block for "/" needs to come before the
+ user blocks.
+--- a/lib/CGI/Application/Dispatch/PSGI.pm
++++ b/lib/CGI/Application/Dispatch/PSGI.pm
+@@ -828,7 +828,7 @@
+ 
+ Here is a more complex example that dispatches "/", which would otherwise
+ be treated as a directory, and also supports multiple developer directories,
+-so C</~mark> has its own seperate dispatching system beneath it.
++so C</~mark> has its own separate dispatching system beneath it.
+ 
+ Note that order matters here! The Location block for "/" needs to come before the
+ user blocks.
+--- a/lib/CGI/Application/Dispatch/Regexp.pm
++++ b/lib/CGI/Application/Dispatch/Regexp.pm
+@@ -28,7 +28,7 @@
+ =head1 DESCRIPTION
+ 
+ L<CGI::Application::Dispatch> uses its own syntax dispatch table.
+-C<CGI::Application::Dispatch::Regexp> allows to use flexible and powerful Perl
++C<CGI::Application::Dispatch::Regexp> allows one to use flexible and powerful Perl
+ regular expressions to transform a path into argument list.
+ 
+ =head1 DISPATCH TABLE

Added: trunk/libcgi-application-dispatch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/rules?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/rules (added)
+++ trunk/libcgi-application-dispatch-perl/debian/rules Sat Jun 18 10:41:10 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcgi-application-dispatch-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-dispatch-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/source/format?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/source/format (added)
+++ trunk/libcgi-application-dispatch-perl/debian/source/format Sat Jun 18 10:41:10 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcgi-application-dispatch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/watch?rev=75937&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/watch (added)
+++ trunk/libcgi-application-dispatch-perl/debian/watch Sat Jun 18 10:41:10 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Dispatch/   .*/CGI-Application-Dispatch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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