]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/control
Imported Debian patch 1.0.7-16
[nfs-utils.git] / debian / control
1 Source: nfs-utils
2 Priority: standard
3 Section: net
4 Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
5 Uploaders: Steinar H. Gunderson <sesse@debian.org>, Daniel Baumann <daniel.baumann@panthera-systems.net>
6 Build-Depends: debhelper (>= 5), autoconf2.13, autotools-dev, libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev
7 Standards-Version: 3.7.2
8
9 Package: nfs-kernel-server
10 Priority: optional
11 Architecture: any
12 Depends: nfs-common (>= 1:0.3.3-3), sysvinit (>= 2.80-1), ${shlibs:Depends}
13 Provides: knfs, nfs-server
14 Conflicts: knfs, nfs-server
15 Replaces: knfs, nfs-server
16 Description: Kernel NFS server support
17  Use this package if you have a fairly recent kernel (2.2.13 or better)
18  and you want to use the kernel-mode NFS server.  The user-mode NFS
19  server in the "nfs-user-server" package is slower but more featureful
20  and easier to debug than the kernel-mode server.
21  .
22  Upstream: SourceForge project "nfs", CVS module nfs-utils.
23  .
24   Homepage: http://nfs.sourceforge.net/
25
26 Package: nfs-common
27 Architecture: any
28 Depends: portmap, sysvinit (>= 2.80-1), adduser, ${shlibs:Depends}
29 Provides: nfs-client
30 Conflicts: nfs-client
31 Replaces: nfs-client, nfs-kernel-server (<< 1:1.0.7-5)
32 Description: NFS support files common to client and server
33  Use this package on any machine that does NFS either as client or
34  server.  Programs included: lockd, statd, showmount, and nfsstat.
35  .
36  Upstream: SourceForge project "nfs", CVS module nfs-utils.
37  .
38   Homepage: http://nfs.sourceforge.net/
39
40 Package: nhfsstone
41 Priority: extra
42 Architecture: any
43 Depends: nfs-common, ${shlibs:Depends}
44 Replaces: nfs-kernel-server
45 Description: NFS benchmark program
46  nhfsstone (pronounced n-f-s-stone, the "h" is silent) is used on a
47  NFS client to generate an artificial load with a particular mix of
48  NFS operations. It reports the average response time of the server
49  in milliseconds per call and the load in calls per second. The
50  program adjusts its calling patterns based on the client's kernel
51  NFS statistics and the elapsed time. Load can be generated over a
52  given time or number of NFS calls.
53  .
54  Upstream: SourceForge project "nfs", CVS module nfs-utils.
55  .
56   Homepage: http://nfs.sourceforge.net/