fuse-umfuse-fat 0.1a-3 source package in Ubuntu

Changelog

fuse-umfuse-fat (0.1a-3) unstable; urgency=medium

  * Revert to debhelper's compat level 10

 -- Andrea Capriotti <email address hidden>  Fri, 18 Sep 2020 17:25:48 +0200

Upload details

Uploaded by:
Debian VSquare Team
Uploaded to:
Sid
Original maintainer:
Debian VSquare Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
fuse-umfuse-fat_0.1a-3.dsc 2.0 KiB 9bac1d8d3ae015a803de4192d08cbccb0b238e5087d324dfb30a66bcb2ba78d4
fuse-umfuse-fat_0.1a.orig.tar.gz 371.6 KiB 5c54d688e86948b122678b19b7137a1d5f52f64fea41f7f46cd5ed8770a43876
fuse-umfuse-fat_0.1a-3.debian.tar.xz 2.6 KiB fd5b3175065540804e29918a6e3162b14233be87be4483ea4ec4922e1d8979de

Available diffs

No changes file available.

Binary packages built by this source

fusefat: File System in User Space - Module for FAT

 This module for the FUSE kernel service allows any FUSE-enabled user to mount
 FAT file systems.
 .
 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-umfusefat and its dependencies.

fusefat-dbgsym: debug symbols for fusefat
umview-mod-umfusefat: View-OS in user space - FAT 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. umfusefat can be used to mount FAT12/FAT16/FAT32 images inside an
 UMView instance.

umview-mod-umfusefat-dbgsym: debug symbols for umview-mod-umfusefat