[libfile-lchown-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sat Dec 14 21:38:25 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfile-lchown-perl.

commit 4aff6af28c8ebe8ebbaa3b83b34136587f45adb9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 14 22:38:13 2013 +0100

    control
---
 debian/control | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index f151b5b..e21b6c4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 9.20120312),
- libextutils-cchecker-perl (>= 0.03),
- perl
+               libextutils-cchecker-perl,
+               perl,
+               perl (>= 5.11.3) | libmodule-build-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-lchown-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-lchown-perl.git
@@ -14,11 +15,11 @@ Homepage: https://metacpan.org/release/File-lchown
 Package: libfile-lchown-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: modify attributes of symlinks without dereferencing them
+Description: module to modify attributes of symlinks without dereferencing them
  The regular chown system call will dereference a symlink and apply ownership
  changes to the file at which it points. Some OSes provide system calls that
  do not dereference a symlink but instead apply their changes directly to the
  named path, even if that path is a symlink (in much the same way that lstat
  will return attributes of a symlink rather than the file at which it points).
  .
- This description was automagically extracted from the module by dh-make-perl.
+ File::lchown provides a wrapper around those system calls.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-lchown-perl.git



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