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

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.16.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Sat, 07 May 2022 20:49:02 +0200

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-checklib-perl_1.16-1.dsc 2.4 KiB 53022265833d9c9de791ba762d2086e23ca26f53bb8c2ffaea40b02552e5516d
libdevel-checklib-perl_1.16.orig.tar.gz 15.5 KiB 869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca
libdevel-checklib-perl_1.16-1.debian.tar.xz 2.9 KiB e6459f1b2241bcdf8f1c291d79be406a7202aeb35dd659c38f06f346fef45c41

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.