blob: 651eccec0a8cd0fc6ce43f4bb912da7f456834e7 [file] [log] [blame]
Pau Espin Pedrol814882b2019-03-19 18:10:55 +01001Source: osmo-sysmon
2Section: net
3Priority: extra
4Maintainer: Pau Espin Pedrol <pespin@sysmocom.de>
5Build-Depends: debhelper (>=9),
6 dh-autoreconf,
7 autotools-dev,
8 autoconf,
9 automake,
10 libtool,
11 pkg-config,
12 libtalloc-dev,
13 liboping-dev (>= 1.9.0),
14 libosmocore-dev (>= 1.0.1),
15 libosmo-netif-dev (>= 0.4.0),
16Standards-Version: 3.9.8
17Vcs-Git: git://git.osmocom.org/osmo-sysmon.git
18Vcs-Browser: https://git.osmocom.org/osmo-sysmon/
19Homepage: https://osmocom.org/
20
21Package: osmo-sysmon
22Architecture: any
23Multi-Arch: foreign
24Depends: ${misc:Depends}, ${shlibs:Depends}
25Description: Simple Osmocom System Monitor (osysmon)
26 This application prints on screen once per second relevant information about
27 the status of the system. Information being printed can be specified through
28 configuration file (and VTY).
29 .
30 Useful to run as a login shell to provide users with some diagnose system
31 without providing full access the system.
32
33Package: osmo-sysmon-dbg
34Section: debug
35Architecture: any
36Multi-Arch: same
37Depends: osmo-sysmon (= ${binary:Version}), ${misc:Depends}
38Description: Simple Osmocom System Monitor (osysmon)
39 This application prints on screen once per second relevant information about
40 the status of the system. Information being printed can be specified through
41 configuration file (and VTY).
42 .
43 Useful to run as a login shell to provide users with some diagnose system
44 without providing full access the system.
45 .
46 This package contains the debug symbols for osmo-sysmon in order to
47 generate meaningful backtraces in bug-reports.