libdevel-checklib-perl 1.11-1 source package in Ubuntu
Changelog
libdevel-checklib-perl (1.11-1) unstable; urgency=medium * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS. * Import upstream version 1.11. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.1.1. -- gregor herrmann <email address hidden> Sat, 14 Oct 2017 16:54:04 +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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-checklib-perl_1.11-1.dsc | 2.2 KiB | 30a96a4caf397fc48116dfc7812c922ffab63087a7dbc51609be6ada4c0a6af0 |
libdevel-checklib-perl_1.11.orig.tar.gz | 14.9 KiB | bd6d1c187e80be6de1f0d37add441ba8f14950c7bc1f54e764770ed484b232c1 |
libdevel-checklib-perl_1.11-1.debian.tar.xz | 2.6 KiB | e00e00498c70131d86fddce4d7da77e17a20809f8eb1b5b98a5c4af4470b1bb1 |
Available diffs
- diff from 1.07-1 to 1.11-1 (3.0 KiB)
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.