[Pkg-vsquare-changes] r159 - in umview/trunk/debian: . overrides

garden-guest at alioth.debian.org garden-guest at alioth.debian.org
Tue Jun 17 14:02:29 UTC 2008


Author: garden-guest
Date: 2008-06-17 14:02:29 +0000 (Tue, 17 Jun 2008)
New Revision: 159

Removed:
   umview/trunk/debian/overrides/linda/
Modified:
   umview/trunk/debian/
   umview/trunk/debian/control
   umview/trunk/debian/libumlib-dev.install
   umview/trunk/debian/libumlib0.install
   umview/trunk/debian/rules
   umview/trunk/debian/umview-mod-umdevtap.install
   umview/trunk/debian/umview-mod-umlwip.install
   umview/trunk/debian/umview.install
Log:
Working towards 0.5 (but still WIP)
* Added missing svn-bp prop to debian/
* Switch to cdbs (not yet completed, umview package contains too much modules)
* Added preliminary umview-mod-viewfs package
* Added libglib2.0-dev build dep
* Switch to S-V 3.8.0 (Source-Version -> binary:Version)
* Removed linda overrides
* Removed references to lintian overrides, need to check if they were useless
* Added umnetlwipv6 to umview-mod-lwip




Property changes on: umview/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: umview/trunk/debian/control
===================================================================
--- umview/trunk/debian/control	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/control	2008-06-17 14:02:29 UTC (rev 159)
@@ -3,10 +3,11 @@
 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>, Filippo Giunchedi <filippo at debian.org>
-Build-Depends: debhelper (>= 5), libvdeplug2-dev, libfuse-dev, liblwipv6-1-dev
+Build-Depends: debhelper (>= 5), libvdeplug2-dev, libfuse-dev, liblwipv6-dev, libglib2.0-dev, cdbs
+Homepage: http://view-os.sourceforge.net
 Vcs-SVN: svn://svn.debian.org/pkg-vsquare/umview/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/umview/trunk/
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 
 Package: umview
 Architecture: i386 amd64 powerpc ppc64
@@ -62,8 +63,8 @@
 Architecture: i386 amd64 powerpc ppc64
 Conflicts: libumlib0-dev
 Replaces: libumlib0-dev
-Section: devel
-Depends: libumlib0 (= ${Source-Version})
+Section: libdevel
+Depends: libumlib0 (= ${binary:Version})
 Description: View-OS in user space - Development files
  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
@@ -136,3 +137,27 @@
  UMView package and allows virtualization of character and block devices.
  umdevtap creates a virtual TUN/TAP interface (i.e. /dev/net/tun).  On the
  outer side, UMView opens a connection to a VDE switch.
+
+Package: umview-mod-viewfs
+Architecture: i386 amd64 powerpc ppc64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: View-OS in user space - Filesystem mangling modules
+ 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 (very experimental) modules that allow filesystem
+ namespace mangling (as hiding some portions of the filesystem, creating COW
+ subtrees and so on).

Modified: umview/trunk/debian/libumlib-dev.install
===================================================================
--- umview/trunk/debian/libumlib-dev.install	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/libumlib-dev.install	2008-06-17 14:02:29 UTC (rev 159)
@@ -1,4 +1,4 @@
-usr/include/umview/*
-usr/lib/lib*.la
-usr/lib/lib*.a
-usr/lib/lib*.so
+debian/tmp/usr/include/umview/*
+debian/tmp/usr/lib/lib*.la
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so

Modified: umview/trunk/debian/libumlib0.install
===================================================================
--- umview/trunk/debian/libumlib0.install	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/libumlib0.install	2008-06-17 14:02:29 UTC (rev 159)
@@ -1 +1 @@
-usr/lib/lib*.so.*
+debian/tmp/usr/lib/lib*.so.*

Modified: umview/trunk/debian/rules
===================================================================
--- umview/trunk/debian/rules	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/rules	2008-06-17 14:02:29 UTC (rev 159)
@@ -1,84 +1,11 @@
 #!/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.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
+DEB_CONFIGURE_EXTRA_FLAGS = --disable-python
 
-# 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)
-
-
-
-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 --libexecdir=\$${prefix}/lib/umview --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
-
-#Architecture 
-build: build-arch build-indep
-
-build-arch: build-arch-stamp
-build-arch-stamp:  config.status
-
-	# Add here commands to compile the arch part of the package.
-	#$(MAKE) 
-	touch $@
-
-build-indep: build-indep-stamp
-build-indep-stamp:  config.status
-
-	# Add here commands to compile the indep part of the package.
-	#$(MAKE) doc
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-arch-stamp build-indep-stamp #CONFIGURE-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: install-indep install-arch
-install-indep:
-
-install-arch:
-	dh_testdir
-	dh_testroot
-	dh_clean -k -s 
-	dh_installdirs -s
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	dh_install --sourcedir=debian/tmp -s
+binary-post-install/umview::
 	for package in $(CURDIR)/debian/umview-mod-*.install; do \
 		cat $$package | while read file destdir; do \
 			if [ -z "$$destdir" ]; then \
@@ -86,36 +13,4 @@
 				rm -f $(CURDIR)/debian/umview/$$file; \
 			fi; \
 		done; \
-    done
-
-# Must not depend on anything. This is to be called by
-# binary-arch/binary-indep
-# in another 'make' thread.
-binary-common:
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress 
-	dh_fixperms
-	dh_makeshlibs
-	# -n
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture independant packages using the common target.
-binary-indep: build-indep install-indep
-
-# Build architecture dependant packages using the common target.
-binary-arch: build-arch install-arch
-	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
-
-binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch 
+	done

Modified: umview/trunk/debian/umview-mod-umdevtap.install
===================================================================
--- umview/trunk/debian/umview-mod-umdevtap.install	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/umview-mod-umdevtap.install	2008-06-17 14:02:29 UTC (rev 159)
@@ -1,3 +1 @@
-usr/lib/umview/modules/umdevtap.so
-../overrides/lintian/umview-mod-umdevtap usr/share/lintian/overrides
-../overrides/linda/umview-mod-umdevtap usr/share/linda/overrides
+debian/tmp/usr/lib/umview/modules/umdevtap.so

Modified: umview/trunk/debian/umview-mod-umlwip.install
===================================================================
--- umview/trunk/debian/umview-mod-umlwip.install	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/umview-mod-umlwip.install	2008-06-17 14:02:29 UTC (rev 159)
@@ -1,4 +1,2 @@
-usr/lib/umview/modules/lwipv6.so
-usr/lib/umview/modules/umnetlwipv6.so
-../overrides/lintian/umview-mod-umlwip usr/share/lintian/overrides/
-../overrides/linda/umview-mod-umlwip usr/share/linda/overrides/
+debian/tmp/usr/lib/umview/modules/lwipv6.so
+debian/tmp/usr/lib/umview/modules/umnetlwipv6.so

Modified: umview/trunk/debian/umview.install
===================================================================
--- umview/trunk/debian/umview.install	2008-06-17 14:01:18 UTC (rev 158)
+++ umview/trunk/debian/umview.install	2008-06-17 14:02:29 UTC (rev 159)
@@ -1,5 +1,6 @@
-usr/bin/*
-usr/lib/umview/modules/*
-usr/share/man/man1/*
-usr/share/man/man5/*
-../overrides/linda/umview usr/share/linda/overrides
+debian/tmp/usr/bin/*
+debian/tmp/usr/lib/umview/*
+debian/tmp/usr/lib/umview/modules/*
+debian/tmp/usr/share/man/man1/*
+debian/tmp/usr/share/man/man2/*
+debian/tmp/usr/share/man/man5/*




More information about the Pkg-vsquare-changes mailing list