libnet-oauth-perl 0.28-4 source package in Ubuntu

Changelog

libnet-oauth-perl (0.28-4) unstable; urgency=medium

  * Team upload

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ Damyan Ivanov ]
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.

 -- Damyan Ivanov <email address hidden>  Sun, 29 May 2022 07:52:56 +0000

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-oauth-perl_0.28-4.dsc 2.3 KiB 1a8c2aa6aa57b257155d4540f9bba7230881921f6e3718b5e90a1d61fbcd8490
libnet-oauth-perl_0.28.orig.tar.gz 28.4 KiB 7bfc319da0ac578e00962f35a350cf51110a3a313016d1fdc30722028a22904c
libnet-oauth-perl_0.28-4.debian.tar.xz 4.4 KiB 4fb72013cf11b7dc0dd0693f11a97a156dac9be390f78a739d6fe22bf2799ab5

Available diffs

No changes file available.

Binary packages built by this source

libnet-oauth-perl: implementation of the OAuth 1.0 protocol

 Net::OAuth implements OAuth, which is "An open protocol to allow secure API
 authentication in a simple and standard method from desktop and web
 applications."
 .
 In practical terms, OAuth is a mechanism for a Consumer to request protected
 resources from a Service Provider on behalf of a user.