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, python3-all-dbg,
7 libacl1-dev, python3-setuptools, python3-sphinx
8 Standards-Version: 4.5.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: python3-pylibacl-dbg, 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: python3-pylibacl-dbg
30 Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
31 ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
32 Provides: ${python3:Provides}
34 Description: module for manipulating POSIX.1e ACLs (Python3 debug extension)
35 pylibacl is a Python interface to the libacl library. It allows
36 manipulation of the POSIX.1e-compliant filesystem ACLs present
37 in some operating systems (GNU/Linux included).
39 This package contains the library for the Python 3 debug interpreter.
41 Package: python-pylibacl-doc
44 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
46 Description: module for manipulating POSIX.1e ACLs (documentation)
47 pylibacl is a Python interface to the libacl library. It allows
48 manipulation of the POSIX.1e-compliant filesystem ACLs present
49 in some operating systems (GNU/Linux included).
51 This package contains the HTML documentation for the library.