dh-make-perl 0.121 source package in Ubuntu

Changelog

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

  * add support for using a custom build script for building the package
    for example, for using sbuild, pbuilder, cowbuilder qemu, docker ...
    (Closes: #954975)
  * add support for installing with other tools than apt (Closes: #964909)
  * create git repository using 'debian/latest' branch instead of 'master'
  * use debian/latest as debian-branch in gbp.conf
  * make: create debian/gbp.conf with the new debian branch
  * adapt uses-dpkg-database-directly lintian override for new lintian

 -- Damyan Ivanov <email address hidden>  Sat, 23 Jul 2022 20:01:01 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-make-perl_0.121.dsc 2.8 KiB 10de88aa2cae3dfc775426c569b87126039a648b0f312c4e285d1e1614109043
dh-make-perl_0.121.tar.xz 118.7 KiB 42ad4a25b80ae3e902841a89c54e4311c19888ac0fa87cf83fa44ac18fe3b047

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