libextutils-libbuilder-perl 0.08-2 source package in Ubuntu

Changelog

libextutils-libbuilder-perl (0.08-2) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

  [ 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 ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libmodule-build-perl.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:54:04 +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-libbuilder-perl_0.08-2.dsc 2.2 KiB 5fa8dd65686e4c6da0598daec649437603ce65d7c9c01aafc75380c0e754b765
libextutils-libbuilder-perl_0.08.orig.tar.gz 5.8 KiB c51171e06de53039f0bca1d97a6471ec37941ff59e8a3d1cb170ebdd2573b5d2
libextutils-libbuilder-perl_0.08-2.debian.tar.xz 2.4 KiB ea54a04a36b6959f7030736dd27833d4a03ea1425e52f6c5d6e2a09f50865801

Available diffs

No changes file available.

Binary packages built by this source

libextutils-libbuilder-perl: Perl module to compile standard, self-contained C libraries

 Some Perl modules need to ship C libraries together with their Perl
 code. Although there are mechanisms to compile and link (or glue) C
 code in your Perl programs, there isn't a clear method to compile
 standard, self-contained C libraries.
 .
 ExtUtils::LibBuilder's main goal is to help in that task.