diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:21:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:21:44 +0000 |
commit | 3ca01c81445ba93bc859cf82c48dc2b08d92c840 (patch) | |
tree | 08afac3e0b51c3869b9c652689b5a25a9e9bc014 /debian/control | |
parent | Adding upstream version 3.16. (diff) | |
download | iperf3-3ca01c81445ba93bc859cf82c48dc2b08d92c840.tar.xz iperf3-3ca01c81445ba93bc859cf82c48dc2b08d92c840.zip |
Adding debian version 3.16-1.debian/3.16-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bddb10b --- /dev/null +++ b/debian/control @@ -0,0 +1,53 @@ +Source: iperf3 +Section: net +Priority: optional +Maintainer: Roberto Lumbreras <rover@debian.org> +Build-Depends: debhelper-compat (= 13), libssl-dev, libsctp-dev [linux-any], po-debconf +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: http://software.es.net/iperf/ + +Package: iperf3 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: debconf, adduser, ${shlibs:Depends}, ${misc:Depends} +Description: Internet Protocol bandwidth measuring tool + Iperf3 is a tool for performing network throughput measurements. It can + test either TCP or UDP throughput. + . + This is a new implementation that shares no code with the original + iperf from NLANR/DAST and also is not backwards compatible. + . + This package contains the command line utility. + +Package: libiperf0 +Architecture: any +Section: libs +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Internet Protocol bandwidth measuring tool (runtime files) + Iperf3 is a tool for performing network throughput measurements. It can + test either TCP or UDP throughput. + . + This is a new implementation that shares no code with the original + iperf from NLANR/DAST and also is not backwards compatible. + . + This is the runtime package for programs that use the shared iperf + library. + +Package: libiperf-dev +Architecture: any +Section: libdevel +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: libiperf0 (= ${binary:Version}), ${misc:Depends} +Description: Internet Protocol bandwidth measuring tool (development files) + Iperf3 is a tool for performing network throughput measurements. It can + test either TCP or UDP throughput. + . + This is a new implementation that shares no code with the original + iperf from NLANR/DAST and also is not backwards compatible. + . + This is the development package which contains headers files and the + static iperf library. |