dh-make-perl 0.97 source package in Ubuntu

Changelog

dh-make-perl (0.97) unstable; urgency=medium

  [ Damyan Ivanov ]
  * when parsing Contents files, strip the common prefix from the
    diagnostic output
  * parse Contents files in parallel
  * bump copyright years

  [ gregor herrmann ]
  * Debian::Control::Stanza::Source: add Rules_Requires_Root to list of
    known fields.
  * Update Standards-Version to 4.1.2 for dh-make-perl itself, for created
    packages, and in the test suite.

  [ Damyan Ivanov ]
  * Debian::Control::Stanza: add support for user-defined fields
    (X-Moon-Phase) (Closes: #883439)

 -- Damyan Ivanov <email address hidden>  Tue, 05 Dec 2017 21:13:39 +0000

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-make-perl_0.97.dsc 2.6 KiB 52ef84d3c29e2d238f9e53eb1417ce4bf97a6ce1ee35489a272f6635ef437001
dh-make-perl_0.97.tar.xz 109.7 KiB 96c0a787d2b556c012398e03af6d1f5d0cb6bcbd73b47e7b6d3eb968d2416e64

Available diffs

No changes file available.

Binary packages built by this source

dh-make-perl: helper for creating Debian packages from perl modules

 dh-make-perl will create the files required to build a Debian source
 package out of a perl package. This works for most simple packages
 and is also useful for getting started with packaging perl modules.
 Given a perl package name, it can also automatically download it from
 CPAN.
 .
 dh-make-perl can also help keeping the debian/ content current when upstream
 dependencies or Debian practices change. It can also help improve existing
 Perl module packages.
 .
 Includes the cpan2deb and cpan2dsc flavours.

libdebian-source-perl: collection of Perl modules for handling Debian source packages

 This collection of Perl modules was originally developed to support
 dh-make-perl, but may also be useful for other tools that need to
 manipulate (unpacked) Debian source packages. The current modules in
 the package are:
 .
  * Debian::Control
  * Debian::Control::Stanza
  * Debian::Control::Stanza::Binary
  * Debian::Control::Stanza::CommaSeparated
  * Debian::Control::Stanza::Source
  * Debian::Dependencies
  * Debian::Dependency
  * Debian::DpkgLists
  * Debian::Rules
  * Debian::WNPP::Bug
  * Debian::WNPP::Query