libpar-perl 1.015-1 source package in Ubuntu

Changelog

libpar-perl (1.015-1) unstable; urgency=medium

  * Import upstream version 1.015.
  * Update debian/upstream/metadata.
  * debian/copyright: drop information about removed files.
  * Update years of packaging copyright.
  * Update Upstream-Contact in debian/*.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 23:36:13 -0400

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
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpar-perl_1.015-1.dsc 2.3 KiB da0e52fff9f88b11a0cf77f185c2b1efe1b1face6760683f43b26615ec1abc1d
libpar-perl_1.015.orig.tar.gz 64.2 KiB 7d47e4b229739601f013b3043a680501cb9da48d8887d8d5d622a862a2115f46
libpar-perl_1.015-1.debian.tar.xz 5.5 KiB 5cbfc2f4f10f7e90da2a1fb33839330e38c9eb3d15ed0a64be27304ead390d47

Available diffs

No changes file available.

Binary packages built by this source

libpar-perl: Perl redistributable module packaging framework

 PAR is a Perl framework which allows you to easily bundle a typical blib/
 tree into a compressed file (currently a zip) called a Perl Archive. This
 makes it fairly simple to redistribute, even providing support for loading
 C/XS modules by overriding DynaLoader's bootstrapping methods. It writes a
 shared object file to a temporary file at the time it is needed.