~ubuntu-branches/ubuntu/edgy/ltspfs/edgy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-28 21:38:44 UTC
  • Revision ID: james.westby@ubuntu.com-20051028213844-87za90qcg9415ovw
Tags: 0.1cvs20051117-1
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ltspfs
 
2
Section: misc
 
3
Priority: optional
 
4
Maintainer: Oliver Grawert <ogra@ubuntu.com>
 
5
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libfuse-dev, docbook-to-man
 
6
Standards-Version: 3.6.2
 
7
 
 
8
Package: ltspfs
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}, ${misc:Depends}
 
11
Description: fuse based remote filesystem for ltsp thin clients
 
12
 ltspfs is a remote filesystem consisting of two parts: 
 
13
 1) A network server daemon that runs on the LTSP terminal. 
 
14
 2) A FUSE module that runs in user-space on the server, 
 
15
 that connects with the daemon on the client. This package
 
16
 contains the userspace parts for the ltap server.
 
17