Change logs for pkg-perl-tools source package in Utopic

  • 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
  • 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
  • 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
  • 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
  • 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
  • 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