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

Changelog

libextutils-xsbuilder-perl (0.28-4) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

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

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

  [ Debian Janitor ]
  * Use versioned copyright format URI.
  * Update copyright file header to use current field names (Name =>
    Upstream-Name, Maintainer => Upstream-Contact)
  * Bump debhelper from deprecated 7 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Replace spaces in short license names with dashes.
  * Refer to specific version of license GPL-1+.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:57:29 +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
libextutils-xsbuilder-perl_0.28-4.dsc 2.1 KiB 3cfcf05568c62c7e4517bb3ef4cf2334709e2e359083c2541dc223bd21a81385
libextutils-xsbuilder-perl_0.28.orig.tar.gz 41.8 KiB 8cced386e3d544c5ec2deb3aed055b72ebcfc2ea9a6c807da87c4245272fe80a
libextutils-xsbuilder-perl_0.28-4.debian.tar.xz 4.7 KiB 33d86a00796c27b4e37c99c6efc6409bb46c05ef14b0395d664bc8e931a99a9c

Available diffs

No changes file available.

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.