]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Fix typo in long description
[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 (>= 7),
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.3
11 Homepage: http://pylibacl.k1024.org/
12 Vcs-Browser: http://git.k1024.org/debian-pylibacl.git
13 Vcs-Git: git://git.k1024.org/debian-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  ${sphinxdoc:Depends}
21 Provides: ${python:Provides}
22 Suggests: python-pylibacl-dbg
23 Description: module for manipulating POSIX.1e ACLs
24  pylibacl is a Python interface to the libacl library. It allows
25  manipulation of the POSIX.1e-compliant filesystem ACLs present
26  in some operating systems (GNU/Linux included).
27
28 Package: python-pylibacl-dbg
29 Priority: extra
30 Section: debug
31 Architecture: any
32 Depends: python-pylibacl (= ${binary:Version}), python-dbg,
33  ${shlibs:Depends}, ${misc:Depends}
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 extension built for the Python debug
40  interpreter.
41
42 Package: python3-pylibacl
43 Architecture: any
44 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
45  ${sphinxdoc:Depends}
46 Provides: ${python3:Provides}
47 Suggests: python3-pylibacl-dbg
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 extension built for the Python3
54  interpreter.
55
56 Package: python3-pylibacl-dbg
57 Priority: extra
58 Section: debug
59 Architecture: any
60 Depends: python3-pylibacl (= ${binary:Version}), python3-dbg,
61  ${shlibs:Depends}, ${misc:Depends}
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 extension built for the Python3 debug
68  interpreter.