r27036 - /trunk/liblchown-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Nov 19 16:13:47 UTC 2008


Author: gregoa
Date: Wed Nov 19 16:13:44 2008
New Revision: 27036

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27036
Log:
debian/control:
- extend long description
- add test dependencies

Modified:
    trunk/liblchown-perl/debian/control

Modified: trunk/liblchown-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblchown-perl/debian/control?rev=27036&op=diff
==============================================================================
--- trunk/liblchown-perl/debian/control (original)
+++ trunk/liblchown-perl/debian/control Wed Nov 19 16:13:44 2008
@@ -1,7 +1,8 @@
 Source: liblchown-perl
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 7), perl
+Build-Depends: debhelper (>= 7), perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0
@@ -13,4 +14,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
 Description: Perl interface to the lchown() system call
- Use the lchown() system call from Perl on plattforms that support it.
+ The Lchown module provides a perl interface to the lchown(2) UNIX system
+ call, on systems that support lchown. The lchown(2) call is used to change
+ the ownership and group of symbolic links.




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