r66764 - in /trunk/libanyevent-http-perl/debian: ./ changelog compat control copyright libanyevent-http-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 1 02:31:58 UTC 2011


Author: jawnsy-guest
Date: Sat Jan  1 02:31:52 2011
New Revision: 66764

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

Added:
    trunk/libanyevent-http-perl/debian/
    trunk/libanyevent-http-perl/debian/changelog
    trunk/libanyevent-http-perl/debian/compat
    trunk/libanyevent-http-perl/debian/control
    trunk/libanyevent-http-perl/debian/copyright
    trunk/libanyevent-http-perl/debian/libanyevent-http-perl.docs
    trunk/libanyevent-http-perl/debian/rules   (with props)
    trunk/libanyevent-http-perl/debian/watch

Added: trunk/libanyevent-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/changelog?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/changelog (added)
+++ trunk/libanyevent-http-perl/debian/changelog Sat Jan  1 02:31:52 2011
@@ -1,0 +1,5 @@
+libanyevent-http-perl (1.5-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 31 Dec 2010 21:47:13 -0500

Added: trunk/libanyevent-http-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/compat?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/compat (added)
+++ trunk/libanyevent-http-perl/debian/compat Sat Jan  1 02:31:52 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libanyevent-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/control?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/control (added)
+++ trunk/libanyevent-http-perl/debian/control Sat Jan  1 02:31:52 2011
@@ -1,0 +1,36 @@
+Source: libanyevent-http-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libanyevent-perl (>= 5),
+ 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
+Homepage: http://search.cpan.org/dist/AnyEvent-HTTP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libanyevent-http-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libanyevent-http-perl/
+
+Package: libanyevent-http-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libanyevent-perl (>= 5)
+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.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libanyevent-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/copyright?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/copyright (added)
+++ trunk/libanyevent-http-perl/debian/copyright Sat Jan  1 02:31:52 2011
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: (information incomplete)
+Source: http://search.cpan.org/dist/AnyEvent-HTTP/
+Name: AnyEvent-HTTP
+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.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: (information incomplete)
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+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/libanyevent-http-perl/debian/libanyevent-http-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/libanyevent-http-perl.docs?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/libanyevent-http-perl.docs (added)
+++ trunk/libanyevent-http-perl/debian/libanyevent-http-perl.docs Sat Jan  1 02:31:52 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libanyevent-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/rules?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/rules (added)
+++ trunk/libanyevent-http-perl/debian/rules Sat Jan  1 02:31:52 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libanyevent-http-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libanyevent-http-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-http-perl/debian/watch?rev=66764&op=file
==============================================================================
--- trunk/libanyevent-http-perl/debian/watch (added)
+++ trunk/libanyevent-http-perl/debian/watch Sat Jan  1 02:31:52 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/AnyEvent-HTTP/   .*/AnyEvent-HTTP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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