1 Source: python-pylibacl
4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper-compat (= 13), dh-python,
6 python3-all, python3-all-dev,
7 libacl1-dev, python3-setuptools, python3-sphinx
8 Standards-Version: 4.6.0.1
9 Homepage: https://pylibacl.k1024.org/
10 Vcs-Browser: https://salsa.debian.org/debian/python-pylibacl
11 Vcs-Git: https://salsa.debian.org/debian/python-pylibacl.git
12 Rules-Requires-Root: no
14 Package: python3-pylibacl
16 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
17 Provides: ${python3:Provides}
18 Suggests: python-pylibacl-doc
20 Description: module for manipulating POSIX.1e ACLs (Python3 version)
21 pylibacl is a Python interface to the libacl library. It allows
22 manipulation of the POSIX.1e-compliant filesystem ACLs present
23 in some operating systems (GNU/Linux included).
25 This package contains the library for Python 3.
27 Package: python-pylibacl-doc
30 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
32 Description: module for manipulating POSIX.1e ACLs (documentation)
33 pylibacl is a Python interface to the libacl library. It allows
34 manipulation of the POSIX.1e-compliant filesystem ACLs present
35 in some operating systems (GNU/Linux included).
37 This package contains the HTML documentation for the library.