libarchive-ar-perl 2.02-3 source package in Ubuntu

Changelog

libarchive-ar-perl (2.02-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

 -- Jelmer Vernooij <email address hidden>  Wed, 08 Jun 2022 17:19:04 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarchive-ar-perl_2.02-3.dsc 2.2 KiB a10076fb954195ddd0e5f1ce93d9ec909a77bd448b7b9135e69ae2d9620196f4
libarchive-ar-perl_2.02.orig.tar.gz 11.5 KiB 5b6b9b902ef5ac88fe1db99492a2e1e1e32f021a89b9dcf78b26a4f94676ce45
libarchive-ar-perl_2.02-3.debian.tar.xz 3.3 KiB e32f27d3feb1fb3872fee614de6986fea9cfb70e0518c86eae67e407970dac07

Available diffs

No changes file available.

Binary packages built by this source

libarchive-ar-perl: Perl interface for manipulating ar archives

 Archive::Ar is a pure-perl way to handle standard ar archives.
 .
 This is useful if you have those types of old archives on the system,
 but it is also useful because .deb packages for the Debian distribution
 are ar archives. This is one building block in a future chain of
 modules to build, manipulate, extract, and test Debian modules with no
 platform or architecture dependence.
 .
 You may notice that the API to Archive::Ar is similar to Archive::Tar, and
 this was done intentionally to keep similarity between the Archive::*
 modules.