summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 06:03:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 06:03:02 +0000
commitedd02aa960301b52f94c88efb6fae0d3ca79b548 (patch)
tree5cec2df47f338a42883a0e6189028df4f4ec6077 /debian/control
parentAdding upstream version 1:2.6.4. (diff)
downloadnfs-utils-edd02aa960301b52f94c88efb6fae0d3ca79b548.tar.xz
nfs-utils-edd02aa960301b52f94c88efb6fae0d3ca79b548.zip
Adding debian version 1:2.6.4-3.debian/1%2.6.4-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control70
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6a74306
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,70 @@
+Source: nfs-utils
+Priority: optional
+Section: net
+Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
+Uploaders: Anibal Monsalve Salazar <anibal@debian.org>, Ben Hutchings <benh@debian.org>, Steve Langasek <vorlon@debian.org>, Salvatore Bonaccorso <carnil@debian.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.