dh-make-perl 0.95 source package in Ubuntu

Changelog

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

  [ Damyan Ivanov ]
  * centralized method for determining if a given package belongs to the set
    of core Perl packages
  * is_core_perl_package: strip architecture before matching package name
  * FromCPAN/find_debs_for_modules: remove core packages from the result of
    DpkgLists->scan_perl_mod
    (Closes: #854046)

  [ Alex Muntada ]
  * Debian::Control::Stanza: accept case-insensitive field names in new()
    as required by Debian Policy while retaining the canonical accessors.
    Thanks to Ben Finney for the bug report. (Closes: #860023)

  [ gregor herrmann ]
  * Drop debian/source/local-options. The options were for non-native
    packages and caused warnings from dpkg-source.
  * Add debian/gbp.conf to tell gbp and dpt-push about the tag format.

 -- gregor herrmann <email address hidden>  Sat, 17 Jun 2017 20:24:44 +0200

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-make-perl_0.95.dsc 2.8 KiB fd137de9644ad1df16436426ea878060cf576f069e779cd91983139e2a840acd
dh-make-perl_0.95.tar.xz 107.4 KiB 1f7ec32ea28fab089e5a9885845a1c124697aed4e1766ef6d3dbc1cc1d2d345d

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