libkavorka-perl 0.036-2 source package in Ubuntu

Changelog

libkavorka-perl (0.036-2) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8.
  * Modernize Vcs-Git field to use https URL.
  * Modernize git-buildpackage config:
    + Avoid git- prefix.
    + Filter any .git* file.
  * Bump debhelper compatibility level to 9.
  * Update watch file:
    + Bump to file format 4.
    + Watch only metacpan URL.
    + Mention gbp --uscan in usage comment.
  * Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend coverage for Debian packaging.
  * Add lintian overrides regarding license in License-Reference field.
    See bug#786450.
  * Git-ignore quilt .pc dir.
  * Fix dependency on Data::Alias:
    + Add patch 1001 to use recent Perl instead of Data::Alias.
    + (Build-)depend on recent perl favored over libdata-alias-perl.
    Closes: Bug#834800. Thanks to Daniel Dehennin.
  * Modernize CDBS use: Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <email address hidden>  Thu, 15 Dec 2016 02:35:18 +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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libkavorka-perl_0.036-2.dsc 2.5 KiB d49267b46e8edede4eb2ab255a0924b9a00e0b67bc1ccd5acfa16f88192cbb11
libkavorka-perl_0.036.orig.tar.gz 76.6 KiB eb5ce43e934240162eac18b29a97bec7e120ee9bd3163f8e7a654a36d69d8e5d
libkavorka-perl_0.036-2.debian.tar.xz 6.1 KiB 40c15baeea2809abfdca7fc24c15838d737745f3b65308d30503fdc2a14f0416

Available diffs

No changes file available.

Binary packages built by this source

libkavorka-perl: function signatures with the lure of the animal

 Kavorka provides "fun" and "method" keywords for declaring functions
 and methods. It uses Perl 5.14's keyword API, so should work more
 reliably than source filters or Devel::Declare-based modules.
 .
 The syntax provided by Kavorka is largely inspired by Perl 6, though it
 has also been greatly influenced by Method::Signatures and
 Function::Parameters.