4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper (>= 7),
6 python-all (>= 2.6.2), python-all-dev (>= 2.6.2), python-all-dbg,
7 python-support (>= 0.6), libattr1-dev, python-setuptools, python-epydoc
8 Standards-Version: 3.9.1
9 Homepage: http://pyxattr.sourceforge.net/
10 Vcs-Browser: http://git.k1024.org/debian-pyxattr.git
11 Vcs-Git: git://git.k1024.org/debian-pyxattr.git
13 Package: python-pyxattr
15 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
16 Provides: ${python:Provides}
17 Replaces: python2.3-pyxattr (<< 0.2.1-1.1), python2.4-pyxattr (<< 0.2.1-1.1)
18 Breaks: python2.3-pyxattr (<< 0.2.1-1.1), python2.4-pyxattr (<< 0.2.1-1.1)
19 Suggests: python-pyxattr-dbg
20 Description: module for manipulating filesystem extended attributes
21 pyxattr is a Python interface to the libattr library. It allows
22 manipulation of the filesystem extended attributes present in some
23 operating systems (GNU/Linux included).
25 Package: python-pyxattr-dbg
29 Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends},
31 Description: module for manipulating filesystem extended attributes (debug extension)
32 pyxattr is a Python interface to the libattr library. It allows
33 manipulation of the filesystem extended attributes present in some
34 operating systems (GNU/Linux included).
36 This package contains the extension built for the Python debug