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.
|