File: control

package info (click to toggle)
hipercontracer 1.6.10-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,060 kB
  • sloc: cpp: 2,741; python: 1,230; sh: 785; sql: 147; makefile: 13
file content (82 lines) | stat: -rw-r--r-- 2,984 bytes parent folder | download | duplicates (2)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: hipercontracer
Section: net
Priority: optional
Maintainer: Thomas Dreibholz <thomas.dreibholz@gmail.com>
Homepage: https://www.nntb.no/~dreibh/hipercontracer/
Build-Depends: cmake (>= 3.0.2),
               debhelper-compat (= 13),
               libboost-date-time-dev,
               libboost-filesystem-dev,
               libboost-iostreams-dev,
               libboost-log-dev,
               libboost-program-options-dev,
               libboost-system-dev,
               libboost-thread-dev,
               pkg-config,
               python3
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: libhipercontracer1
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: API library of HiPerConTracer
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.
 .
 The HiPerConTracer library is provided by this package.

Package: libhipercontracer-dev
Section: libdevel
Architecture: any
Depends: libboost-date-time-dev,
         libboost-filesystem-dev,
         libboost-iostreams-dev,
         libboost-log-dev,
         libboost-system-dev,
         libboost-thread-dev,
         libhipercontracer1 (= ${binary:Version}),
         ${misc:Depends}
Description: Development files for HiPerConTracer API library
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.
 .
 This package provides header files for the HiPerConTracer library. You need
 them to integrate HiPerConTracer into own programs.

Package: hipercontracer
Architecture: any
Depends: libhipercontracer1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: hipercontracer-trigger,
            python3,
            python3-geoip,
            python3-psycopg2,
            python3-pymongo,
            python3-urllib3
Description: Command-line programs for HiPerConTracer
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.

Package: hipercontracer-trigger
Architecture: any
Depends: hipercontracer (= ${binary:Version}),
         libhipercontracer1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: python3,
            python3-geoip,
            python3-psycopg2,
            python3-pymongo,
            python3-urllib3
Description: Triggered HiPerConTracer service
 High-Performance Connectivity Tracer (HiPerConTracer) is a
 ping/traceroute service. It performs regular ping and traceroute runs
 among sites and can export the results into an SQL or Non-SQL database.
 This tool triggers HiPerConTracer by incoming "Ping" packets.