r71886 - in /trunk/libhttp-cookies-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
Tue Mar 22 23:14:53 UTC 2011


Author: periapt-guest
Date: Tue Mar 22 23:14:41 2011
New Revision: 71886

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

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

Added: trunk/libhttp-cookies-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/changelog?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/changelog (added)
+++ trunk/libhttp-cookies-perl/debian/changelog Tue Mar 22 23:14:41 2011
@@ -1,0 +1,5 @@
+libhttp-cookies-perl (6.00-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #619335).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 19 Mar 2011 23:18:43 +0000

Added: trunk/libhttp-cookies-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/compat?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/compat (added)
+++ trunk/libhttp-cookies-perl/debian/compat Tue Mar 22 23:14:41 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libhttp-cookies-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/control?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/control (added)
+++ trunk/libhttp-cookies-perl/debian/control Tue Mar 22 23:14:41 2011
@@ -1,0 +1,33 @@
+Source: libhttp-cookies-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libhttp-date-perl, libhttp-message-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/HTTP-Cookies/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-cookies-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-cookies-perl/
+
+Package: libhttp-cookies-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libhttp-date-perl,
+ libhttp-message-perl
+Description: HTTP cookie jars
+ This class is for objects that represent a "cookie jar" -- that is, a
+ database of all the HTTP cookies that a given LWP::UserAgent object knows
+ about.
+ .
+ Cookies are a general mechanism which server side connections can use to both
+ store and retrieve information on the client side of the connection. For more
+ information about cookies refer to
+ <URL:http://curl.haxx.se/rfc/cookie_spec.html> and
+ <URL:http://www.cookiecentral.com/>. HTTP::Cookies also implements the new
+ style cookies described in RFC 2965. The two variants of cookies are supposed
+ to be able to coexist happily.
+ .
+ Instances of the class HTTP::Cookies are able to store a collection of
+ Set-Cookie2: and Set-Cookie: headers and are able to use this information to
+ initialize Cookie-headers in HTTP::Request objects. The state of a
+ HTTP::Cookies object can be saved in and restored from files.

Added: trunk/libhttp-cookies-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/copyright?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/copyright (added)
+++ trunk/libhttp-cookies-perl/debian/copyright Tue Mar 22 23:14:41 2011
@@ -1,0 +1,32 @@
+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/HTTP-Cookies/
+Name: HTTP-Cookies
+
+Files: *
+Copyright: 1997-2003, Gisle Aas <gisle at activestate.com>
+License: Artistic or GPL-1+
+
+Files: lib/HTTP/Cookies/Microsoft.pm
+Copyright: 2002, Johnny Lee
+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/libhttp-cookies-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/rules?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/rules (added)
+++ trunk/libhttp-cookies-perl/debian/rules Tue Mar 22 23:14:41 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libhttp-cookies-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/source/format?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/source/format (added)
+++ trunk/libhttp-cookies-perl/debian/source/format Tue Mar 22 23:14:41 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libhttp-cookies-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-cookies-perl/debian/watch?rev=71886&op=file
==============================================================================
--- trunk/libhttp-cookies-perl/debian/watch (added)
+++ trunk/libhttp-cookies-perl/debian/watch Tue Mar 22 23:14:41 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-Cookies/   .*/HTTP-Cookies-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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