diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:34:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:34:40 +0000 |
commit | 33c4f210569537fd8f6c097c56f3db565c2a771f (patch) | |
tree | 1c84e52b5d715ebba747a134fd2a55fc863c6a47 /debian/control | |
parent | Adding upstream version 1:6.7. (diff) | |
download | ethtool-33c4f210569537fd8f6c097c56f3db565c2a771f.tar.xz ethtool-33c4f210569537fd8f6c097c56f3db565c2a771f.zip |
Adding debian version 1:6.7-1.debian/1%6.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-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. |