dh-make-perl 0.79-1 source package in Ubuntu

Changelog

dh-make-perl (0.79-1) unstable; urgency=low


  * silence a warning when reporting about a core-satisfied dependency without
    a version
  * fix problems with perl 5.18:
    (Closes: #719829)
    + fix missing =back in Debian::Control::Stanza::CommaSeparated POD
    + sort a couple of hash key walks breaking tests with perl 5.18
  * remove the trailing slash from ustream/watch URLs
  * drop usage of experimental given/when in Packaging.pm
  * rework --only internal representation to be a hash
  * t/dists.t: rework running dh-make-perl and give all diagnostics when a
    test fails
  * fix special handling of changed copyright years
  * make dh-make-perl report its version on every invocation

 -- Damyan Ivanov <email address hidden>  Fri, 16 Aug 2013 14:00:30 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dh-make-perl_0.79-1.dsc 2.9 KiB d1d6f5f97a4e67c439e0c7f62c3c7c65f604c42434c35a2e2176e17aff24a19c
dh-make-perl_0.79.orig.tar.gz 143.9 KiB 09c0d17cc877afc5fd0cb03d9f160018d7e496ad14000b9b10b020a518458f4a
dh-make-perl_0.79-1.debian.tar.gz 25.7 KiB 4559a0dccda3fe4b6fb4e069d1f9edae07bf90c326b36aca98803255456b0b75

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.