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 34
|
Source: python-ethtool
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-all-dev,
python3-setuptools,
libnl-route-3-dev,
asciidoc,
pkgconf,
libxml2-utils,
xsltproc,
sgml-data,
libxml2,
docbook-xsl,
docbook-xml
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/fedora-python/python-ethtool
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ethtool
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ethtool.git
Package: python3-ethtool
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python bindings for the ethtool kernel interface
Allows querying and changing of ethernet card settings, such as speed,
port, autonegotiation, and PCI locations.
|