]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Adapt to new upstream build
[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.2), python-all-dev (>= 2.6.2), python-all-dbg,
7  python-support (>= 0.6), libacl1-dev, python-setuptools, python-sphinx
8 Standards-Version: 3.9.1
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
12
13 Package: python-pylibacl
14 Architecture: any
15 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
16 Provides: ${python:Provides}
17 Suggests: python-pylibacl-dbg
18 Description: module for manipulating POSIX.1e ACLs
19  pylibacl is a Python interface to the libacl library. It allows
20  manipulation of the POSIX.1e-compliant filesystem ACLs present
21  in some operating systems (GNU/Linux included).
22
23 Package: python-pylibacl-dbg
24 Priority: extra
25 Section: debug
26 Architecture: any
27 Depends: python-pylibacl (= ${binary:Version}), python-dbg,
28  ${shlibs:Depends}, ${misc:Depends}
29 Description: module for manipulating POSIX.1e ACLs (debug extension)
30  pylibacl is a Python interface to the libacl library. It allows
31  manipulation of the POSIX.1e-compliant filesystem ACLs present
32  in some operating systems (GNU/Linux included).
33  .
34  This package contains the extension built for the Python debug interpreter.