4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper (>= 9), dh-python,
6 python (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~), python-all-dbg,
7 python3-all, python3-all-dev, python3-all-dbg,
8 libattr1-dev, python-setuptools, python3-setuptools,
9 python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
10 Standards-Version: 3.9.8
11 Homepage: http://pyxattr.k1024.org/
12 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-pyxattr.git
13 Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-pyxattr.git
14 X-Python-Version: >= 2.4
15 X-Python3-Version: >= 3.0
17 Package: python-pyxattr
19 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
20 Provides: ${python:Provides}
21 Description: module for manipulating filesystem extended attributes
22 pyxattr is a Python interface to the libattr library. It allows
23 manipulation of the filesystem extended attributes present in some
24 operating systems (GNU/Linux included).
26 This package contains the library for Python 2.
28 Package: python3-pyxattr
30 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
31 Provides: ${python3:Provides}
32 Description: module for manipulating filesystem extended attributes (Python3)
33 pyxattr is a Python interface to the libattr library. It allows
34 manipulation of the filesystem extended attributes present in some
35 operating systems (GNU/Linux included).
37 This package contains the library for Python 3.
39 Package: python-pyxattr-doc
42 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
43 Description: module for manipulating filesystem extended attributes (documentation)
44 pyxattr is a Python interface to the libattr library. It allows
45 manipulation of the filesystem extended attributes present in some
46 operating systems (GNU/Linux included).
48 This package contains the HTML documentation for the library.