]> git.k1024.org Git - debian-pyxattr.git/blob - debian/control
Drop obsolete X-Python-Version fields
[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 (>= 9.20160114), 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: 3.9.8
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
15 Package: python-pyxattr
16 Architecture: any
17 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
18 Provides: ${python:Provides}
19 Suggests: python-pyxattr-dbg, python-pyxattr-doc
20 Description: module for manipulating filesystem extended attributes
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).
24  .
25  This package contains the library for Python 2.
26
27 Package: python3-pyxattr
28 Architecture: any
29 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
30 Provides: ${python3:Provides}
31 Suggests: python3-pyxattr-dbg, python-pyxattr-doc
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).
36  .
37  This package contains the library for Python 3.
38
39 Package: python-pyxattr-doc
40 Architecture: all
41 Section: doc
42 Replaces: python-pyxattr (<< 0.5.6-1)
43 Breaks: python-pyxattr (<< 0.5.6-1)
44 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
45 Description: module for manipulating filesystem extended attributes (documentation)
46  pyxattr is a Python interface to the libattr library. It allows
47  manipulation of the filesystem extended attributes present in some
48  operating systems (GNU/Linux included).
49  .
50  This package contains the HTML documentation for the library.