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

Changelog

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

  * Import upstream version 2.049.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 23:26:58 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-git-perl_2.049-1.dsc 3.3 KiB c2587782f32e3d50e4496ee260861b0240b1af13e4b00b797a8b1347df9396fc
libdist-zilla-plugin-git-perl_2.049.orig.tar.gz 74.5 KiB c01a4f06ea4a5730205e46ef102a82a0d5edd385b29f4caa241e8cda5740aa64
libdist-zilla-plugin-git-perl_2.049-1.debian.tar.xz 4.8 KiB 8aaf4fbc6b76aedb08f20d6cafe6df298d2bb2ef1387fd272dfc06d59f40291f

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