]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Drop python2 support; Closes: #938073
[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 (= 12), dh-python,
6  python3-all, python3-all-dev, python3-all-dbg,
7  libacl1-dev, python-setuptools, python3-setuptools,
8  python3-sphinx
9 Standards-Version: 4.4.1
10 Homepage: http://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: 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).
24  .
25  This package contains the library for Python 3.
26
27 Package: python3-pylibacl-dbg
28 Section: debug
29 Architecture: any
30 Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
31  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
32 Provides: ${python3:Provides}
33 Description: module for manipulating POSIX.1e ACLs (Python3 debug extension)
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 library for the Python 3 debug interpreter.
39
40 Package: python-pylibacl-doc
41 Architecture: all
42 Section: doc
43 Replaces: python-pylibacl (<< 0.5.3-1)
44 Breaks: python-pylibacl (<< 0.5.3-1)
45 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).
50  .
51  This package contains the HTML documentation for the library.