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

Changelog

libextutils-cbuilder-perl (0.280205-1) unstable; urgency=low


  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Angel Abad ]
  * Email change: Angel Abad -> <email address hidden>

  [ Alessandro Ghedini ]
  * New upstream release
  * Update debian/copyright format as in Debian Policy 3.9.3
  * Bump Standards-Version to 3.9.3 (no changes needed)
  * Bump debhelper compat level to 8
  * Update upstream copyright years
  * Add libperl-ostype-perl to depends
  * Drop 0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch 
    (merged upstream)
  * Remove libextutils-cbuilder-perl.docs (lists a file no more present)

 -- Alessandro Ghedini <email address hidden>  Thu, 23 Feb 2012 11:40:45 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libextutils-cbuilder-perl_0.280205-1.dsc 2.3 KiB cb8a7170a4267f97c2b97e77f0e6aba850fa3319ff911a18ab21f646088ce366
libextutils-cbuilder-perl_0.280205.orig.tar.gz 33.9 KiB fad9213566e5fd10b2b7440741e4cf549f60c1598da95eeed2f685d3fec8d959
libextutils-cbuilder-perl_0.280205-1.debian.tar.gz 3.5 KiB 491f837108b9a4bdead1f969342827309777005dce815185b066c9d08748185d

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.