]> git.k1024.org Git - debian-pyxattr.git/blob - debian/control
Add quilt support to the package
[debian-pyxattr.git] / debian / control
1 Source: python-pyxattr
2 Section: python
3 Priority: optional
4 Maintainer: Iustin Pop <iusty@k1024.org>
5 Build-Depends: debhelper (>= 7), python (>= 2.3.5-11), python-all-dev (>= 2.3.5-11),
6  python-support (>= 0.6), libattr1-dev, python-setuptools, python-epydoc, quilt
7 Standards-Version: 3.8.0
8 Homepage: http://pyxattr.sourceforge.net/
9 Vcs-Browser: http://git.k1024.org/debian-pyxattr.git
10 Vcs-Git: git://git.k1024.org/debian-pyxattr.git
11
12 Package: python-pyxattr
13 Architecture: any
14 Depends: ${python:Depends}, ${shlibs:Depends}
15 Provides: ${python:Provides}
16 Replaces: python2.3-pyxattr (<< 0.2.1-1.1), python2.4-pyxattr (<< 0.2.1-1.1)
17 Conflicts: python2.3-pyxattr (<< 0.2.1-1.1), python2.4-pyxattr (<< 0.2.1-1.1)
18 Description: module for manipulating filesystem extended attributes
19  pyxattr is a Python interface to the libattr library. It allows
20  manipulation of the filesystem extended attributes present in some
21  operating systems (GNU/Linux included).