libextutils-cbuilder-perl 0.280231-1 source package in Ubuntu

Changelog

libextutils-cbuilder-perl (0.280231-1) unstable; urgency=medium

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

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

  [ gregor herrmann ]
  * Import upstream version 0.280231.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop unneeded version constraints from (build) dependencies.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Sat, 24 Aug 2019 16:11:15 +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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libextutils-cbuilder-perl_0.280231-1.dsc 2.5 KiB daf1b3ca2ef343cedd4c6c0b9ff2c3ad0667218b62c8f738a511c2e7bc3c0f09
libextutils-cbuilder-perl_0.280231.orig.tar.gz 39.5 KiB e6e72546ca0468c10bb50d4aba2a9b3908e9fe4d7708e7ee800327be075eeeeb
libextutils-cbuilder-perl_0.280231-1.debian.tar.xz 4.5 KiB 9a8faaa2a32cdaaa1b78f87e8671d3fef512fd11ea1d81dce2741fe4b5f8c827

Available diffs

No changes file available.

Binary packages built by this source

libextutils-cbuilder-perl: module to compile and link C code for Perl modules

 ExtUtils::CBuilder is a utility to portably build C code by invoking the
 appropriate compilers and linkers. It provides a cross-platform way to build
 Perl XS modules, which contain C code that needs to be built and dynamically
 linked to Perl.
 .
 Though motivated by the Module::Build project, it may be useful for other
 purposes as well. However, this module is not intended as a general interface
 for all C building needs.