1 Source: python-pylibacl
4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper (>= 7), 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.6
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
17 Package: python-pylibacl
19 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc: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).
28 Package: python-pylibacl-dbg
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).
39 This package contains the extension built for the Python debug
42 Package: python3-pylibacl
44 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc: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).
53 This package contains the extension built for the Python3
56 Package: python3-pylibacl-dbg
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).
67 This package contains the extension built for the Python3 debug