File: control

package info (click to toggle)
fuse-umfuse-ext2 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,452 kB
  • ctags: 86
  • sloc: sh: 9,043; ansic: 1,377; makefile: 25
file content (47 lines) | stat: -rw-r--r-- 2,435 bytes parent folder | download
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
Source: fuse-umfuse-ext2
Priority: optional
Maintainer: Debian VSquare Team <pkg-vsquare-devel@lists.alioth.debian.org>
Uploaders: Ludovico Gardenghi <garden@acheronte.it>, Guido Trotter <ultrotter@debian.org>, Filippo Giunchedi <filippo@debian.org>
Build-Depends: debhelper (>= 5), libumlib-dev, libfuse-dev, e2fslibs-dev, cdbs
Vcs-Svn: svn://svn.debian.org/pkg-vsquare/fuse-umfuse-ext2/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/fuse-umfuse-ext2/trunk/
Standards-Version: 3.8.0
Homepage: http://view-os.sourceforge.net
Section: misc

Package: umview-mod-umfuseext2
Architecture: i386 amd64 powerpc ppc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: View-OS in user space - ext2 module for UMFUSE
 View-OS is a novel approach to the process/kernel interface.  The semantics of
 each system call can be assigned process by process giving the user the right
 to decide which view of the system each process has to join.  Each process can
 "see" a different file system structure, networking resources, processor,
 devices.  Moreover some of the resources can be provided by the user
 him/herself, thus these resource can be private to the single process and are
 not known a priori by the system.  Groups of processes can share the same view
 but this is just an optimization to share management methods.
 .
 For more information, see http://wiki.virtualsquare.org
 .
 UMView is a user-mode implementation of View-OS.  Processes are run with a
 controlling daemon that captures all the system calls (at present using the
 ptrace() system call) and uses dynamically loadable modules to change their
 semantic.
 .
 This package contains a sub-module for umfuse.  umfuse is contained in the
 main UMView package and allows almost complete source compatibility with FUSE
 modules.  umfuseext2 can be used to mount Extended 2 file system images
 inside an UMView instance.

Package: fuseext2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils
Description: File System in User Space - Module for ext2
 This module for the FUSE kernel service allows any FUSE-enabled user to mount
 Second Extended file systems, e.g. disk images.
 .
 The module has been initially written for UMView, the user-mode
 implementation of View-OS. If you want to allow completely user-mode disk
 images mounting (with no kernel/superuser support at all), take a look at
 umview-mod-umfuseext2 and its dependencies.