summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-06-05 12:13:31 +1000
committerNeil Brown <neilb@suse.de>2006-06-05 12:13:31 +1000
commite860d0ecddac47b5f68bc1b41b19c2700fd64495 (patch)
tree6e37fc758387764c4ae2710060710303cc99b7c9 /debian/control
parent922d6cfd29bab9ae552cb3b1ad6eb3a9bcd89b6b (diff)
downloadnfs-utils-e860d0ecddac47b5f68bc1b41b19c2700fd64495.tar.gz
nfs-utils-e860d0ecddac47b5f68bc1b41b19c2700fd64495.tar.xz
nfs-utils-e860d0ecddac47b5f68bc1b41b19c2700fd64495.zip
Remove debian/
.. at request of Debian maintainer "Steinar H. Gunderson" <sesse@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control42
1 files changed, 0 insertions, 42 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 9f6394b..0000000
--- a/debian/control
+++ /dev/null
@@ -1,42 +0,0 @@
-Source: nfs-utils
-Priority: standard
-Section: net
-Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 4.1.16), libwrap0-dev, libevent-dev, libnfsidmap-dev, libkrb5-dev
-Standards-Version: 3.1.1.1
-
-Package: nfs-kernel-server
-Priority: optional
-Architecture: any
-Depends: nfs-common (>= 1:0.3.3-3), debconf (>= 1.0), sysvinit (>= 2.80-1), ${shlibs:Depends}
-Provides: knfs, nfs-server
-Conflicts: knfs, nfs-server
-Replaces: knfs, nfs-server
-Description: Kernel NFS server support
- Use this package if you have a fairly recent kernel (2.2.13 or better)
- and you want to use the kernel-mode NFS server. The user-mode NFS
- server in the "nfs-user-server" package is slower but more featureful
- and easier to debug than the kernel-mode server.
- .
- Upstream: SourceForge project "nfs", CVS module nfs-utils.
-
-Package: nfs-common
-Architecture: any
-Depends: portmap, debconf (>= 1.0), sysvinit (>= 2.80-1), ${shlibs:Depends}
-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 does NFS either as client or
- server. Programs included: lockd, statd, showmount, and nfsstat.
- .
- Upstream: SourceForge project "nfs", CVS module nfs-utils.
-
-Package: nhfsstone
-Priority: extra
-Architecture: any
-Depends: nfs-common, ${shlibs:Depends}
-Replaces: nfs-kernel-server
-Description: NFS benchmark program.
- .
- Upstream: SourceForge project "nfs", CVS module nfs-utils.