r67817 - in /trunk/libanyevent-http-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 24 11:53:28 UTC 2011


Author: jawnsy-guest
Date: Mon Jan 24 11:53:03 2011
New Revision: 67817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67817
Log:
commit my changes

Modified:
    trunk/libanyevent-http-perl/debian/changelog
    trunk/libanyevent-http-perl/debian/control
    trunk/libanyevent-http-perl/debian/copyright

Modified: trunk/libanyevent-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/changelog?rev=67817&op=diff
==============================================================================
--- trunk/libanyevent-http-perl/debian/changelog (original)
+++ trunk/libanyevent-http-perl/debian/changelog Mon Jan 24 11:53:03 2011
@@ -1,8 +1,7 @@
 libanyevent-http-perl (2.03-1) UNRELEASED; urgency=low
 
-  TODO:
-  clarify copyright
+  Missing copyright info, need to talk to Marc
 
-  * Initial Release. Closes: #608567
+  * Initial Release (Closes: #608567)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 31 Dec 2010 21:47:13 -0500

Modified: trunk/libanyevent-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/control?rev=67817&op=diff
==============================================================================
--- trunk/libanyevent-http-perl/debian/control (original)
+++ trunk/libanyevent-http-perl/debian/control Mon Jan 24 11:53:03 2011
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libanyevent-perl, libcommon-sense-perl,
- perl
+Build-Depends-Indep: perl,
+ libcommon-sense-perl,
+ libanyevent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -14,21 +15,11 @@
 Package: libanyevent-http-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-perl, libcommon-sense-perl
-Description: simple but non-blocking HTTP/HTTPS client
- AnyEvent::HTTP is an AnyEvent user, you need to make sure that you use and
- run a supported event loop.
- .
- This module implements a simple, stateless and non-blocking HTTP client. It
- supports GET, POST and other request methods, cookies and more, all on a very
- low level. It can follow redirects supports proxies and automatically limits
- the number of connections to the values specified in the RFC.
- .
- It should generally be a "good client" that is enough for most HTTP tasks.
- Simple tasks should be simple, but complex tasks should still be possible as
- the user retains control over request and response headers.
- .
- The caller is responsible for authentication management, cookies (if the
- simplistic implementation in this module doesn't suffice), referer and other
- high-level protocol details for which this module offers only limited
- support.
+ libcommon-sense-perl,
+ libanyevent-perl
+Description: simple non-blocking HTTP/HTTPS client
+ AnyEvent::HTTP is an simple non-blocking HTTP/HTTPS client implementation,
+ which uses AnyEvent under the hood for asynchronous I/O. It supports GET,
+ POST and other request methods, cookies and more. It is well suited to most
+ HTTP tasks, while retaining fine-grained control over request and response
+ headers to cater to more complex requirements.

Modified: trunk/libanyevent-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/copyright?rev=67817&op=diff
==============================================================================
--- trunk/libanyevent-http-perl/debian/copyright (original)
+++ trunk/libanyevent-http-perl/debian/copyright Mon Jan 24 11:53:03 2011
@@ -1,10 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Marc Lehmann, <schmorp at schmorp.de>
+Maintainer: Marc Lehmann <schmorp at schmorp.de>
 Source: http://search.cpan.org/dist/AnyEvent-HTTP/
 Name: AnyEvent-HTTP
 
 Files: *
-Copyright: !MISSING!
+Copyright: Marc Lehmann <schmorp at schmorp.de>
 License: Artistic or GPL-1+
 
 Files: debian/*




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