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://salsa.debian.org/debian/python-pyxattr
13 Vcs-Git: https://salsa.debian.org/debian/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 Suggests: python-pyxattr-dbg, python-pyxattr-doc
22 Description: module for manipulating filesystem extended attributes
23 pyxattr is a Python interface to the libattr library. It allows
24 manipulation of the filesystem extended attributes present in some
25 operating systems (GNU/Linux included).
27 This package contains the library for Python 2.
29 Package: python-pyxattr-dbg
33 Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends},
34 ${misc:Depends}, ${python:Depends}
35 Provides: ${python:Provides}
36 Description: module for manipulating filesystem extended attributes (debug extension)
37 pyxattr is a Python interface to the libattr library. It allows
38 manipulation of the filesystem extended attributes present in some
39 operating systems (GNU/Linux included).
41 This package contains the library for the Python 2 debug interpreter.
43 Package: python3-pyxattr
45 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
46 Provides: ${python3:Provides}
47 Suggests: python3-pyxattr-dbg, python-pyxattr-doc
48 Description: module for manipulating filesystem extended attributes (Python3)
49 pyxattr is a Python interface to the libattr library. It allows
50 manipulation of the filesystem extended attributes present in some
51 operating systems (GNU/Linux included).
53 This package contains the library for Python 3.
55 Package: python3-pyxattr-dbg
59 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
60 ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
61 Provides: ${python3:Provides}
62 Description: module for manipulating filesystem extended attributes (Python3 debug version)
63 pyxattr is a Python interface to the libattr library. It allows
64 manipulation of the filesystem extended attributes present in some
65 operating systems (GNU/Linux included).
67 This package contains the library for the Python 3 debug interpreter.
69 Package: python-pyxattr-doc
72 Replaces: python-pyxattr (<< 0.5.6-1)
73 Breaks: python-pyxattr (<< 0.5.6-1)
74 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
75 Description: module for manipulating filesystem extended attributes (documentation)
76 pyxattr is a Python interface to the libattr library. It allows
77 manipulation of the filesystem extended attributes present in some
78 operating systems (GNU/Linux included).
80 This package contains the HTML documentation for the library.