dh-dist-zilla (1.4.1) unstable; urgency=medium

  * Use the Debian Perl Team's autopkgtest helpers.
    + Drop debian/tests/control, no more needed.
    + Minor search-path related fixes for t/buildpkg.t.
  * Skip t/syntax.t for autopkgtest, pkg-perl-autopkgtest does it better.
  * Bump debhelper-compat to 13.
  * Declare compliance with Debian Policy 4.5.1. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Mon, 18 Jan 2021 03:19:00 +0100

dh-dist-zilla (1.4.0) unstable; urgency=medium

  * Support "Build-Depends: dh-sequence-dist-zilla" instead of "dh $@
    --with dist-zilla" by adding according Provides. Document this, too.
  * Bump debhelper compatibility level to 12.
    + Build-depend on "debhelper-compat (= 12)" to replace debian/compat.
  * Guard override_dh_auto_test against nocheck profile for now. Fixes
    lintian warning override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS.
  * Declare compliance with Debian Policy 4.5.0. (No changes needed.)
  * Replace mini test suite in debian/rules with t/syntax.t.
    + Add build-dependency on libtest-strict-perl.
  * Add a test which builds a minimal package with dh-dist-zilla.
    + Add build-dependencies libtest-script-run-perl + libdist-zilla-perl.
    + Move dist_zilla.pm source to lib/Debian/Debhelper/Sequence/.
  * Add debian/tests/control to enable automatic as-installed testing.

 -- Axel Beckert <abe@debian.org>  Fri, 21 Feb 2020 00:54:13 +0100

dh-dist-zilla (1.3.7) unstable; urgency=medium

  * Add dependency on debhelper (<< 10.10.6~) | debhelper (>= 11.1.3~) to
    exclude debhelper versions affected by #887727.
  * Declare compliance with Debian Policy 4.1.3. No changes needed.
  * Bump debhelper compatibility level to 11.
    + Update versioned debhelper build-dependency accordingly.

 -- Axel Beckert <abe@debian.org>  Mon, 22 Jan 2018 01:26:45 +0100

dh-dist-zilla (1.3.6) unstable; urgency=medium

  * Fix clean target (and possibly other targets) under non-existing $HOME
    by changing "local $ENV{DZIL_GLOBAL_CONFIG_ROOT}" back to just
    "$ENV{DZIL_GLOBAL_CONFIG_ROOT}". Regression introduced in release
    1.3.5. (Closes: #880837)
  * Add a .perlcriticrc to exclude the rule which led to this regression
    as well as the only level 3 rule which is left. (Carping doesn't make
    much sense in commandline applications.)

 -- Axel Beckert <abe@debian.org>  Sun, 05 Nov 2017 16:59:00 +0100

dh-dist-zilla (1.3.5) unstable; urgency=medium

  * Suggest libdist-zilla-app-command-authordebs-perl.
  * Set "Rules-Requires-Root: no".
  * Declare compliance with Debian Policy 4.1.1.
  * Bump debhelper compatibility level to 10.
    + Update versioned debhelper build-dependency accordingly.
  * Make package perlcritic-severity-4-clean. Also fulfil some
    requirements for perlcritic severity level 3.
  * Add debian/.debhelper/ to .gitignore.

 -- Axel Beckert <abe@debian.org>  Tue, 31 Oct 2017 20:25:04 +0100

dh-dist-zilla (1.3.4) unstable; urgency=medium

  * Let dh_dist_zilla_origtar run "dzil clean" first by default. Avoids to
    get artifacts from previous, potentially manual builds included in the
    tar ball. (Use option --no-clean to get previous behaviour.)

 -- Axel Beckert <abe@debian.org>  Thu, 21 Jul 2016 23:28:56 +0200

dh-dist-zilla (1.3.3) unstable; urgency=medium

  * Drop usage of deprecated Getopt::Mixed. Use Getopt::Long from the
    perl-base package instead. (GH #2)
    + Remove any package relations to libgetopt-mixed-perl.
  * dh-dzil-refresh:
    + Bail out immediately if no dist.ini is found
    + Use Getopt::Long's auto_help and Pod::Usage for --help. (GH #3)
    + Improve SYNOPSIS so it's more helpful for --help.
  * Use https:// in debian/copyright format specification.

 -- Axel Beckert <abe@debian.org>  Sun, 03 Jul 2016 22:50:37 +0200

dh-dist-zilla (1.3.2) unstable; urgency=medium

  * Bump copyright years in debian/copyright.
  * Add a LICENSE file in the root directory with the full text of the
    GPLv3. (debian/copyright only refers to /usr/share/common-licenses/
    which might not suffice for people just downloading or viewing the
    source code online.)
  * Switch Vcs-Git from git:// to https://, fixes lintian warning
    vcs-field-uses-insecure-uri.
  * Add new debian/debhelper-build-stamp to .gitignore.
  * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
  * README:
    + Update links from http:// to https:// where possible.
    + Switch links from search.cpan.org to metacpan.org.
    + Fix link to Module::Build article.

 -- Axel Beckert <abe@debian.org>  Thu, 05 May 2016 23:26:13 +0200

dh-dist-zilla (1.3.1) unstable; urgency=medium

  * Fix builds when $HOME is set to a non-existent directory as common
    nowadays, e.g. inside pbuilder or sbuild chroots. (Closes: #808552)

 -- Axel Beckert <abe@debian.org>  Mon, 21 Dec 2015 11:35:03 +0100

dh-dist-zilla (1.3) unstable; urgency=medium

  * Add minimal syntax-checking test suite to debian/rules.
    + Add build-dependency on libgetopt-mixed-perl.
  * Add support for a get-orig-source target (Alias: origtar)
    + Suggest pristine-tar and xz-utils
  * Use debhelper compatibility level 9.

 -- Axel Beckert <abe@debian.org>  Wed, 19 Aug 2015 22:27:50 +0200

dh-dist-zilla (1.2) unstable; urgency=medium

  [ Manfred Stock ]
  * Don't parse dist.ini to get distribution name and version.
    + Drop dependency on libconfig-ini-perl

  [ Axel Beckert ]
  * Document -c option to dh-dzil-refresh as well as all long option
    variants.
  * Bump Standards-Version to 3.9.6 (no changes needed)

 -- Axel Beckert <abe@debian.org>  Sat, 20 Sep 2014 12:56:47 +0200

dh-dist-zilla (1.1.1) unstable; urgency=medium

  * Fix missing Recommends on libgetopt-mixed-perl and devscripts for
    dh-dzil-refresh.
  * Update dh-dzil-refresh's POD, mention options and wrap-and-sort.

 -- Axel Beckert <abe@debian.org>  Fri, 22 Aug 2014 18:21:17 +0200

dh-dist-zilla (1.1) unstable; urgency=medium

  [ Axel Beckert ]
  * Update package description:
    + Mention Perl at least once.
    + Mention META.yml instead of META.yaml as used in CPAN packages.
  * Add new helper command dh-dzil-refresh to run "dh-make-perl refresh"
    inside the build directory.
  * Simplify dpkg-parsechangelog call in debian/rules
    + Add build-dependency on dpkg-dev >= 1.17
  * DRY: Specify to be generated man-pages only once.
  * Add missing Homepage and Vcs-* headers.
  * Mention Semantic Versioning in the README.

  [ Elmar Heeb ]
  * pass options to dzil command in dh_dzil_*

 -- Axel Beckert <abe@debian.org>  Fri, 22 Aug 2014 14:54:21 +0200

dh-dist-zilla (1) unstable; urgency=low

  * Initial release. (Closes: #757229)

 -- Elmar S. Heeb <elmar@heebs.ch>  Thu, 07 Aug 2014 16:41:07 +0200
