1 Source: python-pylibacl
4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper-compat (= 12), dh-python,
6 python3-all, python3-all-dev, python3-all-dbg,
7 libacl1-dev, python3-setuptools, python3-sphinx
8 Standards-Version: 4.4.1
9 Homepage: http://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
19 Description: module for manipulating POSIX.1e ACLs (Python3 version)
20 pylibacl is a Python interface to the libacl library. It allows
21 manipulation of the POSIX.1e-compliant filesystem ACLs present
22 in some operating systems (GNU/Linux included).
24 This package contains the library for Python 3.
26 Package: python3-pylibacl-dbg
29 Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
30 ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
31 Provides: ${python3:Provides}
32 Description: module for manipulating POSIX.1e ACLs (Python3 debug extension)
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 library for the Python 3 debug interpreter.
39 Package: python-pylibacl-doc
42 Replaces: python-pylibacl (<< 0.5.3-1)
43 Breaks: python-pylibacl (<< 0.5.3-1)
44 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
45 Description: module for manipulating POSIX.1e ACLs (documentation)
46 pylibacl is a Python interface to the libacl library. It allows
47 manipulation of the POSIX.1e-compliant filesystem ACLs present
48 in some operating systems (GNU/Linux included).
50 This package contains the HTML documentation for the library.