]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Merge branch 'lintian-fixes' into 'master'
[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, python3-setuptools, python3-sphinx
8 Standards-Version: 4.5.0
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
13
14 Package: python3-pylibacl
15 Architecture: any
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).
23  .
24  This package contains the library for Python 3.
25
26 Package: python3-pylibacl-dbg
27 Section: debug
28 Architecture: any
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).
36  .
37  This package contains the library for the Python 3 debug interpreter.
38
39 Package: python-pylibacl-doc
40 Architecture: all
41 Section: 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).
49  .
50  This package contains the HTML documentation for the library.