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
62
63
64
65
66
67
68
69
70
71
72
73
|
Source: nfs-utils
Priority: optional
Section: net
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
XSBC-Original-Uploaders: Anibal Monsalve Salazar <anibal@debian.org>, Ben Hutchings <benh@debian.org>, Steve Langasek <vorlon@debian.org>, Salvatore Bonaccorso <carnil@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13), libwrap0-dev, libevent-dev, libkrb5-dev, libblkid-dev, libkeyutils-dev, pkg-config, libldap2-dev, libcap-dev, libtirpc-dev, libdevmapper-dev, libmount-dev, libsqlite3-dev, libxml2-dev
Standards-Version: 4.6.2
Homepage: https://linux-nfs.org/
Vcs-Git: https://salsa.debian.org/kernel-team/nfs-utils.git
Vcs-Browser: https://salsa.debian.org/kernel-team/nfs-utils
Package: nfs-kernel-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nfs-common (= ${binary:Version}), ucf, netbase, keyutils
Provides: knfs, nfs-server
Conflicts: knfs, nfs-server
Replaces: knfs, nfs-server
Recommends: python3, python3-yaml
Suggests: procps
Description: support for NFS kernel server
The NFS kernel server is currently the recommended NFS server for use
with Linux, featuring features such as NFSv3 and NFSv4, Kerberos
support via GSS, and much more. It is also significantly faster and
usually more reliable than the user-space NFS servers (from the
unfs3 and nfs-user-server packages). However, it is more difficult to
debug than the user-space servers, and has a slightly different
feature set.
.
This package contains the user-space support needed to use the
NFS kernel server. Most administrators wishing to set up an NFS server
would want to install this package.
Package: nfs-common
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libnfsidmap1 (= ${binary:Version}), rpcbind, adduser, ucf, keyutils, python3
Suggests: open-iscsi, watchdog
Provides: nfs-client
Conflicts: nfs-client
Replaces: nfs-client
Description: NFS support files common to client and server
Use this package on any machine that uses NFS, either as client or
server. Programs included: lockd, statd, showmount, nfsstat, gssd,
idmapd and mount.nfs.
Package: libnfsidmap-dev
Section: libdevel
Architecture: any
Depends: libnfsidmap1 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: header files and docs for libnfsidmap
Contains the header files and documentation for libnfsidmap
for use in developing applications that use the libnfsidmap library.
.
libnfsidmap provides functions to map between NFSv4 names (which are
of the form user@domain) and local uid's and gid's.
Package: libnfsidmap1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libnfsidmap2, libnfsidmap-regex
Provides: libnfsidmap2, libnfsidmap-regex
Breaks: libnfsidmap2 (<< 0.25-7~), libnfsidmap-regex
Replaces: libnfsidmap2 (<< 0.25-7~), libnfsidmap-regex
Description: NFS idmapping library
libnfsidmap provides functions to map between NFSv4 names (which are
of the form user@domain) and local uid's and gid's.
|