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

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