diff options
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. |