libdist-zilla-plugin-git-perl 2.043-1 source package in Ubuntu

Changelog

libdist-zilla-plugin-git-perl (2.043-1) unstable; urgency=medium

  * Import upstream version 2.043.
  * Update years of packaging copyright.
  * Drop (build) dependency on libfile-homedir-perl.
  * Let cme fix an alternative versioned build dependency.
  * Manually switch the order of another versioned alternative (build)
    dependency.
  * Bump debhelper compatibility level to 10.
  * Declare compliance with Debian Policy 4.1.3.

 -- gregor herrmann <email address hidden>  Wed, 03 Jan 2018 21:29:00 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-git-perl_2.043-1.dsc 3.0 KiB f9a4953b09cc3a79b842d69b7a6af0a0ddf89e4a8b238ea3364379b92109d83d
libdist-zilla-plugin-git-perl_2.043.orig.tar.gz 69.5 KiB c0f933dd36ded529dbec8ac06ccc84fe431311dace5e8410674f6a9d6b6d7e05
libdist-zilla-plugin-git-perl_2.043-1.debian.tar.xz 4.4 KiB c8283d4220e6d7132c06c87c25998cf505d371be1ea21a24df9788467d6c7065

Available diffs

No changes file available.

Binary packages built by this source

libdist-zilla-plugin-git-perl: Dist::Zilla plugins to update your git repository after release

 Set of plugins for Dist::Zilla intended to help module authors that use
 git to track their work.
 .
 The following plugins are provided in this distribution:
  * Dist::Zilla::Plugin::Git::Check - check git repository before releasing
  * Dist::Zilla::Plugin::Git::Commit - commit dirty files
  * Dist::Zilla::Plugin::Git::CommitBuild - check build results on separate
    branch
  * Dist::Zilla::Plugin::Git::GatherDir - gather all tracked files in a Git
    working directory
  * Dist::Zilla::Plugin::Git::Init - initialize git repository on dzil new
  * Dist::Zilla::Plugin::Git::NextVersion - provide a version number by bumping
    the last git release tag
  * Dist::Zilla::Plugin::Git::Push - push current branch
  * Dist::Zilla::Plugin::Git::Tag - tag the new version