File: control

package info (click to toggle)
ckermit 416~beta12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,860 kB
  • sloc: ansic: 261,426; makefile: 11,355; sh: 114
file content (26 lines) | stat: -rw-r--r-- 978 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
Source: ckermit
Section: comm
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: libncurses-dev,
               debhelper-compat (= 13),
               libssl-dev,
               libpam0g-dev,
               openssl,
               zlib1g-dev
Standards-Version: 4.6.2
Homepage: https://www.kermitproject.org/ck90.html
Vcs-Git: https://salsa.debian.org/debian/ckermit.git
Vcs-Browser: https://salsa.debian.org/debian/ckermit
Rules-Requires-Root: no

Package: ckermit
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: openssh-client | ssh-client
Suggests: openbsd-inetd | inet-superserver
Description: serial and network communications package
 C-Kermit is a combined serial and network communication software package
 offering a consistent, medium-independent, secure cross-platform approach
 to connection establishment, terminal sessions, file transfer,
 character-set translation, and automation of communication tasks.