libgit-wrapper-perl 0.048-2 source package in Ubuntu

Changelog

libgit-wrapper-perl (0.048-2) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 00:29:02 +0000

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 main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgit-wrapper-perl_0.048-2.dsc 2.2 KiB e3962471fb4fa45c717c07b72f5fa0983571cd2f72d4b19bae282746233a4076
libgit-wrapper-perl_0.048.orig.tar.gz 30.8 KiB 9e3bff7486193fa7e4c80774aa175188ff75a71d558ecc06501ddab24c45188d
libgit-wrapper-perl_0.048-2.debian.tar.xz 4.3 KiB c24bb268159a5bc0819f9412fee9dedc32b9eef6c03b68b7604170c55650f103

Available diffs

No changes file available.

Binary packages built by this source

libgit-wrapper-perl: Perl module to wrap git command-line interface

 Git::Wrapper provides an API for git that uses Perl data structures for
 argument passing, instead of CLI-style --options as Git does.
 .
 Except as documented, every git subcommand is available as a method on
 a Git::Wrapper object. Replace any hyphens in the git command with
 underscores.