]> git.k1024.org Git - debian-pyxattr.git/blob - debian/control
Switch to dh_python2
[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),
6  python (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~), python-all-dbg,
7  libattr1-dev, python-setuptools,
8  python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
9 Standards-Version: 3.9.3
10 Homepage: http://pyxattr.sourceforge.net/
11 Vcs-Browser: http://git.k1024.org/debian-pyxattr.git
12 Vcs-Git: git://git.k1024.org/debian-pyxattr.git
13
14 Package: python-pyxattr
15 Architecture: any
16 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
17  ${sphinxdoc:Depends}
18 Provides: ${python:Provides}
19 Suggests: python-pyxattr-dbg
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 Package: python-pyxattr-dbg
26 Section: debug
27 Priority: extra
28 Architecture: any
29 Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends},
30  ${misc:Depends}
31 Description: module for manipulating filesystem extended attributes (debug extension)
32  pyxattr is a Python interface to the libattr library. It allows
33  manipulation of the filesystem extended attributes present in some
34  operating systems (GNU/Linux included).
35  .
36  This package contains the extension built for the Python debug
37  interpreter.