pkg-perl-tools 0.74 source package in Ubuntu

Changelog

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

  [ gregor herrmann ]
  * dpt-repack.sh: set default for DPT__SCRIPTS.
    When not called as `dpt repack.sh' but from a debian/repack.stub, the
    DPT__SCRIPTS variable is typically unset which makes the script fail.
  * dpt-new-upstream: parse upstream version out of the string returned by
    UDD/vcswatch, which changed recently.
  * dpt-import-orig: redirect STDERR of uscan(1) to /dev/null.
  * dpt-prepare: remove trailing newline from psql output
    (ci.debian.net query).
  * dpt-fixup: check if debian/watch exists before trying to
    grep through it.
  * Add new dpt subcommand: ready-for-upload - list packages in Git which
    need an upload.
  * New script dh-make-perl-dev: run dh-make-perl from Git checkout.
  * examples/u: add -n option (to add --new to dgit push-source).
  * Update copyright years.

  [ intrigeri ]
  * examples/check-build:
    - drop auto-detection of autopkgtest virtualization server and hard-coding
      of the backing chroot/image. Instead, users can now configure their
      preferred virtualization server using these environment variables:
      $AUTOPKGTEST_VIRT_SERVER and $AUTOPKGTEST_VIRT_SERVER_ARGS. Else, the
      default (schroot) is used as a fallback.
    - fix shell syntax for error reporting of non-existent BUILDDIR.
    - remove duplicate "E: " prefix in error message
    - lint. This addresses the shellcheck violations that were the easiest to
      fix.

 -- gregor herrmann <email address hidden>  Tue, 21 Feb 2023 21:26:27 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkg-perl-tools_0.74.dsc 3.1 KiB c10d217d6d6d144069287143840cb26fb33006703a4c5a393c9213e5ad67f161
pkg-perl-tools_0.74.tar.xz 97.2 KiB 470af768b931a2bd1980908ddc9d0bb56cf8c919cafba44f2acfcb2bfd0d38ec

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" ("LINTIAN_PROFILE=pkg-perl" for lintian versions before
 2.79.0) to your ~/.lintianrc to use them after installing this package.