libreturn-type-perl 0.007-1 source package in Ubuntu

Changelog

libreturn-type-perl (0.007-1) unstable; urgency=medium

  [ upstream ]
  * new release

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

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

  [ Debian Janitor ]
  * use secure copyright file specification URI
  * set upstream metadata fields:
    Bug-Database Repository Repository-Browse
  * enable autopkgtest

  [ Jonas Smedegaard ]
  * simplify build;
    stop build-depend on devscripts dh-buildinfo cdbs
  * stop (build-)depend on libscalar-list-utils-perl,
    or fallback-build-depend on libtest-simple-perl:
    provided by perl nowadays
  * fix suggest (not depend on) libscope-upper-perl
  * update git-buildinfo config: ignore any .git* files
  * stop (build-)depend explicitly on perl: not called directly
  * use debhelper compatibility level 13 (not 8);
    build-depend on debhelper-compat (not debhelper)
  * annotate test-only build-dependencies
  * declare compliance with Debian Policy 4.6.0
  * set Rules-Requires-Root: no
  * update watch file:
    + use file format 4
    + track only MetaCPAN URI
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update copyright info:
    + stop track no longer included CONTRIBUTING file
    + use License-Grant and Reference fields;
      add lintian overrides about Reference field
    + use secure URI for Contact-Info
    + update coverage
  * use semantic newlines in long description and copyright fields

 -- Jonas Smedegaard <email address hidden>  Sun, 12 Sep 2021 20:08:12 +0200

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libreturn-type-perl_0.007-1.dsc 2.1 KiB d57f99447b6aca63a01b90dd03e6c760fa96f30915edefc582114a7e5868b8dd
libreturn-type-perl_0.007.orig.tar.gz 17.3 KiB 0dffa4e3a7a63885da029d8f04e79d99d04e0f48b3b890d4509e209bb865e1b4
libreturn-type-perl_0.007-1.debian.tar.xz 3.1 KiB 935dbc5ad27fc020459b116c76b8aa6e09bfa7a128af4ac4ec4138fcbab3479a

Available diffs

No changes file available.

Binary packages built by this source

libreturn-type-perl: specify a return type for a function (optionally with coercion)

 Return::Type allows you to specify a return type for your subs.
 Type constraints from any Type::Tiny, MooseX::Types
 or MouseX::Types type library are supported.