debian/0000755000000000000000000000000011544166236007176 5ustar debian/control0000644000000000000000000000311511544166104010573 0ustar 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 Uploaders: Nicholas Bamber 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 Replaces: libwww-perl (<< 6.00) Breaks: libwww-perl (<< 6.00) 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 and . 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. debian/copyright0000644000000000000000000000220711542666033011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Gisle Aas Source: http://search.cpan.org/dist/HTTP-Cookies/ Name: HTTP-Cookies Files: * Copyright: 1997-2003, Gisle Aas 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 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'. debian/watch0000644000000000000000000000016511542666033010227 0ustar version=3 http://search.cpan.org/dist/HTTP-Cookies/ .*/HTTP-Cookies-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211542666033010372 0ustar 7 debian/changelog0000644000000000000000000000056011544166104011043 0ustar libhttp-cookies-perl (6.00-2) unstable; urgency=low * Added missing Breaks and Replaces clauses in debian/control -- Nicholas Bamber Mon, 28 Mar 2011 18:41:57 +0100 libhttp-cookies-perl (6.00-1) unstable; urgency=low * Initial Release (Closes: #619335). -- Nicholas Bamber Tue, 22 Mar 2011 23:56:21 +0000 debian/source/0000755000000000000000000000000011544166165010477 5ustar debian/source/format0000644000000000000000000000001411542666033011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611542666033010253 0ustar #!/usr/bin/make -f %: dh $@