libmodule-manifest-skip-perl 0.23-2 source package in Ubuntu

Changelog

libmodule-manifest-skip-perl (0.23-2) unstable; urgency=medium

  * Team upload.

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

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * debian/*: update GitHub URLs to use HTTPS.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ gregor herrmann ]
  * Add patch from upstream pull request to adapt to Moo 2.004000.
    (Closes: #958789)
  * Mark package as autopkgtest-able.
  * Add buildtime and runtime dependency on libfile-sharedir-perl.
    Thanks to autopkgtest.

 -- gregor herrmann <email address hidden>  Sun, 03 May 2020 01:29:06 +0200

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-manifest-skip-perl_0.23-2.dsc 2.5 KiB bd9e80570b359da3f1272c5d9e03cc3f1d451cf3ec327b715ca904668572f48e
libmodule-manifest-skip-perl_0.23.orig.tar.gz 13.3 KiB 2c5fc7860c44f7d3a049b624b248112b146761775d92e5e431eaa60e880513be
libmodule-manifest-skip-perl_0.23-2.debian.tar.xz 5.0 KiB 45c4f1a722d2ac1bd17a8abb7e7c8ee6bb861d492e1791f3ae65521927c855e7

Available diffs

No changes file available.

Binary packages built by this source

libmodule-manifest-skip-perl: MANIFEST.SKIP management for Perl modules

 Module::Manifest::Skip is mostly intended for module packaging
 frameworks to share a common, up-to-date "MANIFEST.SKIP" base. For
 example, Module::Install::ManifestSkip, uses this module to get the
 actual SKIP content. However this module may be useful for any module
 author.
 .
 CPAN module authors use a MANIFEST.SKIP file to exclude certain well
 known files from getting put into a generated MANIFEST file, which
 would cause them to go into the final distribution package.
 .
 The packaging tools try to automatically skip things for you, but if
 you add one of your own entries, you have to add all the common ones
 yourself. This module attempts to make all of this boring process as
 simple and reliable as possible.
 .
 Module::Manifest::Skip can create or update a MANIFEST.SKIP file for
 you. You can add your own entries, and it will leave them alone. You
 can even tell it to not skip certain entries that it normally skips,
 although this is rarely needed.