libdevel-checklib-perl 1.14-1 source package in Ubuntu

Changelog

libdevel-checklib-perl (1.14-1) unstable; urgency=medium

  * Import upstream version 1.14.
  * Update build dependencies.
  * Update years of packaging copyright.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * 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, 16 Nov 2019 18:54:28 +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
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-checklib-perl_1.14-1.dsc 2.4 KiB 45f80ddc3e76258e6da321bdbec847575e0856b68c46fa2310a7f76d45e38a2b
libdevel-checklib-perl_1.14.orig.tar.gz 15.2 KiB f21c5e299ad3ce0fdc0cb0f41378dca85a70e8d6c9a7599f0e56a957200ec294
libdevel-checklib-perl_1.14-1.debian.tar.xz 2.7 KiB 65c9c71962317f8cfcc9d36de6b0fa3be0819d01996ea93fb8a40dac880c82c0

Available diffs

No changes file available.

Binary packages built by this source

libdevel-checklib-perl: module for checking the availability of a library

 Devel::CheckLib is a perl module that checks whether a particular C library
 and its headers are available.
 .
 It works by trying to compile some code and linking it to the specified
 libraries. If something pops out the end which looks executable, it gets
 executed. That tiny program is built once for each specified library, and
 (without linking) once for each header file.
 .
 It is also possible to check for the presence of particular functions in a
 library, or even that those functions return particular results.