r72049 - in /trunk/liblwp-protocol-https-perl/debian: ./ changelog compat control copyright liblwp-protocol-https-perl.docs rules source/ source/format watch
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Tue Mar 29 23:21:28 UTC 2011
Author: periapt-guest
Date: Tue Mar 29 23:21:07 2011
New Revision: 72049
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72049
Log:
[svn-inject] Applying Debian modifications (6.02-1) to trunk
Added:
trunk/liblwp-protocol-https-perl/debian/
trunk/liblwp-protocol-https-perl/debian/changelog
trunk/liblwp-protocol-https-perl/debian/compat
trunk/liblwp-protocol-https-perl/debian/control
trunk/liblwp-protocol-https-perl/debian/copyright
trunk/liblwp-protocol-https-perl/debian/liblwp-protocol-https-perl.docs
trunk/liblwp-protocol-https-perl/debian/rules (with props)
trunk/liblwp-protocol-https-perl/debian/source/
trunk/liblwp-protocol-https-perl/debian/source/format
trunk/liblwp-protocol-https-perl/debian/watch
Added: trunk/liblwp-protocol-https-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/changelog?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/changelog (added)
+++ trunk/liblwp-protocol-https-perl/debian/changelog Tue Mar 29 23:21:07 2011
@@ -1,0 +1,9 @@
+liblwp-protocol-https-perl (6.02-1) UNRELEASED; urgency=low
+
+ WAITS-FOR: libwww-perl (>= 6.02)
+
+ TODO: patch code to use Debian certificates
+
+ * Initial Release (Closes: #619059).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk> Tue, 29 Mar 2011 21:33:27 +0100
Added: trunk/liblwp-protocol-https-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/compat?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/compat (added)
+++ trunk/liblwp-protocol-https-perl/debian/compat Tue Mar 29 23:21:07 2011
@@ -1,0 +1,1 @@
+7
Added: trunk/liblwp-protocol-https-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/control?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/control (added)
+++ trunk/liblwp-protocol-https-perl/debian/control Tue Mar 29 23:21:07 2011
@@ -1,0 +1,36 @@
+Source: liblwp-protocol-https-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libwww-perl (>= 6.02), libnet-http-perl,
+ libio-socket-ssl-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/LWP-Protocol-https/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblwp-protocol-https-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblwp-protocol-https-perl/
+
+Package: liblwp-protocol-https-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl (>= 6.02),
+ libnet-http-perl, libio-socket-ssl-perl
+Replaces: libwww-perl (<< 6.02)
+Breaks: libwww-perl (<< 6.02)
+Description: https driver for LWP::UserAgent
+ The LWP::Protocol::https module provide support for using https schemed URLs
+ with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so
+ you don't use it directly. Once the module is installed LWP is able to access
+ sites using HTTP over SSL/TLS.
+ .
+ If hostname verification is requested by LWP::UserAgent's ssl_opts, and
+ neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be
+ the one provided by Mozilla::CA. If the Mozilla::CA module isn't available
+ SSL requests will fail. Either install this module, set up an alternative
+ SSL_ca_file or disable hostname verification.
+ .
+ This module used to be bundled with the libwww-perl, but it was unbundled in
+ v6.02 in order to be able to declare its dependencies properly for the CPAN
+ tool-chain. Applications that need https support can just declare their
+ dependency on LWP::Protocol::https and will no longer need to know what
+ underlying modules to install.
Added: trunk/liblwp-protocol-https-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/copyright?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/copyright (added)
+++ trunk/liblwp-protocol-https-perl/debian/copyright Tue Mar 29 23:21:07 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/LWP-Protocol-https/
+Name: LWP-Protocol-https
+
+Files: *
+Copyright: 1997-2011, 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/liblwp-protocol-https-perl/debian/liblwp-protocol-https-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/liblwp-protocol-https-perl.docs?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/liblwp-protocol-https-perl.docs (added)
+++ trunk/liblwp-protocol-https-perl/debian/liblwp-protocol-https-perl.docs Tue Mar 29 23:21:07 2011
@@ -1,0 +1,1 @@
+README
Added: trunk/liblwp-protocol-https-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/rules?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/rules (added)
+++ trunk/liblwp-protocol-https-perl/debian/rules Tue Mar 29 23:21:07 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/liblwp-protocol-https-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/liblwp-protocol-https-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/source/format?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/source/format (added)
+++ trunk/liblwp-protocol-https-perl/debian/source/format Tue Mar 29 23:21:07 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: trunk/liblwp-protocol-https-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-protocol-https-perl/debian/watch?rev=72049&op=file
==============================================================================
--- trunk/liblwp-protocol-https-perl/debian/watch (added)
+++ trunk/liblwp-protocol-https-perl/debian/watch Tue Mar 29 23:21:07 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/LWP-Protocol-https/ .*/LWP-Protocol-https-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list