]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Bump changelo for new upstream release
[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.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
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 Multi-Arch: same
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 Multi-Arch: same
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).
38  .
39  This package contains the library for the Python 3 debug interpreter.
40
41 Package: python-pylibacl-doc
42 Architecture: all
43 Section: doc
44 Replaces: python-pylibacl (<< 0.5.3-1)
45 Breaks: python-pylibacl (<< 0.5.3-1)
46 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
47 Multi-Arch: foreign
48 Description: module for manipulating POSIX.1e ACLs (documentation)
49  pylibacl is a Python interface to the libacl library. It allows
50  manipulation of the POSIX.1e-compliant filesystem ACLs present
51  in some operating systems (GNU/Linux included).
52  .
53  This package contains the HTML documentation for the library.