debian/0000755000000000000000000000000012217606546007177 5ustar debian/rules0000755000000000000000000000003612217606546010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000241112217606546010600 0ustar Source: libdevel-checklib-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-captureoutput-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-checklib-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-checklib-perl.git Homepage: https://metacpan.org/release/Devel-CheckLib/ Package: libdevel-checklib-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: 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. debian/libdevel-checklib-perl.docs0000644000000000000000000000000512217606546014334 0ustar TODO debian/source/0000755000000000000000000000000012217606546010477 5ustar debian/source/format0000644000000000000000000000001412217606546011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000447312217606546011061 0ustar libdevel-checklib-perl (1.01-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 22 Sep 2013 17:31:44 +0200 libdevel-checklib-perl (0.99-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Mon, 13 May 2013 20:34:14 +0200 libdevel-checklib-perl (0.98-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.98 -- Salvatore Bonaccorso Sun, 18 Mar 2012 17:01:19 +0100 libdevel-checklib-perl (0.97-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.97 * Update debian/copyright format. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Sat, 03 Mar 2012 07:57:22 +0100 libdevel-checklib-perl (0.96-1) unstable; urgency=low * Team upload * New upstream release -- Alessandro Ghedini Mon, 06 Feb 2012 23:05:31 +0100 libdevel-checklib-perl (0.95-1) unstable; urgency=low * New upstream release. -- gregor herrmann Tue, 25 Oct 2011 14:58:43 +0200 libdevel-checklib-perl (0.94-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release * Bump debhelper compat level to 8 -- Alessandro Ghedini Fri, 14 Oct 2011 13:05:16 +0200 libdevel-checklib-perl (0.93-1) unstable; urgency=low [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release [ Salvatore Bonaccorso ] * Bump Standards-Version to 3.9.2 (no changes needed). -- Nicholas Bamber Tue, 12 Apr 2011 23:07:17 +0100 libdevel-checklib-perl (0.92-1) unstable; urgency=low * Initial release (closes: #608998). -- gregor herrmann Wed, 05 Jan 2011 11:48:53 +0100 debian/compat0000644000000000000000000000000212217606546010375 0ustar 8 debian/copyright0000644000000000000000000000206112217606546011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-CheckLib Upstream-Contact: Yasuhiro Matsumoto Source: https://metacpan.org/release/Devel-CheckLib/ Files: * Copyright: 2007, David Cantrell 2007, David Golden License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017212217606546010230 0ustar version=3 https://metacpan.org/release/Devel-CheckLib/ .*/Devel-CheckLib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$