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 55 56 57 58 59 60 61
|
Source: tftp-hpa
Section: net
Priority: optional
Maintainer: Chris Hofstaedtler <zeha@debian.org>
Build-Depends:
autoconf,
debhelper (>= 13),
debhelper-compat (= 13),
libwrap0-dev,
po-debconf,
Standards-Version: 3.9.6.1
Homepage: https://git.kernel.org/pub/scm/network/tftp/tftp-hpa.git/
Vcs-Git: https://salsa.debian.org/debian/tftp-hpa.git
Vcs-Browser: https://salsa.debian.org/debian/tftp-hpa
Package: tftp-hpa
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
tftp (<< 0.17-23.1),
Replaces:
tftp (<< 0.17-23.1),
Description: HPA's tftp client
Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to
serve boot images over the network to other machines (PXE).
.
tftp-hpa is an enhanced version of the BSD TFTP client and server. It
possesses a number of bugfixes and enhancements over the original.
.
This package contains the client.
Package: tftpd-hpa
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser,
${misc:Depends},
${shlibs:Depends},
Conflicts:
atftpd,
tftp-server,
tftpd,
Replaces:
atftpd,
tftp-server,
tftpd,
Provides:
tftp-server,
Suggests:
pxelinux,
Description: HPA's tftp server
Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to
serve boot images over the network to other machines (PXE).
.
tftp-hpa is an enhanced version of the BSD TFTP client and server. It
possesses a number of bugfixes and enhancements over the original.
.
This package contains the server.
|