diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:50:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:50:41 +0000 |
commit | 08cc4337e234ec3c07753357e5614a3b56873f29 (patch) | |
tree | b75a0caf4863df707c3ce453d6a3ddea712a22d6 /debian/control | |
parent | Adding upstream version 1:6.1. (diff) | |
download | ethtool-08cc4337e234ec3c07753357e5614a3b56873f29.tar.xz ethtool-08cc4337e234ec3c07753357e5614a3b56873f29.zip |
Adding debian version 1:6.1-1.debian/1%6.1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ed4d896 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: ethtool +Section: net +Priority: optional +Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> +Uploaders: Ben Hutchings <benh@debian.org>, Salvatore Bonaccorso <carnil@debian.org> +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), autoconf, automake, libmnl-dev, pkg-config +Rules-Requires-Root: no +Homepage: https://www.kernel.org/pub/software/network/ethtool/ +Vcs-Git: https://salsa.debian.org/kernel-team/ethtool.git +Vcs-Browser: https://salsa.debian.org/kernel-team/ethtool + +Package: ethtool +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: display or change Ethernet device settings + ethtool can be used to query and change settings such as speed, auto- + negotiation and checksum offload on many network devices, especially + Ethernet devices. |