4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper (>= 11~), dh-python,
6 python3-all, python3-all-dev, python3-all-dbg,
9 Standards-Version: 4.2.1
10 Homepage: https://pyxattr.k1024.org/
11 Vcs-Browser: https://salsa.debian.org/debian/python-pyxattr
12 Vcs-Git: https://salsa.debian.org/debian/python-pyxattr.git
13 Rules-Requires-Root: no
15 Package: python3-pyxattr
17 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
18 Provides: ${python3:Provides}
19 Suggests: python3-pyxattr-dbg, python-pyxattr-doc
20 Description: module for manipulating filesystem extended attributes (Python3)
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 This package contains the library for Python 3.
27 Package: python3-pyxattr-dbg
30 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
31 ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
32 Provides: ${python3:Provides}
33 Description: module for manipulating filesystem extended attributes (Python3 debug version)
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 the Python 3 debug interpreter.
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.