]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Release 0.7.0-2 with segfault fix on s390x
[debian-pylibacl.git] / debian / control
1 Source: python-pylibacl
2 Section: python
3 Priority: optional
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,
8  python3-sphinx, python3-recommonmark
9 Standards-Version: 4.6.2
10 Homepage: https://pylibacl.k1024.org/
11 Vcs-Browser: https://salsa.debian.org/debian/python-pylibacl
12 Vcs-Git: https://salsa.debian.org/debian/python-pylibacl.git
13 Rules-Requires-Root: no
14
15 Package: python3-pylibacl
16 Architecture: any
17 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
18 Provides: ${python3:Provides}
19 Suggests: python-pylibacl-doc
20 Multi-Arch: same
21 Description: module for manipulating POSIX.1e ACLs (Python3 version)
22  pylibacl is a Python interface to the libacl library. It allows
23  manipulation of the POSIX.1e-compliant filesystem ACLs present
24  in some operating systems (GNU/Linux included).
25  .
26  This package contains the library for Python 3.
27
28 Package: python-pylibacl-doc
29 Architecture: all
30 Section: doc
31 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
32 Multi-Arch: foreign
33 Description: module for manipulating POSIX.1e ACLs (documentation)
34  pylibacl is a Python interface to the libacl library. It allows
35  manipulation of the POSIX.1e-compliant filesystem ACLs present
36  in some operating systems (GNU/Linux included).
37  .
38  This package contains the HTML documentation for the library.