r46356 - in /trunk/libhttp-parser-perl/debian: control copyright libhttp-parser-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Oct 25 02:44:46 UTC 2009


Author: jawnsy-guest
Date: Sun Oct 25 02:44:40 2009
New Revision: 46356

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

Removed:
    trunk/libhttp-parser-perl/debian/libhttp-parser-perl.docs
Modified:
    trunk/libhttp-parser-perl/debian/control
    trunk/libhttp-parser-perl/debian/copyright

Modified: trunk/libhttp-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-parser-perl/debian/control?rev=46356&op=diff
==============================================================================
--- trunk/libhttp-parser-perl/debian/control (original)
+++ trunk/libhttp-parser-perl/debian/control Sun Oct 25 02:44:40 2009
@@ -13,10 +13,8 @@
 Package: libhttp-parser-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libwww-perl
-Description: parse HTTP/1.1 request into HTTP::Request/Response object
- This is an HTTP request parser. It takes chunks of text as received and
- returns a 'hint' as to what is required, or returns the HTTP::Request when a
- complete request has been read. HTTP/1.1 chunking is supported. It dies if it
- finds an error.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: HTTP request and response parser
+ HTTP::Parser is a Perl module that can take chunks of text as received and
+ return a constructed HTTP::Request object once a complete request has been
+ read. It also supports chunked encoding per HTTP/1.1. It throws an exception
+ upon error.

Modified: trunk/libhttp-parser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-parser-perl/debian/copyright?rev=46356&op=diff
==============================================================================
--- trunk/libhttp-parser-perl/debian/copyright (original)
+++ trunk/libhttp-parser-perl/debian/copyright Sun Oct 25 02:44:40 2009
@@ -3,16 +3,11 @@
 Upstream-Maintainer: David Robins <dbrobins at davidrobins.net>
 Upstream-Source: http://search.cpan.org/dist/HTTP-Parser/
 Upstream-Name: 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.
 
 Files: *
-Copyright: David Robins <dbrobins at davidrobins.net>
-License: 
+Copyright: 2004-2007, David B. Robins <dbrobins at davidrobins.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>




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