r66980 - in /trunk/libcgi-minimal-perl/debian: ./ changelog compat control copyright libcgi-minimal-perl.docs libcgi-minimal-perl.examples patches/ patches/pod.patch patches/series rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Jan 5 02:04:32 UTC 2011


Author: periapt-guest
Date: Wed Jan  5 02:04:16 2011
New Revision: 66980

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

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

Added: trunk/libcgi-minimal-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/changelog?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/changelog (added)
+++ trunk/libcgi-minimal-perl/debian/changelog Wed Jan  5 02:04:16 2011
@@ -1,0 +1,5 @@
+libcgi-minimal-perl (1.29-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #608897)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 5 Jan 2011 00:01:13 +0000

Added: trunk/libcgi-minimal-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/compat?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/compat (added)
+++ trunk/libcgi-minimal-perl/debian/compat Wed Jan  5 02:04:16 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libcgi-minimal-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/control?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/control (added)
+++ trunk/libcgi-minimal-perl/debian/control Wed Jan  5 02:04:16 2011
@@ -1,0 +1,30 @@
+Source: libcgi-minimal-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/CGI-Minimal/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-minimal-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-minimal-perl/
+
+Package: libcgi-minimal-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: lightweight CGI form processing package
+ CGI::Minimal provides a micro-weight alternative to the CGI.pm module.
+ Rather than attempt to address every possible need of a CGI programmer, it
+ provides the _minimum_ functions needed for CGI such as form decoding
+ (including file upload forms), URL encoding and decoding, HTTP usable date
+ generation (RFC1123 compliant dates) and basic escaping and unescaping of
+ HTMLized text.
+ .
+ The ':preload' use time option is used to force all sub-component modules to
+ load at compile time. It is not required for operation. It is solely a
+ performance optimization for particular configurations. When used, it
+ preloads the 'dehtmlize',' param_mime', 'param_filename', 'date_rfc1123',
+ 'url_decode', 'calling_parms_table' and parameter setting supporting code.
+ Those code sections are normally loaded automatically the first time they are
+ needed.

Added: trunk/libcgi-minimal-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/copyright?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/copyright (added)
+++ trunk/libcgi-minimal-perl/debian/copyright Wed Jan  5 02:04:16 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Benjamin Franz <snowhare at nihongo.org>
+Source: http://search.cpan.org/dist/CGI-Minimal/
+Name: CGI-Minimal
+
+Files: *
+Copyright: 2007, Benjamin Franz <snowhare at nihongo.org>
+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-minimal-perl/debian/libcgi-minimal-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.docs?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.docs (added)
+++ trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.docs Wed Jan  5 02:04:16 2011
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.examples?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.examples (added)
+++ trunk/libcgi-minimal-perl/debian/libcgi-minimal-perl.examples Wed Jan  5 02:04:16 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libcgi-minimal-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/patches/pod.patch?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/patches/pod.patch (added)
+++ trunk/libcgi-minimal-perl/debian/patches/pod.patch Wed Jan  5 02:04:16 2011
@@ -1,0 +1,42 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: spelling mistakes
+Last-Update: 2010-01-05
+Forwarded: no
+--- a/lib/CGI/Minimal.pod
++++ b/lib/CGI/Minimal.pod
+@@ -45,7 +45,7 @@
+ to put together any HTML or HTTP you need.
+ 
+ 
+-The parser accepts either '&' or ';' as CGI form field seperators.
++The parser accepts either '&' or ';' as CGI form field separators.
+ 
+ IOW
+ 
+@@ -237,7 +237,7 @@
+ 
+  1.13 28 Sep 2004 - Removed support for Module::Build from module install.
+ 
+- 1.12 25 Sep 2004 - Tweaked the default form parser to accept ';' as a field seperator
++ 1.12 25 Sep 2004 - Tweaked the default form parser to accept ';' as a field separator
+                     in addition to '&'. Change suggested by Peter Karman.
+                     Eliminated the explicit application/sgml-form-urlencoded support
+                     as redundant (it still works, it is just not explicitly different
+@@ -285,7 +285,7 @@
+                     of non-mod_perl persistent perl execution environments.
+ 
+  1.08 26 Jul 2001 - Added 'raw' method for obtaining a dump of the raw input buffer data
+-                    without any parsing. Moved documentation into seperate POD file.
++                    without any parsing. Moved documentation into separate POD file.
+ 
+  1.07 01 Dec 2000 - Added capability of taking a GET style parameter string
+                          via STDIN if running at the command line.
+@@ -364,7 +364,7 @@
+     $cgi->param({ 'pick_list' => ['01','05','07'] });
+ 
+ Starting with the 1.12 version, CGI::Minimal accepts the ';' character
+-as a form field seperator in addition to the '&'.
++as a form field separator in addition to the '&'.
+ 
+ IOW: a=b;c=d will decode as well as a=b&c=d in form submissions. This is
+ to provide SGML/XML/XHTML compatibility for those needing it. Since ';' has

Added: trunk/libcgi-minimal-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/patches/series?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/patches/series (added)
+++ trunk/libcgi-minimal-perl/debian/patches/series Wed Jan  5 02:04:16 2011
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libcgi-minimal-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/rules?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/rules (added)
+++ trunk/libcgi-minimal-perl/debian/rules Wed Jan  5 02:04:16 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libcgi-minimal-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/source/format?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/source/format (added)
+++ trunk/libcgi-minimal-perl/debian/source/format Wed Jan  5 02:04:16 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcgi-minimal-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-minimal-perl/debian/watch?rev=66980&op=file
==============================================================================
--- trunk/libcgi-minimal-perl/debian/watch (added)
+++ trunk/libcgi-minimal-perl/debian/watch Wed Jan  5 02:04:16 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Minimal/   .*/CGI-Minimal-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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