--- fuse-umfuse-fat-0.1a.orig/debian/changelog +++ fuse-umfuse-fat-0.1a/debian/changelog @@ -0,0 +1,22 @@ +fuse-umfuse-fat (0.1a-1.2) unstable; urgency=medium + + * maintainers' mailing list address updated. (Closes: #899516) + + -- Renzo Davoli Sat, 05 Jan 2019 10:23:11 +0100 + +fuse-umfuse-fat (0.1a-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend on fuse instead of fuse-utils. (Closes: #698123) + + -- Ansgar Burchardt Sun, 12 May 2013 15:55:04 +0200 + +fuse-umfuse-fat (0.1a-1) unstable; urgency=low + + [ Ludovico Gardenghi ] + * Initial release. + + [ Filippo Giunchedi ] + * Use GPLv2 in debian/copyright + + -- Filippo Giunchedi Thu, 26 Jun 2008 14:10:03 +0200 --- fuse-umfuse-fat-0.1a.orig/debian/compat +++ fuse-umfuse-fat-0.1a/debian/compat @@ -0,0 +1 @@ +5 --- fuse-umfuse-fat-0.1a.orig/debian/control +++ fuse-umfuse-fat-0.1a/debian/control @@ -0,0 +1,45 @@ +Source: fuse-umfuse-fat +Priority: optional +Maintainer: Debian VSquare Team +Uploaders: Ludovico Gardenghi , Guido Trotter , Filippo Giunchedi +Build-Depends: debhelper (>= 5), libumlib-dev, libfuse-dev, libglib2.0-dev, cdbs +Standards-Version: 3.8.0 +Homepage: http://view-os.sourceforge.net +Section: misc + +Package: umview-mod-umfusefat +Architecture: i386 amd64 powerpc ppc64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: 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. + +Package: fusefat +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fuse +Description: 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. --- fuse-umfuse-fat-0.1a.orig/debian/copyright +++ fuse-umfuse-fat-0.1a/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Ludovico Gardenghi on +Fri, 9 Feb 2007 15:38:11 +0100. + +It was downloaded from http://savannah.nongnu.org/projects/view-os + +Upstream Author: Renzo Davoli and others + +Copyright: 2005, 2006, 2007 Renzo Davoli and others + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License, version 2, as + published by the Free Software Foundation. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Ludovico Gardenghi and +is licensed under the GPL, see above. + --- fuse-umfuse-fat-0.1a.orig/debian/fusefat.install +++ fuse-umfuse-fat-0.1a/debian/fusefat.install @@ -0,0 +1,2 @@ +debian/tmp/usr/bin/* +debian/tmp/usr/share/man/man1/* --- fuse-umfuse-fat-0.1a.orig/debian/rules +++ fuse-umfuse-fat-0.1a/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk --- fuse-umfuse-fat-0.1a.orig/debian/umview-mod-umfusefat.install +++ fuse-umfuse-fat-0.1a/debian/umview-mod-umfusefat.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/umview/modules/*.so --- fuse-umfuse-fat-0.1a.orig/debian/watch +++ fuse-umfuse-fat-0.1a/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/view-os/fuse-umfuse-fat-(.*)\.tar\.gz