]> git.k1024.org Git - debian-pyxattr.git/blob - debian/control
Revert "Switch from -dbg to -dbgsym packages"
[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 (>= 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
15
16 Package: python-pyxattr
17 Architecture: any
18 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
19 Provides: ${python:Provides}
20 Suggests: python-pyxattr-dbg, 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).
25  .
26  This package contains the library for Python 2.
27
28 Package: python-pyxattr-dbg
29 Section: debug
30 Priority: extra
31 Architecture: any
32 Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends},
33  ${misc:Depends}, ${python:Depends}
34 Provides: ${python:Provides}
35 Description: module for manipulating filesystem extended attributes (debug extension)
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 2 debug interpreter.
41
42 Package: python3-pyxattr
43 Architecture: any
44 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
45 Provides: ${python3:Provides}
46 Suggests: python3-pyxattr-dbg, python-pyxattr-doc
47 Description: module for manipulating filesystem extended attributes (Python3)
48  pyxattr is a Python interface to the libattr library. It allows
49  manipulation of the filesystem extended attributes present in some
50  operating systems (GNU/Linux included).
51  .
52  This package contains the library for Python 3.
53
54 Package: python3-pyxattr-dbg
55 Section: debug
56 Priority: extra
57 Architecture: any
58 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
59  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
60 Provides: ${python3:Provides}
61 Description: module for manipulating filesystem extended attributes (Python3 debug version)
62  pyxattr is a Python interface to the libattr library. It allows
63  manipulation of the filesystem extended attributes present in some
64  operating systems (GNU/Linux included).
65  .
66  This package contains the library for the Python 3 debug interpreter.
67
68 Package: python-pyxattr-doc
69 Architecture: all
70 Section: doc
71 Replaces: python-pyxattr (<< 0.5.6-1)
72 Breaks: python-pyxattr (<< 0.5.6-1)
73 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
74 Description: module for manipulating filesystem extended attributes (documentation)
75  pyxattr is a Python interface to the libattr library. It allows
76  manipulation of the filesystem extended attributes present in some
77  operating systems (GNU/Linux included).
78  .
79  This package contains the HTML documentation for the library.