libdist-zilla-plugin-checkbin-perl 0.008-2 source package in Ubuntu

Changelog

libdist-zilla-plugin-checkbin-perl (0.008-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.
  * Move source package lintian overrides to debian/source.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libdist-zilla-perl.
    + libdist-zilla-plugin-checkbin-perl: Drop versioned constraint on
      libdist-zilla-perl in Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 16:51:04 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-checkbin-perl_0.008-2.dsc 2.7 KiB b7d047a4c019c56e51e68226f0ace613671ce1180dc6dd1701b6f99739697a80
libdist-zilla-plugin-checkbin-perl_0.008.orig.tar.gz 29.7 KiB f44e91477e2e69424f595ce371ce64c22786d2f64a047363a5995bb976ac15ca
libdist-zilla-plugin-checkbin-perl_0.008-2.debian.tar.xz 2.3 KiB 51c0d5db9c2605c59cd59377aac1ec369d2b59e30457cb1c719081f7dd93d8b8

Available diffs

No changes file available.

Binary packages built by this source

libdist-zilla-plugin-checkbin-perl: Dist::Zilla plugin for checking presence of command at build time

 Dist::Zilla::Plugin::CheckBin is a Dist::Zilla plugin that modifies
 the Makefile.PL or Build.PL in a distribution to contain a
 Devel::CheckBin call which asserts that a particular command is
 available. If it is not available, the program exits with a status
 of zero, which on a CPAN Testers machine will result in a NA result.
 .
 This provides an alternative to Dist::Zilla::Plugin::RequiresExternal
 which instead creates a unit test for the presence of a command and
 so is interpreted as a package failure or bug instead of incorrectly
 installed.