libmatch-simple-perl 0.009-2 source package in Ubuntu

Changelog

libmatch-simple-perl (0.009-2) unstable; urgency=medium

  * Update package relations:
    + Favor (build-)depending on recent perl over
      libscalar-list-utils-perl.
    + Stop build-depend on (recent perl or) libtest-simple-perl: Needed
      version provided by perl even in oldstable.
  * Bump debhelper compatibility level to 9.
  * Fix Vcs-Git to use canonical URL.
  * Declare compliance with Debian Policy 3.9.6.
  * Modernize git-buildpackage config: Avoid git- prefix.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend coverage of packaging to include current year.
  * Override lintian regarding license in License-Reference field.
    See bug#786450.
  * Override lintian regarding build-depending unversioned on debhelper.

 -- Jonas Smedegaard <email address hidden>  Mon, 07 Sep 2015 02:14:41 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmatch-simple-perl_0.009-2.dsc 2.1 KiB a4da0025f5911db648acaa31e8b4edc4a4393c875792a752fc9671dc309ebd0e
libmatch-simple-perl_0.009.orig.tar.gz 22.1 KiB ef9fc8ef4cdcfeebe1681f33f474ba5e2cee64ea586198e9b52881e2f0c47fdc
libmatch-simple-perl_0.009-2.debian.tar.xz 4.0 KiB a8e2e3517fef77ce9b388e501e999cfa61704b41a6ffdd6a03bf264f3b052187

Available diffs

No changes file available.

Binary packages built by this source

libmatch-simple-perl: simplified clone of smartmatch operator

 match::simple provides a simple match operator "|M|" that acts like a
 sane subset of the (as of Perl 5.18) deprecated smart match operator.
 Unlike smart match, the behaviour of the match is determined entirely
 by the operand on the right hand side.