dh-make-perl 0.122 source package in Ubuntu

Changelog

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

  * Add explicit --initial-branch option to `git init' to avoid warning
    about default branch name.
  * Update Standards-Version to 4.6.2 for dh-make-perl itself, for created
    packages, and in the test suite.
  * Use 'upstream/latest' as branch name in Git repos (DEP14).
  * Update copyright years.

 -- gregor herrmann <email address hidden>  Tue, 21 Feb 2023 21:14:06 +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
Mantic release universe devel
Lunar release universe devel

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-make-perl_0.122.dsc 3.1 KiB e793837685c1d4106891d44a1a0ba913c2c8091b1ea8041b11b3bb6167ae1030
dh-make-perl_0.122.tar.xz 118.6 KiB d46ea0448a028ba773d345753dffdfe37fcf3eec2cc3b6caadfe0041d6cea196

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