[liblinux-acl-perl] 05/06: control

gregor herrmann gregoa at debian.org
Thu Oct 19 21:30:26 UTC 2017


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

gregoa pushed a commit to branch master
in repository liblinux-acl-perl.

commit 0d930e77bfb4ceb224259065225ebad91e6e110e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 19 23:28:26 2017 +0200

    control
---
 debian/control | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index d8df926..ec506e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: liblinux-acl-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9),
- perl
+               libacl1-dev,
+               perl
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblinux-acl-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblinux-acl-perl.git
 Homepage: https://metacpan.org/release/Linux-ACL
-Testsuite: autopkgtest-pkg-perl
 
 Package: liblinux-acl-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: (no short description found)
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
+Description: Perl extension for reading and setting Access Control Lists for files
+ The Linux::ACL module provides Perl bindings for libacl, the C library
+ containing the POSIX 1003.1e draft standard 17 functions for manipulating
+ access control lists.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ It provides the setfacl() and getfacl() functions.

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



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