r71317 - in /trunk/libnet-http-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Mar 13 00:32:02 UTC 2011


Author: periapt-guest
Date: Sun Mar 13 00:31:52 2011
New Revision: 71317

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

Added:
    trunk/libnet-http-perl/debian/
    trunk/libnet-http-perl/debian/changelog
    trunk/libnet-http-perl/debian/compat
    trunk/libnet-http-perl/debian/control
    trunk/libnet-http-perl/debian/copyright
    trunk/libnet-http-perl/debian/rules   (with props)
    trunk/libnet-http-perl/debian/source/
    trunk/libnet-http-perl/debian/source/format
    trunk/libnet-http-perl/debian/watch

Added: trunk/libnet-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-http-perl/debian/changelog?rev=71317&op=file
==============================================================================
--- trunk/libnet-http-perl/debian/changelog (added)
+++ trunk/libnet-http-perl/debian/changelog Sun Mar 13 00:31:52 2011
@@ -1,0 +1,5 @@
+libnet-http-perl (6.00-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #617974).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 13 Mar 2011 00:07:38 +0000

Added: trunk/libnet-http-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-http-perl/debian/compat?rev=71317&op=file
==============================================================================
--- trunk/libnet-http-perl/debian/compat (added)
+++ trunk/libnet-http-perl/debian/compat Sun Mar 13 00:31:52 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-http-perl/debian/control?rev=71317&op=file
==============================================================================
--- trunk/libnet-http-perl/debian/control (added)
+++ trunk/libnet-http-perl/debian/control Sun Mar 13 00:31:52 2011
@@ -1,0 +1,24 @@
+Source: libnet-http-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+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/Net-HTTP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-http-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-http-perl/
+
+Package: libnet-http-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Replaces: libwww-perl (<< 6.00)
+Breaks: libwww-perl (<< 6.00)
+Description: module providing low-level HTTP connection client
+ The Net::HTTP class is a low-level HTTP client.  An instance of the
+ Net::HTTP class represents a connection to an HTTP server.  The
+ HTTP protocol is described in RFC 2616.  The Net::HTTP class
+ supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET.
+ You can mix its methods with reading and writing from the socket directly.
+ This is not necessarily a good idea, unless you know what you are doing.

Added: trunk/libnet-http-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-http-perl/debian/copyright?rev=71317&op=file
==============================================================================
--- trunk/libnet-http-perl/debian/copyright (added)
+++ trunk/libnet-http-perl/debian/copyright Sun Mar 13 00:31:52 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at activestate.com>
+Source: http://search.cpan.org/dist/Net-HTTP/
+Name: Net-HTTP
+
+Files: *
+Copyright: 2001-2003, Gisle Aas <gisle at activestate.com>
+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/libnet-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-http-perl/debian/rules?rev=71317&op=file
==============================================================================
--- trunk/libnet-http-perl/debian/rules (added)
+++ trunk/libnet-http-perl/debian/rules Sun Mar 13 00:31:52 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libnet-http-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-http-perl/debian/source/format?rev=71317&op=file
==============================================================================
--- trunk/libnet-http-perl/debian/source/format (added)
+++ trunk/libnet-http-perl/debian/source/format Sun Mar 13 00:31:52 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

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




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