libdist-zilla-perl 6.024-1 source package in Ubuntu

Changelog

libdist-zilla-perl (6.024-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libapp-cmd-perl,
      libconfig-mvp-perl, libcpan-meta-check-perl, libfile-copy-recursive-perl,
      libscalar-list-utils-perl, libsoftware-license-perl and perl.
    + libdist-zilla-perl: Drop versioned constraint on libapp-cmd-perl,
      libscalar-list-utils-perl and perl in Depends.
    + libdist-zilla-perl: Drop versioned constraint on libdata-optlist-perl in
      Recommends.
    + libdist-zilla-perl: Drop versioned constraint on
      libdist-zilla-plugin-run-perl in Breaks.
    + Remove 1 maintscript entries from 1 files.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 6.024.
  * Update years of upstream and packaging copyright.
  * Update upstream email address.
  * Update test and runtime dependencies.
  * Refresh SOURCE_DATE_EPOCH_support.patch (offset).
  * Declare compliance with Debian Policy 4.6.0.
  * Drop unneded version constraints already satisfied in oldstable.

 -- gregor herrmann <email address hidden>  Sun, 07 Nov 2021 17:53:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-perl_6.024-1.dsc 4.1 KiB 70faca881c3d1171dd1e9198a377ba3bbadc318a6ebad496bb080e67aa826dbf
libdist-zilla-perl_6.024.orig.tar.gz 347.0 KiB f063a6839c145a3aafcf0d8d9ec5519601d0c0f61d0174aed424297f65b928a8
libdist-zilla-perl_6.024-1.debian.tar.xz 9.4 KiB a8fe380da1b88b5ce12f8133a4d5ac9696a8ab0dc8b8f04215a03e9533bb470c

Available diffs

No changes file available.

Binary packages built by this source

libdist-zilla-perl: Perl distribution builder

 Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this
 respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install.
 Unlike those tools, however, it is not also a system for installing code that
 has been downloaded from the CPAN. Since it's only run by authors, and is
 meant to be run on a repository checkout rather than on published, released
 code, it can do much more than those tools, and is free to make much more
 ludicrous demands in terms of prerequisites.
 .
 It's aim is to generate every file which is needed by a CPAN
 distribution, but usually generated and hence commonly not checked in
 into a VCS repository. For that it reads a file called dist.ini and
 gathers data from other files as instructured in that file.