| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 
 | Source: python-linux-procfs
Section: python
Priority: optional
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Maintainer: Stewart Ferguson <stew@ferg.aero>
Build-Depends:
 debhelper (>= 12),
 debhelper-compat (= 12),
 dh-python,
 python-setuptools,
 python-six,
 python-all-dev,
 python3-setuptools,
 python3-six,
 python3-all-dev,
 asciidoc-base,
 libxml2-utils,
 docbook-xml,
 docbook-xsl,
 xsltproc
Standards-Version: 4.3.0
Homepage: https://rt.wiki.kernel.org/index.php/Tuna
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-linux-procfs
Vcs-Git: https://salsa.debian.org/python-team/modules/python-linux-procfs.git
Package: python-linux-procfs
Architecture: linux-any
Depends: ${misc:Depends}, ${python:Depends}, python-six
Description: Linux /proc abstraction classes in Python - Python 2.7
 Python abstractions to extract information from the Linux kernel /proc
 files.
 .
 This package provides the Python 2.7 module.
Package: python3-linux-procfs
Architecture: linux-any
Depends: ${misc:Depends}, ${python3:Depends}, python3-six
Description: Linux /proc abstraction classes in Python - Python 3.x
 Python abstractions to extract information from the Linux kernel /proc
 files.
 .
 This package provides the Python 3.x module.
 |