r67357 - in /trunk/libhttp-tiny-perl/debian: ./ changelog compat control copyright libhttp-tiny-perl.examples patches/ patches/fix-spelling-error.patch patches/series rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Jan 13 18:19:05 UTC 2011


Author: ghedo-guest
Date: Thu Jan 13 18:18:43 2011
New Revision: 67357

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

Added:
    trunk/libhttp-tiny-perl/debian/
    trunk/libhttp-tiny-perl/debian/changelog
    trunk/libhttp-tiny-perl/debian/compat
    trunk/libhttp-tiny-perl/debian/control
    trunk/libhttp-tiny-perl/debian/copyright
    trunk/libhttp-tiny-perl/debian/libhttp-tiny-perl.examples
    trunk/libhttp-tiny-perl/debian/patches/
    trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch
    trunk/libhttp-tiny-perl/debian/patches/series
    trunk/libhttp-tiny-perl/debian/rules   (with props)
    trunk/libhttp-tiny-perl/debian/source/
    trunk/libhttp-tiny-perl/debian/source/format
    trunk/libhttp-tiny-perl/debian/watch

Added: trunk/libhttp-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/changelog?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/changelog (added)
+++ trunk/libhttp-tiny-perl/debian/changelog Thu Jan 13 18:18:43 2011
@@ -1,0 +1,5 @@
+libhttp-tiny-perl (0.007-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #609901)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Thu, 13 Jan 2011 18:47:02 +0100

Added: trunk/libhttp-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/compat?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/compat (added)
+++ trunk/libhttp-tiny-perl/debian/compat Thu Jan 13 18:18:43 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libhttp-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/control?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/control (added)
+++ trunk/libhttp-tiny-perl/debian/control Thu Jan 13 18:18:43 2011
@@ -1,0 +1,22 @@
+Source: libhttp-tiny-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: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/HTTP-Tiny/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-tiny-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-tiny-perl/
+
+Package: libhttp-tiny-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module that implements a small, simple, correct HTTP/1.1 client
+ This is a very simple HTTP/1.1 client, designed primarily for doing simple
+ GET requests without the overhead of a large framework like LWP::UserAgent.
+ .
+ It is more correct and more complete than HTTP::Lite. It supports proxies
+ (currently only non-authenticating ones) and redirection. It also correctly
+ resumes after EINTR.

Added: trunk/libhttp-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/copyright?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/copyright (added)
+++ trunk/libhttp-tiny-perl/debian/copyright Thu Jan 13 18:18:43 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Christian Hansen <chansen at cpan.org>, David Golden <dagolden at cpan.org>
+Source: http://search.cpan.org/dist/HTTP-Tiny/
+Name: HTTP-Tiny
+
+Files: *
+Copyright: 2011, Christian Hansen <chansen at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio at gmail.com>
+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/libhttp-tiny-perl/debian/libhttp-tiny-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/libhttp-tiny-perl.examples?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/libhttp-tiny-perl.examples (added)
+++ trunk/libhttp-tiny-perl/debian/libhttp-tiny-perl.examples Thu Jan 13 18:18:43 2011
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch (added)
+++ trunk/libhttp-tiny-perl/debian/patches/fix-spelling-error.patch Thu Jan 13 18:18:43 2011
@@ -1,0 +1,14 @@
+Fix spelling error s/Persistant/Persistent/ found by lintian
+Index: HTTP-Tiny-0.007/lib/HTTP/Tiny.pm
+===================================================================
+--- HTTP-Tiny-0.007.orig/lib/HTTP/Tiny.pm	2011-01-13 19:07:50.059648001 +0100
++++ HTTP-Tiny-0.007/lib/HTTP/Tiny.pm	2011-01-13 19:08:02.733648001 +0100
+@@ -984,7 +984,7 @@
+ 
+ =item *
+ 
+-Persistant connections are not supported.  The C<Connection> header will
++Persistent connections are not supported.  The C<Connection> header will
+ always be set to C<close>.
+ 
+ =item *

Added: trunk/libhttp-tiny-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/patches/series?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/patches/series (added)
+++ trunk/libhttp-tiny-perl/debian/patches/series Thu Jan 13 18:18:43 2011
@@ -1,0 +1,1 @@
+fix-spelling-error.patch

Added: trunk/libhttp-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/rules?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/rules (added)
+++ trunk/libhttp-tiny-perl/debian/rules Thu Jan 13 18:18:43 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhttp-tiny-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhttp-tiny-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/source/format?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/source/format (added)
+++ trunk/libhttp-tiny-perl/debian/source/format Thu Jan 13 18:18:43 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libhttp-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-tiny-perl/debian/watch?rev=67357&op=file
==============================================================================
--- trunk/libhttp-tiny-perl/debian/watch (added)
+++ trunk/libhttp-tiny-perl/debian/watch Thu Jan 13 18:18:43 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-Tiny/   .*/HTTP-Tiny-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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