]> git.k1024.org Git - debian-pyxattr.git/blob - debian/control
Improve hardening of the package (all except pie)
[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 (>= 7), 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.6
11 Homepage: http://pyxattr.k1024.org/
12 Vcs-Browser: http://git.k1024.org/debian-pyxattr.git
13 Vcs-Git: git://git.k1024.org/debian-pyxattr.git
14 X-Python-Version: >= 2.4
15 X-Python3-Version: >= 3.0
16
17 Package: python-pyxattr
18 Architecture: any
19 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
20  ${sphinxdoc:Depends}
21 Provides: ${python:Provides}
22 Suggests: python-pyxattr-dbg
23 Description: module for manipulating filesystem extended attributes
24  pyxattr is a Python interface to the libattr library. It allows
25  manipulation of the filesystem extended attributes present in some
26  operating systems (GNU/Linux included).
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 extension built for the Python debug
41  interpreter.
42
43 Package: python3-pyxattr
44 Architecture: any
45 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
46  ${sphinxdoc:Depends}
47 Provides: ${python3:Provides}
48 Suggests: python3-pyxattr-dbg
49 Description: module for manipulating filesystem extended attributes (Python3)
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 extension built for the Python3
55  interpreter.
56
57 Package: python3-pyxattr-dbg
58 Section: debug
59 Priority: extra
60 Architecture: any
61 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
62  ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
63 Provides: ${python3:Provides}
64 Description: module for manipulating filesystem extended attributes (Python3 debug version)
65  pyxattr is a Python interface to the libattr library. It allows
66  manipulation of the filesystem extended attributes present in some
67  operating systems (GNU/Linux included).
68  .
69  This package contains the extension built for the Python3 debug
70  interpreter.