Added initial unfs3 sources for version 0.9.22+dfsg-1maemo2
[unfs3] / unfs3 / debian / control
1 Source: unfs3
2 Section: net
3 Priority: optional
4 Maintainer: Daniel Baumann <daniel@debian.org>
5 Build-Depends: debhelper (>= 5), autotools-dev, bison, flex
6 Standards-Version: 3.8.0
7 Homepage: http://unfs3.sourceforge.net/
8 Vcs-Browser: http://git.debian.net/?p=debian/unfs3.git
9 Vcs-Git: git://git.debian.net/git/debian/unfs3.git
10
11 Package: unfs3
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}, portmap
14 Conflicts: nfs-server
15 Replaces: nfs-server
16 Provides: nfs-server
17 Description: User-space NFSv3 Server
18  UNFS3 is a user-space implementation of the NFSv3 server specification. It
19  provides a daemon for the MOUNT and NFS protocols, which are used by NFS
20  clients for accessing files on the server.
21  .
22  Unlike nfs-user-server, unfs3 is capable of handling files larger than 2GB, but
23  there is currently no support for file locking.