1 Source: python-pylibacl
4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper (>= 7),
6 python (>= 2.6.2), python-all-dev (>= 2.6.2), python-all-dbg,
7 python-support (>= 0.6), libacl1-dev, python-setuptools, python-epydoc
8 Standards-Version: 3.8.4
9 Homepage: http://pylibacl.sourceforge.net/
10 Vcs-Browser: http://git.k1024.org/debian-pylibacl.git
11 Vcs-Git: git://git.k1024.org/debian-pylibacl.git
13 Package: python-pylibacl
15 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
16 Provides: ${python:Provides}
17 Replaces: python2.3-pylibacl (<< 0.2.1-3.1), python2.4-pylibacl (<< 0.2.1-3.1)
18 Conflicts: python2.3-pylibacl (<< 0.2.1-3.1), python2.4-pylibacl (<< 0.2.1-3.1)
19 Suggests: python-pylibacl-dbg
20 Description: module for manipulating POSIX.1e ACLs
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).
25 Package: python-pylibacl-dbg
29 Depends: python-pylibacl (= ${binary:Version}), python-dbg,
30 ${shlibs:Depends}, ${misc:Depends}
31 Description: module for manipulating POSIX.1e ACLs (debug extension)
32 pylibacl is a Python interface to the libacl library. It allows
33 manipulation of the POSIX.1e-compliant filesystem ACLs present
34 in some operating systems (GNU/Linux included).
36 This package contains the extension built for the Python debug interpreter.