File: control

package info (click to toggle)
python-linux-procfs 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: python: 773; makefile: 17
file content (33 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download
1
2
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
Source: python-linux-procfs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stewart Ferguson <stew@ferg.aero>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all-dev,
 asciidoc-base,
 libxml2-utils,
 docbook-xml,
 docbook-xsl,
 xsltproc
Standards-Version: 4.6.1
Homepage: https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-linux-procfs
Vcs-Git: https://salsa.debian.org/python-team/packages/python-linux-procfs.git
Rules-Requires-Root: no

Package: python3-linux-procfs
Architecture: linux-any
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Linux /proc abstraction classes in Python
 Python abstractions to extract information from the Linux kernel /proc
 files.
 .
 The proc filesystem is a pseudo-filesystem which provides an interface to
 kernel data structures. This package provides a means to query that system
 from a Python module.