]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Add missing misc:Depends
[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), python (>= 2.3.5-11), python-all-dev (>= 2.3.5-11),
6  python-support (>= 0.6), libacl1-dev, python-setuptools, python-epydoc, quilt (>= 0.40)
7 Standards-Version: 3.8.2
8 Homepage: http://pylibacl.sourceforge.net/
9 Vcs-Browser: http://git.k1024.org/debian-pylibacl.git
10 Vcs-Git: git://git.k1024.org/debian-pylibacl.git
11
12 Package: python-pylibacl
13 Architecture: any
14 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
15 Provides: ${python:Provides}
16 Replaces: python2.3-pylibacl (<< 0.2.1-3.1), python2.4-pylibacl (<< 0.2.1-3.1)
17 Conflicts: python2.3-pylibacl (<< 0.2.1-3.1), python2.4-pylibacl (<< 0.2.1-3.1)
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).