--- fuse-umfuse-iso9660-0.3.orig/debian/rules +++ fuse-umfuse-iso9660-0.3/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-iso9660-0.3.orig/debian/control +++ fuse-umfuse-iso9660-0.3/debian/control @@ -0,0 +1,48 @@ +Source: fuse-umfuse-iso9660 +Priority: optional +Maintainer: Debian VSquare Team +Uploaders: Ludovico Gardenghi , Guido Trotter , Filippo Giunchedi +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 5), libumlib-dev, libfuse-dev, libiso9660-dev, libz-dev, cdbs +Standards-Version: 3.9.3 +Vcs-Svn: svn://svn.debian.org/pkg-vsquare/fuse-umfuse-iso9660/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/fuse-umfuse-iso9660/trunk/ +Homepage: http://view-os.sourceforge.net +Section: misc + +Package: umview-mod-umfuseiso9660 +Architecture: i386 amd64 powerpc ppc64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: View-OS in user space - ISO9660 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. umfuseiso9660 can be used to mount ISO-9660 CD images inside an + UMView instance. + +Package: fuseiso9660 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fuse-utils +Description: File System in User Space - Module for ISO9660 + This module for the FUSE kernel service allows any FUSE-enabled user to mount + ISO9660 file systems, e.g. CDROM 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-umfuseiso9660 and its dependencies. --- fuse-umfuse-iso9660-0.3.orig/debian/watch +++ fuse-umfuse-iso9660-0.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/view-os/fuse-umfuse-iso9660-(.*)\.tar\.gz --- fuse-umfuse-iso9660-0.3.orig/debian/fuseiso9660.install +++ fuse-umfuse-iso9660-0.3/debian/fuseiso9660.install @@ -0,0 +1,2 @@ +debian/tmp/usr/bin/* +debian/tmp/usr/share/man/man1/* --- fuse-umfuse-iso9660-0.3.orig/debian/compat +++ fuse-umfuse-iso9660-0.3/debian/compat @@ -0,0 +1 @@ +5 --- fuse-umfuse-iso9660-0.3.orig/debian/changelog +++ fuse-umfuse-iso9660-0.3/debian/changelog @@ -0,0 +1,61 @@ +fuse-umfuse-iso9660 (0.3-1) unstable; urgency=low + + [ Filippo Giunchedi ] + * Fix GPLv2 link into debian/copyright + * Add DM-Upload-Allowed field + + [ Ludovico Gardenghi ] + * New upstream release + + Add -lcdio to LDFLAGS as per NMU (Closes: #554408) + + Force single-threaded operations (Closes: #671695) + * Update S-V to 3.9.3 + * Switch to machine-readable copyright file + * Update mail address for Ludovico Gardenghi + + -- Ludovico Gardenghi Mon, 25 Jun 2012 00:00:26 +0200 + +fuse-umfuse-iso9660 (0.2b-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with binutils-gold": add patch from Luk Claes: + - Add -lcdio to LDFLAGS (Closes: #554408). + + -- gregor herrmann Sun, 18 Dec 2011 13:55:51 +0100 + +fuse-umfuse-iso9660 (0.2b-1) unstable; urgency=low + + * New upstream version + + Fix exit code based on fuse_main (Closes: #432069) + * Update S-V to 3.8.0 (Add homepage) + * libumlib0-dev -> libumlib-dev transition + + -- Filippo Giunchedi Fri, 20 Jun 2008 22:04:34 +0200 + +fuse-umfuse-iso9660 (0.2-2) unstable; urgency=low + + * switch to CDBS, as a side effect this Closes: #425091 + + -- Filippo Giunchedi Sat, 19 May 2007 17:14:40 +0200 + +fuse-umfuse-iso9660 (0.2-1) unstable; urgency=low + + * new upstream version, manpage added + + -- Filippo Giunchedi Fri, 04 May 2007 14:49:13 +0200 + +fuse-umfuse-iso9660 (0.1-2) unstable; urgency=low + + * build-depend on libz-dev, fixes FTBFS (closes: #421453) + + -- Filippo Giunchedi Sun, 29 Apr 2007 13:24:45 +0200 + +fuse-umfuse-iso9660 (0.1-1) unstable; urgency=low + + [ Ludovico Gardenghi ] + * Initial release + + [ Guido Trotter ] + * Fix build dependencies + + -- Guido Trotter Wed, 14 Feb 2007 01:49:50 +0000 + --- fuse-umfuse-iso9660-0.3.orig/debian/umview-mod-umfuseiso9660.install +++ fuse-umfuse-iso9660-0.3/debian/umview-mod-umfuseiso9660.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/umview/modules/*.so --- fuse-umfuse-iso9660-0.3.orig/debian/copyright +++ fuse-umfuse-iso9660-0.3/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: FUSE-ISO9660 +Upstream-Contact: Renzo Davoli +Source: http://sourceforge.net/projects/view-os/ + +Files: * +Copyright: Copyright 2005, 2006, 2007 Renzo Davoli and others +License: GPL-2 + 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 full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: Copyright 2007-2012 Ludovico Gardenghi +License: GPL-2 + 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 full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'.