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 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: paris-traceroute
Section: net
Priority: extra
Maintainer: Internet Measurement Packaging Team <pkg-netmeasure-discuss@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>
Build-Depends: debhelper (>= 9),
autotools-dev,
dh-autoreconf
Standards-Version: 3.9.8
Homepage: https://github.com/libparistraceroute/libparistraceroute
Vcs-Git: https://anonscm.debian.org/git/pkg-netmeasure/paris-traceroute.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-netmeasure/paris-traceroute.git
Package: libparistraceroute-dev
Section: libdevel
Architecture: any
Depends: libparistraceroute1 (= ${binary:Version}),
${misc:Depends}
Description: network measurement tool library (development files)
libparistraceroute is a library designed to simplify the process of
creating advanced network measurement tools such as ping or
traceroute through the use of custom probe packets.
.
This package contains the development files required to build programs
against libparistraceroute.
Package: libparistraceroute1
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: network measurement tool library
libparistraceroute is a library designed to simplify the process of
creating advanced network measurement tools such as ping or
traceroute through the use of custom probe packets.
Package: paris-traceroute
Architecture: any
Depends: libcap2-bin,
libparistraceroute1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: multipath traceroute
Paris traceroute is a new version of the well-known network diagnosis
and measurement tool. It addresses problems caused by load balancers
with the initial implementation of traceroute.
|