libweb-id-perl 1.927-3 source package in Ubuntu

Changelog

libweb-id-perl (1.927-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * use salsa.debian.org in Vcs-* headers

  [ gregor herrmann ]
  * use MetaCPAN URIs (not search.coan.org or www.cpan.org)
  * use secure GitHub URIs

  [ Debian Janitor ]
  * set upstream metadata fields:
    Bug-Database Repository Repository-Browse
  * set Testsuite header for perl package

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on dh-buildinfo cdbs
  * stop build-depend explicitly on perl:
    not called directly during build
  * set Rules-Requires-Root: no
  * declare compliance with Debian Policy 4.6.0
  * stop build-depend explicitly
    on (recent perl or) recent libtest-simple-perl:
    provided by perl in all supported Debian releases
  * relax to (build-)depend unversioned
    on libmatch-simple-perl libmoose-perl:
    required versions satisfied in all supported Debian releases
  * use debhelper compatibility level 13 (not 9);
    build-depend on debhelper-compat (not debhelper)
  * annotate test-only build-dependencies
  * update watch file:
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update copyright info:
    + use secure URI for Contact-Info
    + use Reference field (not License-Reference);
      update lintian overrides
    + update coverage
  * use semantic newlines in long description, README.Debian
    and copyright fields
  * simplify source helper script copyright-check

 -- Jonas Smedegaard <email address hidden>  Sat, 11 Sep 2021 21:48:52 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libweb-id-perl_1.927-3.dsc 2.5 KiB 758b248e728ed127b8ba78aa9a71594cf04841f44c2be6a311616178a7664143
libweb-id-perl_1.927.orig.tar.gz 39.6 KiB ee111a6ff3e22e070a652e0867fdd3db183a49e436feffc1ff89ca3c876c445c
libweb-id-perl_1.927-3.debian.tar.xz 5.9 KiB de4fb9e76e043878fd8675c976b984d424232be48308953cedeff3d322706faf

Available diffs

No changes file available.

Binary packages built by this source

libweb-id-perl: 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 Semantic Web.
 This module provides a Perl implementation
 for authenticating clients using WebID.
 .
 For more information see the Web::ID::FAQ document.
 .
 Bundled with this module are Plack::Middleware::Auth::WebID,
 a plugin 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.
 .
 Depending on webserver setup,
 libplack-middleware-apache2-modssl-perl
 or libplack-middleware-gepokx-modssl-perl
 may be required.