File: control

package info (click to toggle)
conserver 8.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,704 kB
  • sloc: ansic: 22,223; sh: 3,623; makefile: 282
file content (54 lines) | stat: -rw-r--r-- 2,534 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
Source: conserver
Section: comm
Priority: optional
Maintainer: Conserver Maintainers <conserver@packages.debian.org>
Uploaders: Jörgen Hägg <jh@debian.org>, Bernhard Schmidt <berni@debian.org>
Build-Depends: debhelper-compat (= 12),
               libkrb5-dev,
               libpam0g-dev,
               libssl-dev,
               libwrap0-dev,
               po-debconf
Standards-Version: 4.5.1.0
Homepage: https://www.conserver.com/
Vcs-Git: https://salsa.debian.org/debian/conserver.git
Vcs-Browser: https://salsa.debian.org/debian/conserver

Package: conserver-server
Architecture: any
Depends: adduser, lsb-base (>= 3.0-6), ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: connect multiple user to a serial console with logging
 Conserver is an application that allows multiple users to watch a
 serial console at the same time.  It can log the data, allows users
 to take write-access of a console (one at a time), and has a
 variety of bells and whistles to accentuate that basic
 functionality.  The idea is that conserver will log all your serial
 traffic so you can go back and review why something crashed, look
 at changes (if done on the console), or tie the console logs into a
 monitoring system (just watch the logfiles it creates).  With
 multi-user capabilities you can work on equipment with others,
 mentor, train, etc.  It also does all that client-server stuff so
 that, assuming you have a network connection, you can interact with
 any of the equipment from home or wherever.
 .
 This is the server part of the conserver system.

Package: conserver-client
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: connect to a console server
 Conserver is an application that allows multiple users to watch a
 serial console at the same time.  It can log the data, allows users
 to take write-access of a console (one at a time), and has a
 variety of bells and whistles to accentuate that basic
 functionality.  The idea is that conserver will log all your serial
 traffic so you can go back and review why something crashed, look
 at changes (if done on the console), or tie the console logs into a
 monitoring system (just watch the logfiles it creates).  With
 multi-user capabilities you can work on equipment with others,
 mentor, train, etc.  It also does all that client-server stuff so
 that, assuming you have a network connection, you can interact with
 any of the equipment from home or wherever.
 .
 This is client part of the conserver system.