~ubuntu-branches/ubuntu/trusty/ltspfs/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: ltspfs
Section: net
Priority: optional
Maintainer: LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
Uploaders: Carlos Laviola <claviola@debian.org>, Oliver Grawert <ogra@ubuntu.com>, Petter Reinholdtsen <pere@debian.org>, Vagrant Cascadian <vagrant@debian.org>, Scott Balneaves <sbalneav@ltsp.org>, Ryan Niebur <ryanryan52@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libfuse-dev, libx11-dev, pkg-config, libglib2.0-dev, lsb-release, dh-autoreconf
Standards-Version: 3.9.1
XS-DM-Upload-Allowed: yes
Vcs-Bzr: nosmart+http://bzr.debian.org/bzr/pkg-ltsp/ltspfs/ltspfs-debian-packaging/
Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ltsp/ltspfs/ltspfs-debian-packaging/files

Package: ltspfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=  2.4), fuse-utils
Description: Fuse based remote filesystem for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 .
 This package contains the userspace parts for the LTSP server.

Package: ltspfsd
Architecture: all
Depends: ${misc:Depends}, python (>= 2.4), ltspfsd-core
Recommends: ldm
Breaks: ldm (<= 2:0.1~bzr20071217-1)
Replaces: ldm (<= 2:0.1~bzr20071217-1)
Description: Fuse based remote filesystem hooks for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 .
 This package contains hooks to automount devices in LTSP sessions,
 specifically logins using LDM.

Package: ltspfsd-core
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), lsof
Breaks: ltspfsd (<= 0.5.11-1)
Replaces: ltspfsd (<= 0.5.11-1)
Description: Fuse based remote filesystem daemon for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 .
 This package contains the daemon and other binaries to be run on LTSP thin
 clients.