[SCM] Debian packaging of liblwp-protocol-https-perl branch, master, updated. upstream/6.03-28-gc064362
gregor herrmann
gregoa at debian.org
Mon Feb 20 18:27:25 UTC 2012
The following commit has been merged in the master branch:
commit 61fb7ff04e4bf83c4dd377806fc8f6fea980c968
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Feb 20 19:17:16 2012 +0100
Uppercase HTTPS in short/long description where it doesn't refer to the
module name itself.
Closes: #629822
diff --git a/debian/control b/debian/control
index 1208e72..58235af 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
Suggests: libcrypt-ssleay-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
+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.
@@ -35,6 +35,6 @@ Description: https driver for LWP::UserAgent
.
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
+ 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.
--
Debian packaging of liblwp-protocol-https-perl
More information about the Pkg-perl-cvs-commits
mailing list