dh-make-perl 0.123 source package in Ubuntu

Changelog

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

  [ gregor herrmann ]
  * lib/DhMakePerl/Command/make.pm: setup_dir(): fix directory handling.
    We already change back to the original PWD after CPAN.pm changes to
    $CPAN::Config->{build_dir}; now also set $ENV{'PWD'} explicitly back
    because otherwise when using --recursive, the value of the old PWD is
    wrong and all packages except the first one end up in the CPAN build
    directory.
  * Remove unneeded build dependency on libdpkg-parse-perl.
  * Remove unneeded Pod::Spelling override "DPKG".
  * Print a notice when packaging a module in the App:: namespace that
    libapp-foo-perl might not be the best name for the package.
  * DhMakePerl::Command::Packaging: extract_name_ver(): use version.pm to
    compare versions instead of a trivial numerical comparison which can
    warn and fail with "vX.Y.Z" versions.

  [ Dan Lewis ]
  * Use $self->pkgversion instead of $self->version for filename
    when --install is used. (Closes: #1057776)

  [ gregor herrmann ]
  * Bump copyright years.
  * Drop unneeded version constraints and Breaks
    from (build) dependencies.

 -- gregor herrmann <email address hidden>  Mon, 04 Mar 2024 11:23:46 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-make-perl_0.123.dsc 3.0 KiB d67f62d107afa05ba03be6f8a8dedee7b75f3565c36224f5df3e261cb5d75ec5
dh-make-perl_0.123.tar.xz 119.1 KiB b03dcb2954ea8b735699f3cdda6235d67b3269d05a52664f891265b5038720f4

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