]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Switch Vcs-* fields to Salsa
[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 (>= 9), 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: 3.9.8
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 X-Python-Version: >= 2.4
15 X-Python3-Version: >= 3.0
16
17 Package: python-pylibacl
18 Architecture: any
19 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
20 Provides: ${python:Provides}
21 Suggests: python-pylibacl-dbg, python-pylibacl-doc
22 Description: module for manipulating POSIX.1e ACLs
23  pylibacl is a Python interface to the libacl library. It allows
24  manipulation of the POSIX.1e-compliant filesystem ACLs present
25  in some operating systems (GNU/Linux included).
26  .
27  This package contains the library for Python 2.
28
29 Package: python-pylibacl-dbg
30 Section: debug
31 Priority: extra
32 Architecture: any
33 Depends: python-pylibacl (= ${binary:Version}), python-dbg, ${shlibs:Depends},
34  ${misc:Depends}, ${python:Depends}
35 Provides: ${python:Provides}
36 Description: module for manipulating POSIX.1e ACLs (debug extension)
37  pylibacl is a Python interface to the libacl library. It allows
38  manipulation of the POSIX.1e-compliant filesystem ACLs present
39  in some operating systems (GNU/Linux included).
40  .
41  This package contains the library for the Python 2 debug interpreter.
42
43 Package: python3-pylibacl
44 Architecture: any
45 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
46 Provides: ${python3:Provides}
47 Suggests: python3-pylibacl-dbg, python-pylibacl-doc
48 Description: module for manipulating POSIX.1e ACLs (Python3 version)
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 library for Python 3.
54
55 Package: python3-pylibacl-dbg
56 Section: debug
57 Priority: extra
58 Architecture: any
59 Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
60  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
61 Provides: ${python3:Provides}
62 Description: module for manipulating POSIX.1e ACLs (Python3 debug extension)
63  pylibacl is a Python interface to the libacl library. It allows
64  manipulation of the POSIX.1e-compliant filesystem ACLs present
65  in some operating systems (GNU/Linux included).
66  .
67  This package contains the library for the Python 3 debug interpreter.
68
69 Package: python-pylibacl-doc
70 Architecture: all
71 Section: doc
72 Replaces: python-pylibacl (<< 0.5.3-1)
73 Breaks: python-pylibacl (<< 0.5.3-1)
74 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
75 Description: module for manipulating POSIX.1e ACLs (documentation)
76  pylibacl is a Python interface to the libacl library. It allows
77  manipulation of the POSIX.1e-compliant filesystem ACLs present
78  in some operating systems (GNU/Linux included).
79  .
80  This package contains the HTML documentation for the library.