]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Update packaging and release 0.5.3-2
[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  python (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~), python-all-dbg,
7  python3-all, python3-all-dev, python3-all-dbg,
8  libacl1-dev, python-setuptools, python3-setuptools,
9  python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
10 Standards-Version: 4.3.0
11 Homepage: http://pylibacl.k1024.org/
12 Vcs-Browser: https://salsa.debian.org/debian/python-pylibacl
13 Vcs-Git: https://salsa.debian.org/debian/python-pylibacl.git
14 Rules-Requires-Root: no
15
16 Package: python-pylibacl
17 Architecture: any
18 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
19 Provides: ${python:Provides}
20 Suggests: python-pylibacl-dbg, python-pylibacl-doc
21 Description: module for manipulating POSIX.1e ACLs
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 2.
27
28 Package: python-pylibacl-dbg
29 Section: debug
30 Architecture: any
31 Depends: python-pylibacl (= ${binary:Version}), python-dbg, ${shlibs:Depends},
32  ${misc:Depends}, ${python:Depends}
33 Provides: ${python:Provides}
34 Description: module for manipulating POSIX.1e ACLs (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 2 debug interpreter.
40
41 Package: python3-pylibacl
42 Architecture: any
43 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
44 Provides: ${python3:Provides}
45 Suggests: python3-pylibacl-dbg, python-pylibacl-doc
46 Description: module for manipulating POSIX.1e ACLs (Python3 version)
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 library for Python 3.
52
53 Package: python3-pylibacl-dbg
54 Section: debug
55 Architecture: any
56 Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
57  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
58 Provides: ${python3:Provides}
59 Description: module for manipulating POSIX.1e ACLs (Python3 debug extension)
60  pylibacl is a Python interface to the libacl library. It allows
61  manipulation of the POSIX.1e-compliant filesystem ACLs present
62  in some operating systems (GNU/Linux included).
63  .
64  This package contains the library for the Python 3 debug interpreter.
65
66 Package: python-pylibacl-doc
67 Architecture: all
68 Section: doc
69 Replaces: python-pylibacl (<< 0.5.3-1)
70 Breaks: python-pylibacl (<< 0.5.3-1)
71 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
72 Description: module for manipulating POSIX.1e ACLs (documentation)
73  pylibacl is a Python interface to the libacl library. It allows
74  manipulation of the POSIX.1e-compliant filesystem ACLs present
75  in some operating systems (GNU/Linux included).
76  .
77  This package contains the HTML documentation for the library.