4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper (>= 11~), 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 python-setuptools, python3-setuptools,
9 python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
10 Standards-Version: 4.2.1
11 Homepage: https://pyxattr.k1024.org/
12 Vcs-Browser: https://salsa.debian.org/debian/python-pyxattr
13 Vcs-Git: https://salsa.debian.org/debian/python-pyxattr.git
14 Rules-Requires-Root: no
16 Package: python-pyxattr
18 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
19 Provides: ${python:Provides}
20 Suggests: python-pyxattr-doc
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 Suggests: python-pyxattr-doc
33 Description: module for manipulating filesystem extended attributes (Python3)
34 pyxattr is a Python interface to the libattr library. It allows
35 manipulation of the filesystem extended attributes present in some
36 operating systems (GNU/Linux included).
38 This package contains the library for Python 3.
40 Package: python-pyxattr-doc
43 Replaces: python-pyxattr (<< 0.5.6-1)
44 Breaks: python-pyxattr (<< 0.5.6-1)
45 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
46 Description: module for manipulating filesystem extended attributes (documentation)
47 pyxattr is a Python interface to the libattr library. It allows
48 manipulation of the filesystem extended attributes present in some
49 operating systems (GNU/Linux included).
51 This package contains the HTML documentation for the library.