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

Changelog

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

  * Team upload.
  * Import upstream version 1.05
  * Bump debhelper compatibility level to 9

 -- Lucas Kanashiro <email address hidden>  Tue, 22 Sep 2015 11:52:47 -0300

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-checklib-perl_1.05-1.dsc 2.2 KiB 5b3ea32d49ad90e460e40b0d1fc7f7981caaedc599a72b58e685efe68fa21a2b
libdevel-checklib-perl_1.05.orig.tar.gz 13.8 KiB 6a7047a80c0225334a74e5fec80c61fa97a31bcba865a6f7cd222be724624763
libdevel-checklib-perl_1.05-1.debian.tar.xz 2.5 KiB 32359005ae4eaa5929340509015569940524301180c743fab355733057cd77eb

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.