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

Changelog

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ Sean Whitton ]
  * Team upload.
  * Import upstream version 2.047.

 -- Sean Whitton <email address hidden>  Sun, 13 Sep 2020 14:33:08 -0700

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-git-perl_2.047-1.dsc 3.0 KiB 8f0ed03b70381616810ab4520c8bfd07950b7c2c74906a5a21397e5888b7fa2e
libdist-zilla-plugin-git-perl_2.047.orig.tar.gz 73.7 KiB bf97e05f16e7e7ce1350c6db3759986784aa7f2ad83e76b1cd84bdb462597a50
libdist-zilla-plugin-git-perl_2.047-1.debian.tar.xz 4.7 KiB d21b13e0c7cb10a8826e7b88940c7f552d7f0437c52ad8855c24a9df8fe82fca

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