]> git.k1024.org Git - debian-pyxattr.git/blob - debian/control
Add build-depends on python3-recommonmark
[debian-pyxattr.git] / debian / control
1 Source: python-pyxattr
2 Section: python
3 Priority: optional
4 Maintainer: Iustin Pop <iustin@debian.org>
5 Build-Depends: debhelper-compat (= 13), dh-python,
6  python3-all, python3-all-dev, python3-all-dbg,
7  python3-setuptools,
8  python3-sphinx, python3-recommonmark
9 Standards-Version: 4.5.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
14
15 Package: python3-pyxattr
16 Architecture: any
17 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
18 Provides: ${python3:Provides}
19 Suggests: python3-pyxattr-dbg, python-pyxattr-doc
20 Multi-Arch: same
21 Description: module for manipulating filesystem extended attributes (Python3)
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).
25  .
26  This package contains the library for Python 3.
27
28 Package: python3-pyxattr-dbg
29 Section: debug
30 Architecture: any
31 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
32  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
33 Provides: ${python3:Provides}
34 Multi-Arch: same
35 Description: module for manipulating filesystem extended attributes (Python3 debug version)
36  pyxattr is a Python interface to the libattr library. It allows
37  manipulation of the filesystem extended attributes present in some
38  operating systems (GNU/Linux included).
39  .
40  This package contains the library for the Python 3 debug interpreter.
41
42 Package: python-pyxattr-doc
43 Architecture: all
44 Section: doc
45 Replaces: python-pyxattr (<< 0.5.6-1)
46 Breaks: python-pyxattr (<< 0.5.6-1)
47 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
48 Multi-Arch: foreign
49 Description: module for manipulating filesystem extended attributes (documentation)
50  pyxattr is a Python interface to the libattr library. It allows
51  manipulation of the filesystem extended attributes present in some
52  operating systems (GNU/Linux included).
53  .
54  This package contains the HTML documentation for the library.