[SCM] libweb-id-perl Debian packaging branch, master, updated. debian/1.920-1-8-g12cb294

Jonas Smedegaard dr at jones.dk
Mon May 21 23:20:14 UTC 2012


The following commit has been merged in the master branch:
commit b94dc3e2f3b6b8c64f525e3c97cb1a4579189c68
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 11 00:08:46 2012 +0200

    Suggest libwww-finger-perl, and mention in long description its usage with Web::ID::Certificate::Generator.

diff --git a/debian/control.in b/debian/control.in
index 8e87cf1..09bb333 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -15,6 +15,7 @@ Depends: ${cdbs:Depends},
  ${misc:Depends},
  ${perl:Depends}
 Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
 Description: implementation of WebID (a.k.a. FOAF+SSL)
  WebID is a simple authentication protocol based on TLS (Transaction
  Layer Security, better known as Secure Socket Layer, SSL) and the
@@ -27,3 +28,8 @@ Description: implementation of WebID (a.k.a. FOAF+SSL)
  for Plack to perform WebID authentication on HTTPS connections; and
  Web::ID::Certificate::Generator, a module that allows you to generate
  WebID-enabled certificates that can be installed into web browsers.
+ .
+ If WWW::Finger (libwww-finger-perl) is installed,
+ Web::ID::Certificate::Generator attempts to locate some RDF data about
+ the holder of an e-mail address provided as Web::ID::SAN::Email. It is
+ probably not especially interoperable with other WebID implementations.
diff --git a/debian/rules b/debian/rules
index f37697b..4718503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,5 +46,6 @@ CDBS_DEPENDS_ALL += , libmousex-types-perl | libmoosex-types-perl
 CDBS_BUILD_DEPENDS += , $(common-depends), $(common-recommends)
 CDBS_DEPENDS_ALL = $(common-depends)
 CDBS_RECOMMENDS_ALL = $(common-recommends)
+CDBS_SUGGESTS_ALL = libwww-finger-perl
 
 DEB_INSTALL_EXAMPLES_ALL += examples/*

-- 
libweb-id-perl Debian packaging



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