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
|
Source: uucp
Section: comm
Priority: extra
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 9), texinfo, libpam-dev
Standards-Version: 3.9.4
Homepage: http://airs.com/ian/uucp.html
Package: uucp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
cron (>=3.0pl1-42),
bsd-mailx|mailx,
logrotate,
libpam-runtime (>= 0.76-13.1),
cu (= ${binary:Version}),
netbase,
openbsd-inetd | inet-superserver
Recommends: postfix | exim4 | exim | smail | courier-mta | zmailer | rmail
Description: Unix to Unix Copy Program
UUCP will copy files to or from another (usually *nix) system, which
also runs uucp.
.
UUCP is used to transfer mail, news and random files between systems
which are not connected by more modern networks. The communication can
be made via modems, direct (hard-wired) serial connections or via an IP
connection.
Package: cu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: call up another system
The cu command is used to call up another system and act as a dial-in
terminal (mostly on a serial line). It can also do simple file transfers
with no error checking.
.
cu is part of the UUCP source but has been split into its
own package because it can be useful even if you do not do
uucp.
|