]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Switch from py_support to dh_python2
[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  libacl1-dev, python-setuptools,
8  python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
9 Standards-Version: 3.9.3
10 Homepage: http://pylibacl.sourceforge.net/
11 Vcs-Browser: http://git.k1024.org/debian-pylibacl.git
12 Vcs-Git: git://git.k1024.org/debian-pylibacl.git
13
14 Package: python-pylibacl
15 Architecture: any
16 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
17  ${sphinxdoc:Depends}
18 Provides: ${python:Provides}
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).
24
25 Package: python-pylibacl-dbg
26 Priority: extra
27 Section: debug
28 Architecture: any
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).
35  .
36  This package contains the extension built for the Python debug interpreter.