]> git.k1024.org Git - debian-pylibacl.git/blob - debian/control
Imported Debian patch 0.2.2-1
[debian-pylibacl.git] / debian / control
1 Source: python-pylibacl
2 Section: python
3 Priority: optional
4 Maintainer: Iustin Pop <iusty@k1024.org>
5 Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
6  python-support (>= 0.3), libacl1-dev
7 Standards-Version: 3.7.2
8
9 Package: python-pylibacl
10 Architecture: any
11 Depends: ${python:Depends}, ${shlibs:Depends}
12 Provides: ${python:Provides}
13 Replaces: python2.3-pylibacl (<< 0.2.1-3.1), python2.4-pylibacl (<< 0.2.1-3.1)
14 Conflicts: python2.3-pylibacl (<< 0.2.1-3.1), python2.4-pylibacl (<< 0.2.1-3.1)
15 XB-Python-Version: ${python:Versions}
16 Description: module for manipulating POSIX.1e ACLs
17  pylibacl is a python interface to the libacl library. It allows
18  manipulation of the POSIX.1e-compliant filesystem ACLs present
19  in some operating systems (GNU/Linux included).