libmojo-jwt-perl 0.09-1 source package in Ubuntu

Changelog

libmojo-jwt-perl (0.09-1) unstable; urgency=medium

  * Team upload.

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 0.09.
  * Add libcrypt-openssl-bignum-perl to Recommends and Build-Depends-
    Indep.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Mon, 23 Nov 2020 21:13:53 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmojo-jwt-perl_0.09-1.dsc 2.4 KiB e529223daa3053995429b31b7453629952e490e0a549a54b5446702d78eabee5
libmojo-jwt-perl_0.09.orig.tar.gz 15.7 KiB c04e03983e0c6f2bce45d08ea2e729879c9679efa634b0e68cb6b8b7b4a85886
libmojo-jwt-perl_0.09-1.debian.tar.xz 2.1 KiB ecfe9d73eaa8a738cd5a39db27e39d19b660617fdc6f5c19606df8209d6e0553

Available diffs

No changes file available.

Binary packages built by this source

libmojo-jwt-perl: JSON Web Token the Mojo way

 JSON Web Token is described in https://tools.ietf.org/html/rfc7519. Mojo::JWT
 implements that standard with an API that should feel familiar to Mojolicious
 users (though of course it is useful elsewhere). Indeed, JWT is much like
 Mojolicious::Sessions except that the result is a url-safe text string rather
 than a cookie.