libextutils-xsbuilder-perl 0.28-2 source package in Ubuntu

Changelog

libextutils-xsbuilder-perl (0.28-2) unstable; urgency=low

  [ Jonathan Yu ]
  * Bringing this package under the pkg-perl group (Closes: #543610)
  * Updated d/watch with CPAN search site
  * Standards-Version 3.8.3
    + Remove version dependency on perl
    + Add Vcs-* and Homepage fields

  [ Ryan Niebur ]
  * Update jawnsy's email address

  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Ansgar Burchardt ]
  * Refresh rules for debhelper 7.
  * Convert debian/copyright to proposed machine-readable format.
  * debian/rules: Make build-dep on perl unversioned and move it to B-D-Indep.
  * Bump Standards-Version to 3.8.4.
  * Correct spelling error pointed out by lintian.
    + new patch: spelling.patch
  * Remove files in debian/rules instead of patching Makefile.PL.
  * Move upstream changes to a patch.
    + new patch: use-C-type.patch
  * Add myself to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:54:17 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libextutils-xsbuilder-perl_0.28.orig.tar.gz 41.8 KiB 8cced386e3d544c5ec2deb3aed055b72ebcfc2ea9a6c807da87c4245272fe80a
libextutils-xsbuilder-perl_0.28-2.debian.tar.gz 3.4 KiB 7a4850654edde0f894232041351027e840acb5a8c13bb70de910191ecbf615f2
libextutils-xsbuilder-perl_0.28-2.dsc 2.1 KiB 496fa93ebcb4efde098c656c65b09b128341bcd0ecc1e09aa74be05a8f71e204

Available diffs

View changes file

Binary packages built by this source

libextutils-xsbuilder-perl: Automatic XS glue code generation

 ExtUtils::XSBuilder is a set of modules to parse C header files and
 create XS glue code and documentation from it.
 .
 Ideally this allows you to "write" an interface to a C library
 without coding a line. Although this module automates much of the
 process, you must still be familiar with C and XS programming since no
 C API is ideal and usually some adjuments are necessary. When the C
 API changes, most of the time you only have to rerun XSBuilder to get
 your new Perl API.