Change log for pkg-perl-tools package in Ubuntu

161 of 61 results
Published in oracular-release
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
pkg-perl-tools (0.78) unstable; urgency=medium

  * Remove references to ancient lintian version from
    README.lintian and package description.
  * t/pod.t: also test files in the man5/ directory.
  * POD fixes: replace `--' with `-' in NAME section.
    Manpages are expected to have one dash as a separator between the name und
    the whatis entry. Otherwise this gets ugly with `whatis' or `man -k'.
  * dpt-missing-upload: encode all ':' and '~' in version
    for creating tags.
  * dpt-never-uploaded:
    - fix comments output
    - check if package is in the NEW queue
  * examples/buildpackage-pdebuild: add support for 'nodoc'.
  * examples/check-build: run duck under timeout.
  * Update copyright years.

 -- gregor herrmann <email address hidden>  Mon, 04 Mar 2024 11:49:51 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
pkg-perl-tools (0.77) unstable; urgency=medium

  [ Damyan Ivanov ]
  * dpt salsa kgb --on: use the new https webhook without port number
    also replaces the legacy webhook with the new one

  [ Tony Mancill ]
  * Update dpt-repack.sh manpage

  [ gregor herrmann ]
  * dpt-gen-itp: set language to Perl if maintainer is the
    Debian Perl Group.
  * examples/u:
    - sign release commit
    - remove --deliberately-not-fast-forward from dgit call, use --overwrite
    - remove .git/dgit/unpack directory from source tree
  * Update copyright years.

 -- gregor herrmann <email address hidden>  Sun, 21 Jan 2024 19:06:46 +0100

Available diffs

Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
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

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
pkg-perl-tools (0.75) unstable; urgency=medium

  * dh-make-perl-dev: add --data-dir option.
  * dpt-lib.sh: add OOT environment variable.
  * dh-make-perl-dev: use OOT variable to source dpt-lib.sh.
    dh-make-perl-dev is per definitionem not run from a source package
    directory.

 -- gregor herrmann <email address hidden>  Fri, 24 Feb 2023 01:36:37 +0100

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
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

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
pkg-perl-tools (0.73) unstable; urgency=medium

  * Add more packages to Debian::PkgPerl::Util's
    probable_build_dependency().
  * dpt-missing-upload: use shell library function for info messages.
  * dpt-fixup: bump Standards-Version to 4.6.2.
  * dpt-prepare: add call to uscan(1).
  * examples/buildpackage-pdebuild: add -c option.
    (dpkg-buildpackage's -nc)
  * Declare compliance with Debian Policy 4.6.2.
  * Remove alternative "mr".
    This package name only exists in oldoldoldstable, so it might be time to
    let go. (Closes: #788307)
  * bts-srcpkg: output RC bug numbers in red.
  * Update lintian override (line number).

 -- gregor herrmann <email address hidden>  Mon, 26 Dec 2022 03:58:14 +0100

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
pkg-perl-tools (0.72) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-lib.sh: change order of functions/variables.
  * examples/check-build: disable time variation for reprotest.
    While this is helpful, it fails consistently for packages with patches.
  * Update copyright years.
  * dpt-fixup: also handle unversioned debhelper dependency.
  * Update lintian override.
  * dpt-lib.sh: nicer output if there is no diff against
    the last Debian tag.

  [ Salvatore Bonaccorso ]
  * examples/buildpackage-pdebuild: Use grep -E instead of deprecated egrep
  * examples/check-build: Use egrep -E instead of deprecated egrep
  * autopkgtest: smoke: use grep -E instead of deprecated egrep
  * dpt: Use grep -E instead of deprecated egrep
  * scripts/fixup: Use grep -E instead of deprecated egrep
  * scripts/lib/posix-lib.sh: Use grep -E instead of deprecated egrep
  * packagecheck: Use grep -E instead of deprecated egrep

 -- gregor herrmann <email address hidden>  Wed, 07 Sep 2022 18:02:44 +0200

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
pkg-perl-tools (0.71) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-lib.sh: make header underlines colored as well.

  [ Damyan Ivanov ]
  * dpt-ci-failures: a bit quieter warning about packages missing in the
    distribution.
  * dpt-missing-pristine-tar: try downloading orig.tar with 'apt-get source'
    first.
  * dpt-lib.sh:
    - colored(): short cut when NO_COLOR is set
    - extra_colored(): a variant of colored() setting also the
      background color
  * dpt-prepare: add information about CI status (via UDD)

  [ gregor herrmann ]
  * dpt-salsa:
    - check for and warn about dirty repositories in mrconfig sub-command
    - make warnings and error colored
    - add --verbose option to enable output for otherwise silent subcommands
    - add --parallel/-j option to configurerepo subcommand
  * dpt-fixup: try to enable all hardening flags for arch:any packages if none
    are set yet.
  * Refresh lintian overrides.

 -- gregor herrmann <email address hidden>  Wed, 20 Jul 2022 12:09:20 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
pkg-perl-tools (0.70) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-lib.sh: set NO_COLOR if output is not a terminal in general, and
    remove test from colored() function, as the latter broke colors within
    colors.
  * dpt-prepare: conditionally use popcon's --verbose output if the
    installed python3-popcon is new enough.

  [ Damyan Ivanov ]
  * dpt-prepare: ask for the anykey only if there is diff to show
  * dpt salsa push-repo: fix URL for obtaining tokens

  [ gregor herrmann ]
  * bts-srcpkg: add date and last_modified fields to default output.

  [ Damyan Ivanov ]
  * typo in POD

  [ gregor herrmann ]
  * Move gitddiff function from dpt-prepare to shell library to make it
    reusable and use the function in dpt-prepare.
    Also integrate the check for a diff into the function.
  * dpt-import-orig: add headers to output, and add gitddiff call at the
    end (i.e. offer to show changes against last debian/ tag).
  * Update copyright years.
  * dpt-prepare: colorize icons in output of key package query.
  * bts-srcpkg: tabularize output.
  * Update examples/u: use dpt-lib.sh.
  * Update a lintian override.

 -- gregor herrmann <email address hidden>  Fri, 10 Jun 2022 01:45:36 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
pkg-perl-tools (0.69) unstable; urgency=medium

  [ gregor herrmann ]
  * Add a shell library with functions for dpt-* shell scripts.
  * Use new shell library in some dpt-* subcommands.

  [ Damyan Ivanov ]
  * utility module and a method for checking if a given build-dependency
    can be annotated with !nocheck

  [ gregor herrmann ]
  * Add new dpt subcommand dpt-prepare which helps to automate steps when
    starting to work on a package.
  * Add new dpt subcommand dpt-fixup which automatically applies some
    fixes to the packaging.
  * Add dependencies of dpt-fixup to Recommends.
  * bts-srcpkg: add -t (no title output) option.
  * Update examples/check-build.
  * Makefile: add syntax checks for python scripts.
    Also add test dependency to debian/control.

 -- gregor herrmann <email address hidden>  Fri, 27 May 2022 22:20:20 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
pkg-perl-tools (0.68) unstable; urgency=medium

  [ gregor herrmann ]
  * Fix reference to sub command manpage in dpt POD/manpage.
  * dpt-upstream-repo: remove support for finding Git URLs in d/copyright.
    The support was rudimentary at best and found only git:// URLs which
    should be gone by now in the wild.
  * Update copyright years.

  [ Damyan Ivanov ]
  * fix typo in POD
  * use Debian::Upstream::Metadata::Perl from libdebian-source-perl 0.119

  [ gregor herrmann ]
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Thu, 26 May 2022 10:50:15 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
pkg-perl-tools (0.67) unstable; urgency=medium

  * pkg-perl-autopkgtest: use.t: allow empty lines.
    (Closes: #1008939)
  * Update copyright years for autopkgtest/*.

 -- gregor herrmann <email address hidden>  Fri, 08 Apr 2022 20:18:50 +0200

Available diffs

Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
pkg-perl-tools (0.65) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-config(5): use '.' instead of 'source' in example.
  * Update copyright years.
  * dpt-salsa: mention needed scopes for the salsa token in POD.
    Thanks to Timothy Legge for discovering this issue.

  [ Damyan Ivanov ]
  * drop usage of debianutils' `which`
    replaced with `command -v` where the full patch is sought, and with
    `command $ARG` when needed for ignoring shell functions

  [ gregor herrmann ]
  * dpt-lp-mass-subscribe: add missing line breaks in POD.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

  [ Florian Schlichting ]
  * Lintian::Check->tag() was renamed ->hint() in November 2020
  * Add a first attempt at build-deps-can-be-annotated-nocheck lintian
    check.

  [ Felix Lechner ]
  * Place Lintian checks into their proper Perl name space.

  [ gregor herrmann ]
  * Makefile: update lintian paths.
  * Bump versioned test and runtime dependency on lintian.
  * Lintian profile: use space instead of commas for Enable-Tags-From-
    Check.
  * Update copyright years for lintian/*.
  * Declare compliance with Debian Policy 4.6.0.
  * Drop unused lintian override spare-manual-page (for dpt-* subcommands).

 -- gregor herrmann <email address hidden>  Wed, 08 Sep 2021 19:25:41 +0200

Available diffs

Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
pkg-perl-tools (0.64) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-salsa: add parameters to KGB webhook to show only successful and
    failed pipeline messages (but not pending ones).

  [ Andrius Merkys ]
  * autopktest -> autopkgtest in short description.

  [ gregor herrmann ]
  * dpt-ci-failures:
    - test some variables before using them in order to avoid warnings
    - change logic when failures are marked as NEW.
      Only annotate a CI failure as new when the package has a
      previous_status, and this previous_status is not 'fail'.
  * Update examples/u.
    Catch another dgit error, and add option to upload .buildinfo file.
  * Fix typo in dpt-missing-upload docs.
  * Update copyright years.

 -- gregor herrmann <email address hidden>  Sun, 28 Mar 2021 00:15:34 +0100

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
pkg-perl-tools (0.63) unstable; urgency=medium

  [ Dominic Hargreaves ]
  * Add the names of the shipped tools to the package description, to
    help discoverability.

  [ intrigeri ]
  * examples/check-build: add support for running autopkgtests in LXC

  [ gregor herrmann ]
  * examples/check-build: disable fileordering variation for reprotest.

  [ Felix Lechner ]
  * Change file extension for Lintian tag; rename Info field to
    Explanation. Mirrors changes in the Lintian code base.

  [ gregor herrmann ]
  * Bump versioned (build) dependency on lintian.
  * Add lintian-brush to Suggests.
  * lintian checks: emit debian-changelog-contains-hint only if
    distribution is not UNRELEASED.
  * Update autopkgtest/examples/default-tests-control.
  * Update copyright years.
  * Remove duplicate entry in debian/copyright. Thanks to lintian.
  * Add lintian override for new false positive source-contains-patch-
    failure-file tag.
  * Declare compliance with Debian Policy 4.5.1.

  * dpt-missing-upstream:
    - use HTTPS for snapshot.debian.org
    - pass --allow-unrelated-histories to `git merge', when merging the
      upstream branch into master at the end.
      Otherwise Git fails since 2.9 when the upstream branch has been newly
      created.
  * dpt-import-orig:
    - when checking upstream Git tags, also look for _$UVERSION.
      This matches the not unpopular RELEASE_1.23 pattern.
    - add some filter options to gbp-import-orig call.
      Filter out '.gitignore', 'debian/*', '.git/*', '.git' from upstream
      tarballs.
  * dpt-ci-failures:
    - error out if downloaded file is empty
    - catch wget failures
  * dpt-debian-upstream:
    - add fixes for GitHub
    - fix URLs for Bug-Submit field as well
  * New script: dpt-missing-upload.
    Downloads and imports package versions uploaded outside of Git, e.g. NMUs.

 -- gregor herrmann <email address hidden>  Wed, 06 Jan 2021 02:09:03 +0100

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
pkg-perl-tools (0.62) unstable; urgency=medium

  * dpt-new-upstream: add QUESTION to the list of keywords to check for in
    debian/changelog entries for classifying a package into the "problem"
    category.
  * Remove lintian checks which have been incorporated into lintian
    proper.
  * Bump versioned (build) dependency on lintian to 2.84.0.
    This is the first version which includes the pkg-perl checks.
  * Add a new lintian check/tag: debian-changelog-contains-hint.
    Check for leftover internal notes in debian/changelog.
  * Update debian/copyright section about "Files: lintian/*".
  * README.lintian: update pointers in documentation about writing checks.

 -- gregor herrmann <email address hidden>  Sat, 18 Jul 2020 17:31:27 +0200

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
pkg-perl-tools (0.61) unstable; urgency=medium

  [ intrigeri ]
  * Quote literal '.' in regexps

  [ gregor herrmann ]
  * dpt-salsa: run configurerepo() at the end of fromattic().
    The default config might have changed after a package has been moved to
    the attic, so re-configure it when moving it back.
  * Update documentation about enabling the pkg-perl lintian profile.
    lintian has changed its profile handling in 2.79.0.
  * dpt-import-orig: rewrite changelog update after import.
    Use gbp-import-orig's --postimport feature, which knows about the new
    upstream version and Debian version, to call debchange instead of
    calculating the new Debian version ourselves, dealing with epochs and (not
    yet) with suffixes.
  * dpt-new-upstream: handle WAITS-FOR without a version.

  [ Felix Lechner ]
  * Remove Lintian check descriptions; they are obsolete.
    Lintian now looks at a check's entry points to derive that information.
  * Adapt Lintian checks to case-sensitive Deb822 parser.
    The deb822 format allows for flexible capitalization, but the parser was
    recently modified to capture the literal field names.

  [ gregor herrmann ]
  * Update examples/u (uploading helper): add distribution to commit
    message.
  * Bump debhelper-compat to 13.
  * Update lintian overrides (renamed tags, changed capitalization).

 -- gregor herrmann <email address hidden>  Sun, 12 Jul 2020 00:28:45 +0200

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
pkg-perl-tools (0.60) unstable; urgency=medium

  * autopkgtests: use.t: check for $ENV{'AUTOPKGTEST_TMP'} only once.
    The duplication was introduced by replacing the old ADTTMP variable
    with AUTOPKGTEST_TMP.
  * dpt-new-upstream: improve WAITS-FOR handling.
    Check against madison if the waited-for package exists (at the
    required version).
  * dpt-salsa: change IRC channel for KGB notifications to
    #debian-perl-changes.
  * dpt-ci-failures: sort by package name.
  * Fix a typo in examples/pbuilder-hooks/E10cleanup.

 -- gregor herrmann <email address hidden>  Sat, 16 May 2020 16:33:25 +0200

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
pkg-perl-tools (0.59) unstable; urgency=medium

  * Update the legacy-vendorarch-directory lintian check.
    This is a 'binary' check but the code was looking in the source package.
    Let's check for files instead.
    Thanks to Felix Lechner for pointing out the potential problem.
  * Update lintian tag description files to lintian 2.58.0.
    Remove Certainty field, and update Severity to the new values.
    (Closes: #954331)
  * Bump versioned (build) dependency on lintian.
  * Update copyright years.
  * Declare compliance with Debian Policy 4.5.0.
  * Wrap long lines in changelog entry 0.25.

 -- gregor herrmann <email address hidden>  Fri, 20 Mar 2020 15:20:01 +0100

Available diffs

Superseded in focal-proposed
pkg-perl-tools (0.58) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-new-upstream: change the handling of the 'problems' category.
    Only put a package into this category if the version in git is >= the new
    upstream version. Otherwise we might miss new upstream releases which fix
    what we have noted as a problem.
  * dpt-new-upstream: mangle upstream versions with '_'.
    Dpkg::Version's version_compare_relation chokes on invalid versions like
    1.22_90, so we change '_' to a '+' and back later.
  * dpt-debian-upstream: rewrite bitbucket.org URLs to HTTPS as well like
    we do for other services.
  * dpt-salsa: fix warning message when libparallel-forkmanager-perl is
    not installed. Thanks to CSILLAG Tamas for noticing.
  * dpt-salsa: warn about potentially misconfigured repositories.
    The configurerepo() sub sets a tag named 'dpt-salsa-configured', and the
    mrconfig() sub checks for existence of this tag, and outputs the list of
    repositories without it at the end.

  [ Felix Lechner ]
  * Use Lintian's new file index interface in Lintian checks.
    The file lookup functions were updated. The old interface is obsolete.
    Replaces $processable->index with $processable->patched->lookup in
    the checks that ship with this package.

  [ gregor herrmann ]
  * Bump versioned dependency on lintian after the changes in the included
    tests.
  * Add a lintian override for manpage-without-executable tags.
    We have dpt-foo(1) manpages for "dpt foo" subcommands.

 -- gregor herrmann <email address hidden>  Fri, 21 Feb 2020 11:31:08 +0100

Available diffs

Superseded in focal-proposed
pkg-perl-tools (0.57) unstable; urgency=medium

  [ gregor herrmann ]
  * Revert "Update lintian override." in last upload.
    Lintian's change of override handling was a quickly fixed bug.
  * examples/mass-commit: add '-o ci.skip' to the recommended push
    command.

  [ Felix Lechner ]
  * Use new Lintian interface in checks.

  [ gregor herrmann ]
  * Change versioned dependency on lintian to 2.29.0 for the updated
    checks.
  * autopkgtest: make messages of smoke test more verbose.

 -- gregor herrmann <email address hidden>  Wed, 04 Dec 2019 18:56:20 +0100

Available diffs

Superseded in focal-proposed
pkg-perl-tools (0.56) unstable; urgency=medium

  [ Xavier Guimard ]
  * autopkgtest: use.t: return 77 if no module found
  * autopkgtest: warn and exit if a smoke-files is missing

  [ intrigeri ]
  * dpt new-upstream:
    - make the contents of the ignore-version category more accurate.
      Don't classify a package in the "ignore-version" category if the
      ignored version is lower than the current upstream one.
    - optimize by short-circuiting earlier when there's no new upstream
      release.
      This avoids having to parse every line of the changelog entry when we
      already know we will ignore whatever such processing might yield.

  [ gregor herrmann ]
  * dpt-takeover: drop ancient git-import-dscs alternative.
  * examples/check-build:
    - autopkgtest: handle more return values and change warning messages
    - write newline between read() and commands
    - add more notifications
  * examples/buildpackage-pdebuild: add new options.
  * Add new example script `u' like "upload" (wrapper around dgit(1) and
    dpt-push (1)).
  * Update lintian override.
  * Declare compliance with Debian Policy 4.4.1.

 -- gregor herrmann <email address hidden>  Sat, 23 Nov 2019 02:26:16 +0100

Available diffs

Superseded in focal-proposed
pkg-perl-tools (0.55) unstable; urgency=medium

  [ Xavier Guimard ]
  * Return a 77 code for skipped tests
  * Add tags "superficial" (except smoke) and "skippable" (all tests) in
    "Restrictions:" field (Closes: #922264)

  [ gregor herrmann ]
  * examples/buildpackage-pdebuild:
    - unset exported variables to avoid leaking them into e.g. autopkgtest
      after the actual build
    - use pbuilders --binary-{arch,indep} for -b/-a options

 -- gregor herrmann <email address hidden>  Tue, 17 Sep 2019 17:44:35 +0200
Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
pkg-perl-tools (0.53) unstable; urgency=medium

  [ intrigeri ]
  * dpt new-upstream: add a --limit option.
  * ZSH completion: add support for dpt new-upstream's --limit option.
  * dpt new-upstream: don't output packages when the local released version in
    Git is greater or equal to the "new" upstream version UDD knows about.

  [ Clément Hermann ]
  * examples/check-build: if either duck or blhc isn't run because it's not
    installed, say so

  [ gregor herrmann ]
  * dpt-upstream-repo: add "|| true" to git fetch upstream-repo.
    Otherwise dpt-import-orig is broken when the configured repo goes away.

  [ intrigeri ]
  * Drop duplicate autopkgtest documentation.
    This was mostly a duplicate of the doc we have in autopkgtest.pod in
    salsa.debian.org:perl-team/perl-team.pages.debian.net.git
    a.k.a. https://perl-team.pages.debian.net/autopkgtest.html
  * Directly point to the canonical documentation for our autopkgtest
    setup.
  * dpt missing-upstream: migrate from Parse::DebianChangelog to
    Dpkg::Changelog::Debian (Closes: #933135).

  [ Felix Lechner ]
  * Add separate tag files for custom Lintian checks. (Closes: #934100)
    Lintian now stores tag definitions separately from checks. This commit
    does that for the custom Lintian profile used in pkg-perl-tools.
    Moves the tag definitions out of the checks into their own file
    hierarchy, which is sorted alphabetically. Also adds the check
    association to each tag definition.

  [ gregor herrmann ]
  * Update Makefile to install lintian tags.
  * Make (build) dependency on lintian versioned for the new separate
    tags/ directory.

  [ Xavier Guimard ]
  * Provide a configuration file for salsa(1)

  [ gregor herrmann ]
  * Update copyright information in various files and debian/copyright.

 -- gregor herrmann <email address hidden>  Fri, 09 Aug 2019 03:24:33 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
pkg-perl-tools (0.52) unstable; urgency=medium

  * dpt zsh completion:
    - add files completion for dpt-forward
    - add packagename argument to dpt-takeover

  * dpt-new-upstream: drop unneeded newline when outputting headers in
    case of HTTP failure.
  * dpt-{checkout,upstream-repo}: add --prune when fetching upstream-repo
    remote.

  * examples/mass-commit: add --stats to suggested mr(1) call in order to
    get information about potential failures.
  * examples/buildpackage-pdebuild: -t now also sets
    DEB_BUILD_PROFILES=nocheck.

  * pkg-perl-autopkgtest: replace ADTTMP with AUTOPKGTEST_TMP in use.t and
    smoke.

  * pkg-perl lintian checks: module-build-tiny-needs-newer-debhelper:
    also allow debhelper-compat.

  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop unneeded version constraints from (build) dependencies.
  * Drop (build) dependency on dpkg-dev as now even oldoldstable has a new
    enough version.
  * Bump debhelper-compat to 12.

 -- gregor herrmann <email address hidden>  Tue, 16 Jul 2019 12:20:22 -0300

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
pkg-perl-tools (0.51) unstable; urgency=medium

  * examples/check-build:
    + reprotest:
      - remove special casing for reprotest >= 0.7 and < 0.7.4
      - enable build_path variation
    + piuparts:
      - make output less verbose
      - add support for schroot
      - ignore dbgsym packages
  * dpt-ci-failures:
    - use HTTPS for two ci.debian.net/bugs.debian.org URLs
    - add -q to wget call.
  * dpt-salsa: disable "job events" notification for IRC.
    They are just too noisy as they report each build step.
  * dpt-forward: slightly update wording of messages.
  * Add dpt(1) zsh completion.
  * Update copyright years.

 -- gregor herrmann <email address hidden>  Fri, 01 Mar 2019 23:26:21 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
pkg-perl-tools (0.50) unstable; urgency=medium

  [ Niko Tyni ]
  * dpt-ci-failures: add -I option showing the run id suitable for API calls

  [ gregor herrmann ]
  * dpt-import-orig: add more extensions to tarball removal after import.
  * Update copyright years.
  * dpt-salsa: implement toattic/fromattic sub-commands.
  * dpt-salsa: activate gitlab's 'no_access' access level.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.
  * Remove trailing whitespace from debian/*.
  * debian/rules: override dh_auto_install.

 -- gregor herrmann <email address hidden>  Sat, 19 Jan 2019 04:28:54 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
pkg-perl-tools (0.49) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-salsa: mrconfig(): replace 'githashes' with 'lastactivity'.
    Instead of gathering the hashes of all branches of each repo on salsa
    and storing them in a file below .git.hashes, which requires an API call
    for each package, save the last_activity_at timestamp of the repo in a
    file below .lastactivity. This should speed up dpt-salsa mrconfig by
    about a third.

  [ Niko Tyni ]
  * dpt-ci-failures: include src:perl autopkgtest regressions.

  [ intrigeri ]
  * examples/check-build:
    - treat skipped or superficial autopkgtest as success and display a clear
      warning
    - support running autopkgtest in QEMU but reprotest in schroot
    - include buildinfo in source-only and arch-all-only .changes files
      This needs changestool which is shipped in the reprepro package.
    - check-build: don't delete _source.changes if it already exists

  [ gregor herrmann ]
  * examples/check-build:
    - colorize output of messages
    - update copyright

 -- gregor herrmann <email address hidden>  Fri, 09 Nov 2018 00:47:04 +0100

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
pkg-perl-tools (0.47) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-salsa: pass 'simple' to API call for listrepos() if --all is
    given. In this case we care only about the ids of the repos, so the
    simpler result is more than enough.
  * New dpt subcommand: dpt-ci-failures.
    Script to query ci.debian.net for autopkgtest failures.
  * New dpt subcommand: dpt-new-upstream.
    Script to list packages with newer upstream version.
  * New dpt subcommand: dpt-clean-mr-repos.
    Script to remove local clones of packaging repositories which are gone
    from salsa.debian.org.
  * Add debian/tests/pkg-perl/syntax-skip to enable more of autopkgtest's
    syntax.t.

  [ Damyan Ivanov ]
  * dpt-forward: when creating pull requests, allow for other branches than
    'master' for example, https://github.com/PerlDancer/Dancer uses 'devel'
    for their main branch
  * update copyright years

  [ gregor herrmann ]
  * examples/{buildpackage-pdebuild,check-build}: change debsign handling.
    Don't --auto-debsign at build time, and only sign once at check time.
  * Update copyright notices and years in d/copyright and various scripts.
  * dpt-uscan: fix POD.
  * Declare compliance with Debian Policy 4.2.1.

 -- gregor herrmann <email address hidden>  Thu, 30 Aug 2018 23:18:25 +0200

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
pkg-perl-tools (0.46) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-salsa: move basic repo settings from createrepo() to
    configurerepo(). That way they are set both on creating a new project
    and on updating an existing one later.
  * dpt-salsa: update list of events for webhooks in configurerepo() and
    kgb() methods.
  * examples/mass-commit: add a continue when skipping cdbs packages.
    Otherwise we have to 'cd ..'.

  [ Damyan Ivanov ]
  * document configuration files location and handling (Closes: #900769)

  [ gregor herrmann ]
  * dpt-salsa: update documentation.
    Clarify pushrepo(), change order and improve some sections.
  * dpt-salsa: GitLab's 'master' was renamed to 'maintainer'.
    Follow this changed nomenclature.

  [ Florian Schlichting ]
  * Add autopkgtest-needs-use-name lintian check

  [ gregor herrmann ]
  * dpt-salsa: use Try::Tiny to handle transient failures of the
    Salsa API.
  * dpt-salsa: merge githashes() into mrconfig().
    Looping only once over all repos saves some time as the bottleneck is the
    Gitlab API at salsa.debian.org, and although only mrconfig() was run from
    our group's .mrconfig, de facto githashes() was required as well. Note
    that githashes() now just calls mrconfig(), and that manual calls to `dpt
    salsa githashes' should be removed from cronjobs or personal ~/.mrconfig
    files.
  * Declare compliance with Debian Policy 4.1.5.
  * Add sensible-utils to Recommends. Thanks to lintian.

 -- gregor herrmann <email address hidden>  Mon, 30 Jul 2018 10:11:21 +0200

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
pkg-perl-tools (0.45) unstable; urgency=medium

  [ gregor herrmann ]
  * Update some URLs to point to the new website after the move from
    Alioth to Salsa.
  * lintian check 'vcs-url-not-under-pkg-perl': update required URL.
  * dpt-push:
    - push all tags for "3.0 (native)" packages
    - update copyright notices
  * scripts/packagecheck, examples/repack.stub: anonscm -> salsa links.

  [ Niko Tyni ]
  * autopkgtest: support empty skip lists for syntax.t.
    Packages can now include an explicit empty skip list, which forces the
    test to run even in the presence of Suggestions.

  [ gregor herrmann ]
  * Update copyright years for autopkgtest/*.
  * Declare compliance with Debian Policy 4.1.4.

 -- gregor herrmann <email address hidden>  Sat, 19 May 2018 15:17:20 +0200

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
pkg-perl-tools (0.44) unstable; urgency=medium

  [ gregor herrmann ]
  * Add a "TIPS & TRICKS" section to dpt-config(5).
  * dpt-import-orig: remove check for gbp vs. git-import-orig.
    gbp(1) is old enough.

  [ Niko Tyni ]
  * autopkgtest/smoke: support xvfb configuration in smoke-env.
    (Closes: #895190)

 -- Niko Tyni <email address hidden>  Sun, 08 Apr 2018 16:18:02 +0300

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
pkg-perl-tools (0.42) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-salsa: mrconfig(): also write to stdout for consumption by
    "include = " in .mrconfig.

  [ Niko Tyni ]
  * dpt-checkout: use salsa instead of alioth for new checkouts

  [ Damyan Ivanov ]
  * dpt-checkout: shorten a bit and "quote" clone URL
  * dpt-checkout: add `--pristine-tar` to `gbp pull` call
  * dpt-salsa: add kgb sub-command for controlling KGB webhooks
  * update mass-commit example to use `dpt salsa kgb` for managing IRC
    notifications

  [ Niko Tyni ]
  * Update scripts/rename-uploader to use `dpt salsa kgb` for managing
    notifications

  [ gregor herrmann ]
  * dpt-salsa: githashes():
    - wrap API calls in eval so we don't die in the loop if information about
      one package can't be retrieved for e.g. network issues
    - comment out retrieval of tags in order to cut number of API calls
      in half

 -- gregor herrmann <email address hidden>  Sat, 24 Feb 2018 19:32:52 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
pkg-perl-tools (0.41) unstable; urgency=medium

  * update the Vcs lintian check to look for
    https://salsa.debian.org/perl-team/modules/
  * control: point Vcs-* URLs to salsa.debian.org

 -- Damyan Ivanov <email address hidden>  Sat, 24 Feb 2018 08:18:56 +0000

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
pkg-perl-tools (0.40) unstable; urgency=medium

  [ gregor herrmann ]
  * examples/check-build: update autopkgtest section.
    Drop adt-run variant, as stable has autopkgtest, and add --shell-fail
    option.
  * examples/check-build: add option to run reprotest.

  [ Dominic Hargreaves ]
  * Add missing dependency on curl

  [ gregor herrmann ]
  * examples/pbuilder-hooks/E10cleanup:
    + use `apt-get indextargets' and `/usr/lib/apt/apt-helper cat-file'
      instead of grepping the Packages files directly. Guarded by a check
      for apt 1.1, so the old code is still there but only used in
      oldstable.
      Thanks to Julian Andres Klode for the bug report. (Closes: #874778)
    + use dpkg-vendor to check for Ubuntu instead of grepping
      /etc/lsb-release.

  [ intrigeri ]
  * examples/check-build: update autopkgtest section to support current
    sid with libvirt/QEMU … while keeping compatibility with Stretch, and
    dropping another Jessie-area path.

  [ gregor herrmann ]
  * autopkgtest: smoke: move prove's --verbose to PKG_PERL_PROVE_ARGS to
    make it overridable via smoke-env as well.
  * examples/check-build: also offer to run autopkgtest when
    debian/tests/control is around.
  * examples/pbuilder-hooks/*00iptables: use 127.0.0.0/8 instead of
    127.0.0.1.
    Thanks to Tincho for the bug report.

  [ Axel Beckert ]
  * Set "Rules-Requires-Root: no".
  * Remove trailing whitespace from ancient debian/changelog entry.
  * Declare compliance with Debian Policy 4.1.1.
    + Change Priority from extra to optional.

  [ Alex Muntada ]
  * Debian::PkgPerl::GitHub:
    + Add missing ticket param for method new
    + Increase verbosity when patching fails
    + Add test for a failing patch
    + Capture and show error if pull-request fails

  [ Damyan Ivanov ]
  * dpt-uscan: new wrapper around uscan and gbp import-orig
  * pristine-orig: honour USCAN_DESTDIR from devscripts' configuration
  * gc: add -p option, running 'git gc' via 'parallel', utilising all
    available CPUs.
  * Declare compliance with Debian Policy 4.1.3. (No changes needed.)

  [ gregor herrmann ]
  * Remove Makefile.PL hack, as we have an explicit "Testsuite:
    autopkgtest-pkg-perl".
  * Consolidate and extend debian/copyright.
  * Bump debhelper compatibility level to 10.
  * Remove another common unneded test file in autopkgtest's smoke test.
  * examples/check-build: update lintian invocation.
    tag-display-limit=0 can be set in the config since 2.5.63.
  * Slightly improve documentation about DPT_* variables, dpt-config, and
    dpt.conf in various scripts.
  * Extend long description of pkg-perl-autopkgtest.
    Mention Testsuite header and README.
  * Add dpt-alsa: manage team repos and members on salsa.debian.org.
  * Test::Spelling: fix some mistakes, add some stopwords.
  * Add lintian overrides for binary-package-depends-on-toolchain-package
    (debhelper/cdbs).
  * dpt-get-ubuntu-packages: use udd-mirror.debian.net instead of ssh'ing
    into Alioth and using udd itself.
    Additionally remove trailing whitespace.
  * dpt-lp-mass-subscribe: port to python3.
  * Remove dpt-alioth-author.
    Was supposed to run on Alioth which is about to go away.
  * Remove dpt-alioth-repo and point to its successor `dpt salsa
    pushrepo'.
  * dpt-takeover: use `dpt salsa pushrepo' instead of the removed
    dpt-alioth-repo.

 -- gregor herrmann <email address hidden>  Fri, 23 Feb 2018 17:26:54 +0100

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
pkg-perl-tools (0.39) unstable; urgency=medium

  * autopkgtest/smoke: fix skipping perlcritic tests

 -- Niko Tyni <email address hidden>  Mon, 07 Aug 2017 15:08:48 +0300

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
pkg-perl-tools (0.38) unstable; urgency=medium

  * Move most of build dependencies to Build-Depends-Indep
  * autopkgtest/smoke: expand the skip list to compile, author and pod tests
    (Closes: #870252)

 -- Niko Tyni <email address hidden>  Sun, 06 Aug 2017 22:28:23 +0300

Available diffs

Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
pkg-perl-tools (0.37) unstable; urgency=medium

  [ Christopher Hoskin ]
  * Fix "Broken link for repack.sh in examples/repack.stub" Changed broken link
    to working link (Closes: #853045)

  [ gregor herrmann ]
  * dpt-gen-itp: handle encoding of From and Owner.
  * dpt-gen-itp: mention dpt-gen-itp(1) in the footer of its output.
    Thanks to Balint Reczey for the proposal and the patch.
    (Closes: #855135)

  [ Niko Tyni ]
  * autopkgtest/smoke: run prove with --recurse.
    This takes away most needs for the smoke-tests configuration file, and
    seems to work for at least libimager-perl and libdancer2-perl.
    Thanks to Alex Muntada for the idea.

  [ gregor herrmann ]
  * debian/control: Add more test dependencies.
    Needed for t/patchedit/01_patchedit.t which now is run in autopkgtest due
    to the change in autopkgtest/scripts/build-deps.d/smoke.
  * Makefile: run prove recursively during build as well.
  * Revert "remove patchedit" (e2fcacaeff23ce3b22cef5855ffb8bab6442ae2f).
    The .orig files are still needed for t/patchedit/01_patchedit.t which
    wasn't run since 2013, apparently.
  * debian/rules: add override_dh_clean to avoid removal of the
    t/patchedit/*.orig files.
  * t/patchedit/01_patchedit.t: fix path and add some error handling.
  * Skip t/patchedit/01_patchedit.t for now.
    The real output has diverged too much from the expected one.

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

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
pkg-perl-tools (0.36) unstable; urgency=medium

  [ gregor herrmann ]
  * examples: update pbuilder-hooks/E10cleanup.
  * examples/mass-commit: `continue' in a function fails with newer bash.

  [ Florian Schlichting ]
  * dpt-forward: improve mail usage: fail early when --use-mail not given and
    no pause credentials are available, allow forwarding a bug without patch

  [ Alex Muntada ]
  * t/github.t: Test GitHub pull request workflow
  * lib/Debian/PkgPerl/GitHub.pm: add module
  * scripts/forward: create pull requests for patches in GitHub
  * Makefile:
    - add -Ilib to perl tests in Makefile
    - install Perl modules from lib/Debian/PkgPerl
  * t/spelling.st: check files in lib/Debian/PkgPerl directory

  [ gregor herrmann ]
  * Add (build) dependency on libgit-repository-perl.
    Needed for the new GitHub PR feature.
  * Add a note to the pbuilder firewall example hook.
  * dpt-github-oauth: don't display password if Term::ReadLine::Gnu
    is used.

  [ gregor herrmann ]
  * dpt-alioth-repo: document the possibility to pass the distribution
    name as a parameter.

  [ tony mancill ]
  * Fix typo in bts-retitle POD. (Closes: #848517)

  [ gregor herrmann ]
  * posix-lib.sh: run the pipe/tee magic only for subcommands where it's
    actually used later on.

  [ Florian Schlichting ]
  * dpt-forward: fall back to sending email when pause credentials cannot be
    read
  * dpt-forward: add POD on email fallback and relevant config
  * Add missing dependencies for github.t

  [ gregor herrmann ]
  * Add debian/tests/pkg-perl/use-name to run autopkgtest's use.t test.

 -- gregor herrmann <email address hidden>  Thu, 26 Jan 2017 20:19:54 +0100

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
pkg-perl-tools (0.35) unstable; urgency=medium

  * use.t: run the test with $AUTOPKGTEST_TMP as cwd. (Closes: #847284)

 -- Niko Tyni <email address hidden>  Wed, 07 Dec 2016 21:05:38 +0200

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
pkg-perl-tools (0.34) unstable; urgency=medium

  * autopkgtest improvements:
    + use.t:
      * support a whitelist regexp in d/t/p/use-whitelist.
        (Closes: #845771)
      * don't run the command in the package source directory.
        (Closes: #837137)
      * also run the tests with PERL_DL_NONLAZY=1.
        (Closes: #830849)
    + syntax.t:
      * skip non-files in dpkg-query --listfiles output.
      * allow listing more files to check in d/t/p/syntax-extra.
        (Closes: #796040)

 -- Niko Tyni <email address hidden>  Sat, 03 Dec 2016 23:09:20 +0200

Available diffs

Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
pkg-perl-tools (0.33) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-import-orig: don't explicitly run `git fetch upstream-repo'.
    This is already handled by dpt-upstream-repo. Additionally call
    dpt-upstream-repo with '-u' to update the URL of the remote.
  * examples/buildpackage-pdebuild: add '-a' switch for setting
    dpkg-buildpackage's -A option.
  * examples/pbuilder-hooks/*iptables: add logging and dmesg output.
    This helps to detect attempts to connect to the internet during build.

  [ Niko Tyni ]
  * autopkgtest/smoke: add the test directory to @INC due to perl changes.
    See https://lists.debian.org/debian-devel-announce/2016/08/msg00013.html

 -- Niko Tyni <email address hidden>  Fri, 02 Sep 2016 12:01:29 +0300

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
pkg-perl-tools (0.32) unstable; urgency=medium

  [ intrigeri ]
  * check-build: adjust to new location of the QEMU autopkgtest
    virtualization helper. This is needed with autopkgtest 4.0+.

  [ gregor herrmann ]
  * examples/check-build: update to work with adt-run and autopkgtest.
  * scripts/upstream-repo: add -u (update) option to change the URL of the
    Git remote 'upstream-repo' in the local clone.
  * patchedit: don't claim that ./debian/patches can be left out when it
    can't.
  * patchedit: always set Last-Update to the mtime of the patch file when
    in fix mode.

 -- gregor herrmann <email address hidden>  Fri, 01 Jul 2016 15:05:22 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
pkg-perl-tools (0.31) unstable; urgency=medium

  [ gregor herrmann ]
  * scripts/forward: change YAML::XS loading/usage

  [ Axel Beckert ]
  * Treat a "dpt import-orig" parameter as orig tar ball and pass it
    instead of "--uscan" to "gbp import-orig". Needed if a newer upstream
    release has a (from dpkg's point of view) lower version number.

  [ gregor herrmann ]
  * scripts/debian-upstream:
    - only replace URLs for existing keys. Avoids a warning about
      uninitialized values. Closes: #826226
    - add another URL replacement (http://github.com/)

  [ Alex Muntada ]
  * scripts/github-oauth:
    - build default note-text as documented
    - add note regarding 2FA
    - remove AUTHORS section
  * Add alexm copyright for scripts/github-oauth

  [ gregor herrmann ]
  * scripts/forward: return result from detect_tracker_url() sub.

 -- gregor herrmann <email address hidden>  Fri, 03 Jun 2016 16:07:13 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
pkg-perl-tools (0.30) unstable; urgency=medium

  * Upload from the Debian Perl Team Sprint in Zürich

  [ gregor herrmann ]
  * examples/check-build:
    - add --no-tag-display-limit to lintian call
    - add --warn-on-debsums-errors to piuparts call
    - show adt-run result with /usr/bin/notify-send
  * script/forward: remove AUTHORS section.
    Duplication of the LICENSE/COPYRIGHT section.
  * Add alexm to debian/copyright for scripts/forward.
  * Switch some more URLs in debian/* to HTTPS.

  [ Alex Muntada ]
  * Remove scripts/forward-{bug,patch}
  * scripts/forward:
    - Warn about default address only when using mail
    - Search for distribution name in debian/upstream/metadata
  * scripts/debian-upstream:
    - Search for Bug-Database in debian/upstream/metadata
    - Switch links to https

  [ Niko Tyni ]
  * Remove outdated arch-any-package-needs-newer-debhelper lintian warning

  [ Axel Beckert ]
  * Option -g now even no more creates debian/upstream/metadata.
  * Declare compliance with Debian Policy 3.9.8. (No changes needed.)

 -- Axel Beckert <email address hidden>  Sun, 22 May 2016 20:43:40 +0200

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
pkg-perl-tools (0.29) unstable; urgency=medium

  * pkg-perl-autopkgtest/build-deps.d/smoke now also supports
    debian/tests/pkg-perl/smoke-tests to list which tests should be run by
    prove instead of the default "t/*.t".

 -- Axel Beckert <email address hidden>  Fri, 22 Apr 2016 00:14:47 +0200

Available diffs

Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
pkg-perl-tools (0.28) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * packagecheck: Use https transport protocol in Vcs-Git URI.
    If a missing Vcs-Git field is found, then add the URI using the https
    transport protocol instead of git.

  [ Christopher Hoskin ]
  * Add support for smoke-cleanup script. Closes: #813307
  * Remove redundant second PDIR=`pwd` from smoke
  * Document new smoke-cleanup feature in autopkgtest/README.autopkgtest

  [ gregor herrmann ]
  * Add new copyright holder for autopkgtest/.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.7.
  * debian/control: use HTTPS for Vcs-Git URL.

 -- gregor herrmann <email address hidden>  Fri, 05 Feb 2016 15:45:49 +0100

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
pkg-perl-tools (0.27) unstable; urgency=medium

  [ gregor herrmann ]
  * examples/buildpackage-pdebuild: drop '-d' from DEBBUILDOPTS.
    The parameter is added by pdebuild itself now.
  * examples/check-build: new option to strip all binary packages from the
    .changes file, with fallback option to only strip arch:any ones.
    Thanks to Salvatore Bonaccorso for coming up with this elegant patch.

  [ Niko Tyni ]
  * autopkgtest/smoke:
    + export TDIR for the smoke-setup script as documented
    + ignore stderr from test.pl

 -- Niko Tyni <email address hidden>  Mon, 12 Oct 2015 13:58:51 +0300

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
pkg-perl-tools (0.24) unstable; urgency=medium

  * Remove checks which moved to lintian from pkg-perl profile.

 -- gregor herrmann <email address hidden>  Sat, 15 Aug 2015 16:38:23 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
pkg-perl-tools (0.23) unstable; urgency=medium

  [ Axel Beckert ]
  * Fix patchedit to not expect a file in $PATH as $EDITOR but to support
    $EDITOR to contain commandline options.
  * Move application-not-library, modulebuild, no-perl-modules, and
    usr-lib-perl5 lintian checks to lintian proper.
  * Rewrite module-name check (tag no-module-name-in-description) as
    binary check and integrate it into lintian's description check as tag
    perl-module-name-not-mentioned-in-description.
  * Recommend lintian >= 2.5.36 for the checks which used to be in the
    pkg-perl-tools package.

  [ gregor herrmann ]
  * examples/check-build: use mergechanges for sourceless uploads instead
    of manually messing with the .changes file.
  * examples/check-build: add stanza for running adt-run (with schroot and
    a chroot named/aliased to "default").

 -- Axel Beckert <email address hidden>  Fri, 14 Aug 2015 22:39:18 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
pkg-perl-tools (0.22) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-takeover: update documentation to use of gbp-import-dscs.

  [ Salvatore Bonaccorso ]
  * Document dpt-forward in dpt commands listing

  [ Axel Beckert ]
  * gen-itp:
    + Use Perl 5.10 feature "say" instead of the local sub "p" which does
      the same.
    + Nicer output formatting.
    + Whitespace cleanup.
    + Output the sentence "The package will be maintained under the
      umbrella of the Debian Perl Group." behind the package description
      if the maintainer is set to the Debian Perl Group.
  * Try to fool autodep8 into thinking it's a EU::MM based test suite.
    + Add no-op Makefile.PL. debhelper doesn't seem to be fooled by that,
      probably because a Makefile already exists.
    + Hardcode build system in debian/rules as "Makefile" anyway to be
      safe against future debhelper changes.

 -- Axel Beckert <email address hidden>  Sat, 08 Aug 2015 16:31:40 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
pkg-perl-tools (0.21) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * examples/b: Use buildpackage subcomand for gbp in case git directory
    is present

  [ gregor herrmann ]
  * examples/buildpackage-pdebuild: initialize DEBBUILDOPTS with -d.
    This passes -d ("Do not check build dependencies and conflicts.") to
    dpkg-buildpackage.

  [ Axel Beckert ]
  * dpt-push: Also push git notes for use with Niko Tyni's git-debcherry
    variant (see #784159)
  * dpt-alioth-repo:
    + Check if a remote named "origin" already exists and if it's already
      the expected remote repository before creating a remote repository
      named "origin".
    + Proper error message if distribution name couldn't be determined.
      Read a distribution name as first parameter in that case.
  * dpt-takeover:
    + Change to use "gbp-import-dscs --debsnap" instead of "apt-get
      source" and "gbp-import-dsc".
    + set -u only after environment variable checking.
  * dpt-upstream-repo+examples/mass-commit: Use Gbp-Dch instead of Git-Dch
  * debian/copyright: Remove .mailmap stanza. It's only needed in the git
    repository and not included in the generated source package.  Silences
    lintian wrt. unused-file-paragraph-in-dep5-copyright, etc.  Lacks
    creativity anyways to validate a copyright and license.
  * lintian-checks: Also output the testsuite header's value if the tag
    nonteam-testsuite-header is emitted.

  [ gregor herrmann ]
  * dpt-import-orig: use Gbp-Dch for changelog commit message.

 -- Axel Beckert <email address hidden>  Wed, 22 Jul 2015 00:22:00 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
pkg-perl-tools (0.20) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-import-orig: use present tense for changelog message.
  * pkg-perl-tools: add autopkgtest and autodep8 to Recommends.
  * dpt-import-orig: also (optionally) remove tarballs named *.tgz.
  * examples/buildpackage-pdebuild:
    + add -p option which sets DEB_BUILD_OPTIONS='nostrip'
    + demote qemubuilder codepath to a commented out example
  * examples/check-build:
    + rename piuparts log file
    + update stripping of binary packages.
      Besides removing .deb lines from the .changes file, also change the
      Architecture: field.
  * Update copyright years in example scripts and debian/copyright.

  [ Salvatore Bonaccorso ]
  * Remove trailing comma in Build-Depends list
  * Don't rely on dash expanding escape sequences by default.
    Instead of using echo "\t..." use a printf call to not rely on /bin/sh
    being dash and expanding escape sequences. (Closes: #772293)
  * forward-patch: Correct typo in error message (debain -> debian)
    Thanks to Raphael Geissert <email address hidden> (Closes: #772497)
  * check-build: Strip as well udebs when choosing to strip
    arch:any .debs

  [ Damyan Ivanov ]
  * dpt-push: exit with the status of the actual 'git push' command
    (Closes: #764825)
  * dpt-forward: add --force option, allowing forwarding an already
    forwarded bug/patch

  [ Ansgar Burchardt ]
  * Do not pass --force-yes to apt-get. apt's --force-yes option disables
    signature checks and therefore is a bad option to use.

  [ Axel Beckert ]
  * Replace all command calls to "gbp-something" with "gbp something" to
    support git-buildpackage ≥ 0.6.24. (Closes: #783521)

 -- Axel Beckert <email address hidden>  Mon, 27 Apr 2015 20:39:50 +0200

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
pkg-perl-tools (0.19) unstable; urgency=medium


  * Fix traversing the wrong directory in lintian/checks/…/module-name.pm
    (Closes: #763891) Thanks Niels Thykier!

 -- Axel Beckert <email address hidden>  Fri, 03 Oct 2014 20:15:02 +0200

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
pkg-perl-tools (0.13) unstable; urgency=medium


  [ Niko Tyni ]
  * autopkgtest/smoke: use xvfb-run if available.
    If debian/rules uses xvfb-run for the test suite, it will be in the build
    dependencies and therefore present in the test chroot.
  * autopkgtest/smoke: copy the full directory structure of test-files.
    If the listed files are in a subdirectory, we want the subdirectory to be
    copied too rather than having the files end up in the main target
    directory.
  * autopkgtest/smoke: create a full dummy blib directory structure.
    This makes 'use blib' work rather than throw an error.
  * autopkgtest/smoke: Create a dummy file under blib/lib/ to appease some
    test suites.
    This placates tests that try to assemble a list of files to test in the
    source tree and croak if they can't find any.
  * autopkgtest/syntax: Skip the test for packages with soft dependencies.
    The package might have modules that need Suggested packages.
    We don't want to keep track of those manually, so skip the test altogether
    for such packages.
  * autopkgtest/runner: ignore .proverc files in tested packages.
  * autopkgtest/runner: save the exit code from failed tests
  * autopkgtest: new test type runtime-deps-and-recommends, needed by
    syntax.t.
    This is for tests that need to be run with Recommendations installed.
    Currently the only such test is syntax.t, moved over from the runtime-deps
    side.

  [ gregor herrmann ]
  * Update Makefile for the new autopkgtest test set.
    Install the new runtime-deps-and-recommends.d/ directory and its contents.

 -- gregor herrmann <email address hidden>  Wed, 10 Sep 2014 23:39:54 +0200

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
pkg-perl-tools (0.12) unstable; urgency=medium


  [ Salvatore Bonaccorso ]
  * Use dpkg-parsechangelog --show-field calls
  * Add (Build-)Depends on dpkg-dev (>= 1.17.0)
    dpkg 1.17.0 introduced the --show-version flag for dpkg-parsechangelog.

  [ Niko Tyni ]
  * autopkgtest runner: Support disabling standard tests per package.
    Don't run tests that have corresponding files under debian/tests/pkg-
    perl/SKIP in the package.

  [ gregor herrmann ]
  * dpt-debian-upstream: don't add Homepage to debian/upstream/metadata.
    The field was demoted to "not recommended" in the UMEGAYA
    specification, since it duplicates the Homepage field in
    debian/control.

  [ Axel Beckert ]
  * Don't emit no-module-name-in-description if no Perl module named like
    the package is found. Reduces false positives for oddly named module
    distributions.
  * "make test" now also checks syntax of .pm files (i.e. lintian checks)

  [ gregor herrmann ]
  * autopkg-test: smoke test: create empty $TDIR/blib directory.
    Otherwise Test::Pod's all_pod_files{,_ok} tests fail if the find neither a
    blib/ nor a lib/ directory. With the empty blib/, the tests are
    effectively skipped which is better than failing them.
  * Add build dependency on lintian, required by new tests.
  * Update debian/copyright.

 -- gregor herrmann <email address hidden>  Mon, 08 Sep 2014 23:20:21 +0200

Available diffs

0.8
Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
pkg-perl-tools (0.8) unstable; urgency=medium


  [ Salvatore Bonaccorso ]
  * scripts/forward: Fix typo in --tracker pod section

  [ Damyan Ivanov ]
  * github support:
    + wrap bug content between ```
    + prepend four spaces before the patch description
    + add --ticket support

  [ gregor herrmann ]
  * dpt-foward: POD: the tracker is called 'cpan', not 'rt'.

  [ Salvatore Bonaccorso ]
  * dpt-foward: POD: the tracker is called 'cpan', not 'rt'.

  [ Damyan Ivanov ]
  * submit_cpan_rt: add requestor in ticket creation
  * when adding Forwarded: patch header also add Bug: header
  * make --offline-test effective for github tracker too

 -- Damyan Ivanov <email address hidden>  Thu, 26 Jun 2014 23:22:26 +0300

Available diffs

0.7
Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
pkg-perl-tools (0.7) unstable; urgency=medium


  [ Damyan Ivanov ]
  * scripts/forward:
    + drop --dry-run (does nothing)
    + update and write documentation

  [ Salvatore Bonaccorso ]
  * scripts/forward: correct constructed ticket URL

 -- Damyan Ivanov <email address hidden>  Mon, 09 Jun 2014 08:28:23 +0300

Available diffs

0.6
Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
pkg-perl-tools (0.6) unstable; urgency=medium


  [ gregor herrmann ]
  * Mention dpt-gc in dpt(1).
  * mass-commit example script: some git fine tuning.
    Check that .git exists, switch to master branch, and propose to
    push master in the end.

  [ Damyan Ivanov ]
  * add GitHub support to dpt-foward-patch(1).

  [ gregor herrmann ]
  * Add libnet-github-perl to Build-Depends and Recommends. Needed for the
    github support in dpt-forward-patch.
  * Switch from debian/upstream to debian/upstream/metadata in several
    places.

  [ Salvatore Bonaccorso ]
  * Remove trailing slash from metacpan.org URL when fetching module's site
  * Allow metacpan URLs without trailing slash

  [ gregor herrmann ]
  * Bump required debhelper version for Module::Build::Tiny in
    Lintian::pkg_perl::debhelper to 9.20140227.
    (First version using realclean instead of distclean.)
  * Fix a typo in examples/mass-commit output.

  [ Axel Beckert ]
  * Suggests duck.

  [ gregor herrmann ]
  * examples/check-build: run duck as well.

  [ Salvatore Bonaccorso ]
  * check-build: Check if lintian exists and executable

  [ Damyan Ivanov ]
  * new single shot forwarding tool, dpt-forward. can forward bugs and
    patches, even at the same, to the REST interface of rt.cpan.org or the API
    of GitHub.

  [ Florian Schlichting ]
  * fix gen-itp synopsis

  [ Damyan Ivanov ]
  * typo in pkg-perl/modulebuild description
  * new lintian check about files in usr/lib/perl5 with multiarch-enabled perl
  * add libfile-slurp-perl to b-d-i and Recommends

 -- Damyan Ivanov <email address hidden>  Sat, 07 Jun 2014 12:22:04 +0300

Available diffs

0.5
Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
pkg-perl-tools (0.5) unstable; urgency=low


  [ gregor herrmann ]
  * dpt-takeover: call `dpt alioth-repo' instead of the removed alioth-
    git-repo script in the repo.
  * dpt-dch-note: POD fix. Add newlines to avoid wrapping of the items.

  [ Damyan Ivanov ]
  * small indentation fix in POD

  [ gregor herrmann ]
  * Add libconfig-model-dpkg-perl to Recommends.
    Needed by at least dpt-gen-itp, and only suggested by
    libconfig-model-perl.

  [ Axel Beckert ]
  * Allow multiple packages as parameter to "dpt checkout".
  * Update POD of "dpt checkout" to mention "dpt co" and the directory
    changing feature.
  * Add (open)ssh-client to Depends.
    Needed by all commands which create or modify git repositories on Alioth.
  * Bump Standards-Version to 3.9.5 (no changes)
  * Fix typo in POD of scripts/push.
  * dpt checkout: Only change directory if only one package has been
    checked out
  * Make "dpt push" honor debian-tag, debian-branch, upstream-tag, and
    upstream-branch settings from .gbp.conf, debian/gbp.conf, and
    .git/gbp.conf.
  * Add debian/gbp.conf to document non-gbp-standard tag syntax.

  [ gregor herrmann ]
  * Add new dpt-debian-upstream script:
    convert META.{json,yml} to debian/upstream.
  * Add libyaml-libyaml-perl to Build-Depends and Recommends.
    Needed by dpt-debian-upstream.
  * Add new upstream-repo script:
    add upstream Git repository as git remote.
  * Add libdebian-copyright-perl to Recommends. Used by dpt-upstream-repo.
  * Add new dpt-import-orig script:
    git-import-orig wrapper with upstream tracking support.
  * Add information about new scripts to debian/copyright.
  * Mention new scripts in dpt(1).

  * Update URL of repack.sh in examples/repack.stub.
  * Add build dependency on spell checkers. Needed by t/spelling.st.
  * Add more stopwords to t/spelling.st.

  [ Axel Beckert ]
  * Backwards-compatible transition from git-import-* to gbp-import-*

  [ Salvatore Bonaccorso ]
  * mass-commit: Replace use of vasks.debian.org with git.debian.org
  * rename-uploader: Replace use of vasks.debian.org with git.debian.org

  [ gregor herrmann ]
  * dpt-takeover: use dpt-push after running dpt-packagecheck.

 -- Damyan Ivanov <email address hidden>  Fri, 17 Jan 2014 00:12:06 +0200

Available diffs

0.4
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
pkg-perl-tools (0.4) unstable; urgency=low


  [ Damyan Ivanov ]
  * document dpt-config
  * fix section on dpt-config references
  * install man5/
  * fix dpt-config.pod name

  [ Salvatore Bonaccorso ]
  * Add reference for dpt-alioth-repo to dpt POD

  [ Damyan Ivanov ]
  * recommend libmodule-inspector-perl
  * add a 'push' subcommand

 -- Damyan Ivanov <email address hidden>  Sun, 20 Oct 2013 19:36:22 +0300
161 of 61 results