[Pkg-vsquare-changes] r70 - / fuse-umfuse-iso9660 fuse-umfuse-iso9660/trunk fuse-umfuse-iso9660/trunk/debian

Ludovico Gardenghi garden-guest at alioth.debian.org
Fri Feb 9 17:17:51 CET 2007


Author: garden-guest
Date: 2007-02-09 17:17:50 +0100 (Fri, 09 Feb 2007)
New Revision: 70

Added:
   fuse-umfuse-iso9660/
   fuse-umfuse-iso9660/trunk/
   fuse-umfuse-iso9660/trunk/debian/
   fuse-umfuse-iso9660/trunk/debian/changelog
   fuse-umfuse-iso9660/trunk/debian/compat
   fuse-umfuse-iso9660/trunk/debian/control
   fuse-umfuse-iso9660/trunk/debian/copyright
   fuse-umfuse-iso9660/trunk/debian/rules
   fuse-umfuse-iso9660/trunk/debian/umview-mod-umfuseiso9660.install
   fuse-umfuse-iso9660/trunk/debian/watch
Log:
First import


Added: fuse-umfuse-iso9660/trunk/debian/changelog
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/changelog	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/changelog	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1,6 @@
+fuse-umfuse-iso9660 (0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ludovico Gardenghi <garden at acheronte.it>  Fri,  9 Feb 2007 17:13:18 +0100
+

Added: fuse-umfuse-iso9660/trunk/debian/compat
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/compat	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/compat	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1 @@
+5

Added: fuse-umfuse-iso9660/trunk/debian/control
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/control	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/control	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1,33 @@
+Source: fuse-umfuse-iso9660
+Priority: optional
+Maintainer: Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>
+Uploaders: Ludovico Gardenghi <garden at acheronte.it>, Guido Trotter <ultrotter at debian.org>
+Build-Depends: debhelper (>= 5), autotools-dev, libumlib0-dev, libfuse-dev, libiso9660-dev
+Standards-Version: 3.7.2
+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://savannah.nongnu.org/projects/view-os
+ .
+ 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.
+

Added: fuse-umfuse-iso9660/trunk/debian/copyright
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/copyright	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/copyright	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1,30 @@
+This package was debianized by Ludovico Gardenghi <pkg-vsquare-devel at lists.alioth.debian.org> on
+Fri,  9 Feb 2007 15:38:11 +0100.
+
+It was downloaded from http://savannah.nongnu.org/projects/view-os
+
+Upstream Author: Renzo Davoli <renzo at cs.unibo.it> 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'.
+
+The Debian packaging is (C) 2007, Ludovico Gardenghi <garden at acheronte.it> and
+is licensed under the GPL, see above.
+

Added: fuse-umfuse-iso9660/trunk/debian/rules
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/rules	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/rules	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1,94 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
+
+
+build: build-stamp
+build-stamp:  config.status
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install --sourcedir=debian/tmp
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: fuse-umfuse-iso9660/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: fuse-umfuse-iso9660/trunk/debian/umview-mod-umfuseiso9660.install
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/umview-mod-umfuseiso9660.install	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/umview-mod-umfuseiso9660.install	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1 @@
+usr/lib/umview/modules/*.so

Added: fuse-umfuse-iso9660/trunk/debian/watch
===================================================================
--- fuse-umfuse-iso9660/trunk/debian/watch	2007-02-09 15:44:51 UTC (rev 69)
+++ fuse-umfuse-iso9660/trunk/debian/watch	2007-02-09 16:17:50 UTC (rev 70)
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php fuse-umfuse-ext2-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/fuse-umfuse-ext2-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/fuse-umfuse-ext2-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for debscripts >= 2.9
+# http://sf.net/fuse-umfuse-ext2/fuse-umfuse-ext2-(.*)\.tar\.gz
+
+http://download.savannah.nongnu.org/releases/view-os/fuse-umfuse-iso9660-(.*)\.tar\.gz
+




More information about the Pkg-vsquare-changes mailing list