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 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.3
11 Homepage: http://pyxattr.sourceforge.net/
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
17 Package: python-pyxattr
19 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc: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).
28 Package: python-pyxattr-dbg
32 Depends: python-pyxattr (= ${binary:Version}), python-dbg, ${shlibs:Depends},
34 Description: module for manipulating filesystem extended attributes (debug extension)
35 pyxattr is a Python interface to the libattr library. It allows
36 manipulation of the filesystem extended attributes present in some
37 operating systems (GNU/Linux included).
39 This package contains the extension built for the Python debug
42 Package: python3-pyxattr
44 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
46 Provides: ${python:Provides}
47 Suggests: python3-pyxattr-dbg
48 Description: module for manipulating filesystem extended attributes (Python3)
49 pyxattr is a Python interface to the libattr library. It allows
50 manipulation of the filesystem extended attributes present in some
51 operating systems (GNU/Linux included).
53 This package contains the extension built for the Python3
56 Package: python3-pyxattr-dbg
60 Depends: python3-pyxattr (= ${binary:Version}), python3-dbg,
61 ${shlibs:Depends}, ${misc:Depends}
62 Description: module for manipulating filesystem extended attributes (Python3 debug extension)
63 pyxattr is a Python interface to the libattr library. It allows
64 manipulation of the filesystem extended attributes present in some
65 operating systems (GNU/Linux included).
67 This package contains the extension built for the Python3 debug