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

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Bump debhelper dependency to >= 8, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 8 to 10.

  [ gregor herrmann ]
  * Remove Makefile.old via debian/clean. (Closes: #1046333)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 11:44:44 +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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-manifest-skip-perl_0.23-3.dsc 2.5 KiB d608f54dfe583003473f4981939d8e747a12437ee6ca97cd01ed9356b42bc19e
libmodule-manifest-skip-perl_0.23.orig.tar.gz 13.3 KiB 2c5fc7860c44f7d3a049b624b248112b146761775d92e5e431eaa60e880513be
libmodule-manifest-skip-perl_0.23-3.debian.tar.xz 5.2 KiB 8430ebbda1fbd8eed934327ce56c622bd330981dd194024e864b3ee50d07ad58

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.