r67022 - /trunk/libdevel-checklib-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 5 10:47:46 UTC 2011


Author: gregoa
Date: Wed Jan  5 10:47:39 2011
New Revision: 67022

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67022
Log:
fix short and extend long description

Modified:
    trunk/libdevel-checklib-perl/debian/control

Modified: trunk/libdevel-checklib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-checklib-perl/debian/control?rev=67022&op=diff
==============================================================================
--- trunk/libdevel-checklib-perl/debian/control (original)
+++ trunk/libdevel-checklib-perl/debian/control Wed Jan  5 10:47:39 2011
@@ -13,6 +13,14 @@
 Package: libdevel-checklib-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: module for checking that the availability of a library
+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.




More information about the Pkg-perl-cvs-commits mailing list