r48139 - in /trunk/libpoe-filter-http-parser-perl/debian: control copyright libpoe-filter-http-parser-perl.docs libpoe-filter-http-parser-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 3 03:54:30 UTC 2009


Author: jawnsy-guest
Date: Thu Dec  3 03:54:21 2009
New Revision: 48139

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48139
Log:
prepare for release

Added:
    trunk/libpoe-filter-http-parser-perl/debian/libpoe-filter-http-parser-perl.examples
Removed:
    trunk/libpoe-filter-http-parser-perl/debian/libpoe-filter-http-parser-perl.docs
Modified:
    trunk/libpoe-filter-http-parser-perl/debian/control
    trunk/libpoe-filter-http-parser-perl/debian/copyright

Modified: trunk/libpoe-filter-http-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-http-parser-perl/debian/control?rev=48139&op=diff
==============================================================================
--- trunk/libpoe-filter-http-parser-perl/debian/control (original)
+++ trunk/libpoe-filter-http-parser-perl/debian/control Thu Dec  3 03:54:21 2009
@@ -2,10 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0), perl-modules (>= 5.8.9),
-  libtest-poe-server-tcp-perl (>= 0.16),
-  libtest-poe-client-tcp-perl (>= 0.1), libwww-perl, libpoe-perl (>= 1.003),
-  libhttp-parser-perl (>= 0.04)
+Build-Depends-Indep: perl, libhttp-parser-perl, libpoe-perl (>= 2:1.003),
+ libtest-poe-client-tcp-perl, libtest-poe-server-tcp-perl, libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -15,23 +13,19 @@
 
 Package: libpoe-filter-http-parser-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.6.0), libwww-perl,
-  libpoe-perl (>= 1.003), libhttp-parser-perl (>= 0.04)
-Description: A HTTP POE filter for HTTP clients or servers
- POE::Filter::HTTP::Parser is a POE::Filter for HTTP which is based on
- HTTP::Parser.
+Depends: ${misc:Depends}, ${perl:Depends}, libhttp-parser-perl, libwww-perl,
+ libpoe-perl (>= 2:1.003)
+Description: POE filter for HTTP clients or servers
+ POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE)
+ system based on HTTP::Parser. It can be used to easily create POE-based HTTP
+ servers or clients.
  .
- It can be used to easily create POE based HTTP servers or clients.
- .
- With the type set to client, which is the default behaviour, get will parse
- HTTP::Response objects from HTTP streams and put will accept HTTP::Request
+ With the type set to client, which is the default behaviour, 'get' will parse
+ HTTP::Response objects from HTTP streams and 'put' will accept HTTP::Request
  objects and convert them to HTTP streams.
  .
- With the type set to server, the reverse will happen. get will parse
- HTTP::Request objects from HTTP streams and put will accept HTTP::Response
- objects and convert them to HTTP streams. Like POE::Filter::HTTPD if there is
- an error parsing the HTTP request, this filter will generate a HTTP::Response
- object instead, to encapsulate the error message, suitable for simply sending
- back to the requesting client.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ For servers, the reverse will happen; 'get' will parse HTTP::Request objects
+ from HTTP streams and 'put' will accept HTTP::Response objects and convert
+ them to HTTP streams. If there is an error parsing the request, this filter
+ will generate a HTTP::Response object instead, encapsulating an error message
+ suitable for simply sending back to the requesting client.

Modified: trunk/libpoe-filter-http-parser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-http-parser-perl/debian/copyright?rev=48139&op=diff
==============================================================================
--- trunk/libpoe-filter-http-parser-perl/debian/copyright (original)
+++ trunk/libpoe-filter-http-parser-perl/debian/copyright Thu Dec  3 03:54:21 2009
@@ -1,34 +1,36 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Chris Williams <chris at bingosnet.co.uk>
-Upstream-Source: http://search.cpan.org/dist/POE-Filter-HTTP-Parser/
-Upstream-Name: POE-Filter-HTTP-Parser
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Chris Williams <chris at bingosnet.co.uk>
+Source: http://search.cpan.org/dist/POE-Filter-HTTP-Parser/
+Name: POE-Filter-HTTP-Parser
 
 Files: *
-Copyright: Chris Williams <chris at bingosnet.co.uk>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2009, Chris Williams <chris at bingosnet.co.uk>
+ 2009, Artur Bergman <abergman at cpan.org>
+ 2009, Rocco Caputo <rcaputo at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+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 GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/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 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libpoe-filter-http-parser-perl/debian/libpoe-filter-http-parser-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-http-parser-perl/debian/libpoe-filter-http-parser-perl.examples?rev=48139&op=file
==============================================================================
--- trunk/libpoe-filter-http-parser-perl/debian/libpoe-filter-http-parser-perl.examples (added)
+++ trunk/libpoe-filter-http-parser-perl/debian/libpoe-filter-http-parser-perl.examples Thu Dec  3 03:54:21 2009
@@ -1,0 +1,1 @@
+examples/*




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