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

Changelog

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

  [ Debian Janitor ]
  * Remove 1 unused lintian overrides.
  * Remove constraints unnecessary since buster
    * Build-Depends-Indep: Drop versioned constraint on
      libcpan-meta-check-perl, libscalar-list-utils-perl and perl.
    * libdist-zilla-plugin-git-perl: Drop versioned constraint on
      libscalar-list-utils-perl and perl in Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 2.048.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Drop unneeded alternativess from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Thu, 30 Sep 2021 13:48:46 +0200

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
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdist-zilla-plugin-git-perl_2.048-1.dsc 3.3 KiB 727daf59c7d51295729e1e2ced8c4281cb8175f14fa98736c1920f13305724e7
libdist-zilla-plugin-git-perl_2.048.orig.tar.gz 73.9 KiB 2e218df3db6ef154a86bbc2d735b6435e2252fdf0a289b5a8a87614104a890b4
libdist-zilla-plugin-git-perl_2.048-1.debian.tar.xz 4.8 KiB 78c8095d6d0a58f9974e81cb179b7b29b0e6d2ab04aca8ddeb359a5680eefb33

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