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

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