pkg-perl-tools 0.76 source package in Ubuntu

Changelog

pkg-perl-tools (0.76) unstable; urgency=medium

  [ gregor herrmann ]
  * examples/check-build: move shellcheck comment out of continuation
    line.
  * examples/check-build: avoid proxy in piuparts call harder.
    '--proxy=' doesn't work (anymore?), piuparts still takes
    Acquire::http::Proxy from the host apt config.
    So explicitly set it to DIRECT to avoid having an unresolvable apt proxy.
  * Add new tool: dpt-never-uploaded.
  * Add dependency on libpath-tiny-perl.
  * dpt-lib.sh: gitddiff(): improve finding last Debian tag.
    Use git-describe and gbp's idea of Debian tags.
    Thanks to Yadd for the bug report and the proposal.
    Closes: #1032105
  * Debian::PkgPerl::Util: add new convenience function
    download_and_cache_file.
  * dpt-never-uploaded: use Debian::PkgPerl::Util's
    download_and_cache_file function.
  * dpt-ci-failures: use Debian::PkgPerl::Util's download_and_cache_file
    function and remove -n option.
  * Update copyright years.
  * dpt-lib.sh{,.pod}: add promptyesno().
  * examples/check-build: use dpt-lib.sh.
  * examples/u: use dpt-lib.sh's promptyesno() function.
  * Set a default value for DPT__SCRIPTS across the board.
    This helps if DPT__SCRIPTS is not set, e.g. when a (sub) command is not
    run via the dpt wrapper.

  [ intrigeri ]
  * GitLab CI: run shellcheck on examples/check-build.
  * check-build: make changes brought by previous commit shellcheck compliant.

  [ gregor herrmann ]
  * Add new files to debian/copyright.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Mon, 31 Jul 2023 14:55:07 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkg-perl-tools_0.76.dsc 3.1 KiB 907a736f1a317e3a0813a97970a2173b0a92ac285dd430ddf6e6143cb765c885
pkg-perl-tools_0.76.tar.xz 99.8 KiB 0d12d7159bdce0942d3bdb7e79a1b4bede21f1383737c999f967c2e3f4d3dae9

Available diffs

No changes file available.

Binary packages built by this source

pkg-perl-autopkgtest: collection of autopkgtest scripts for Perl packages

 This package contains test runners to be used with the autopkgtest
 infrastructure for perl packages.
 .
 Packages using the tests with autopkgtests in this package need to
 depend on it in their debian/tests/control file, not in their
 debian/control file, or can simply set "Testsuite: autopkgtest-pkg-perl"
 in debian/control.
 .
 Cf. https://perl-team.pages.debian.net/autopkgtest.html for information on
 the tests and how to tweak them.

pkg-perl-tools: collection of tools to aid packaging Perl modules in Debian

 The Debian Perl Group works on packaging Perl modules for Debian. This
 collection contains the tools which help the group with day-to-day work, like
 filing ITPs, forwarding bugs and patches upstream, taking over a package for
 the group, maintaining proper git repository structure and so on. These
 include dpt, bts-retitle, patchedit, and pristine-orig.
 .
 Additionally it depends on, recommends or suggests separately
 packaged tools the Debian Perl Group uses.
 .
 It also includes some Debian Perl Group specific lintian checks. Add
 "profile=pkg-perl" to your ~/.lintianrc to use them after installing this
 package.