[Pkg-vsquare-changes] r66 - umview/trunk/debian

Ludovico Gardenghi garden-guest at alioth.debian.org
Fri Feb 9 15:09:29 CET 2007


Author: garden-guest
Date: 2007-02-09 15:09:29 +0100 (Fri, 09 Feb 2007)
New Revision: 66

Added:
   umview/trunk/debian/libumlib0-dev.install
   umview/trunk/debian/libumlib0.install
Removed:
   umview/trunk/debian/umview-dev.install
Modified:
   umview/trunk/debian/changelog
   umview/trunk/debian/control
   umview/trunk/debian/rules
   umview/trunk/debian/umview.install
Log:
as libumlib has been moved to /usr/lib, there must be a separate package:
libumlib0 (and umview-dev renamed to libumlib0-dev)



Modified: umview/trunk/debian/changelog
===================================================================
--- umview/trunk/debian/changelog	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/changelog	2007-02-09 14:09:29 UTC (rev 66)
@@ -1,6 +1,6 @@
-umview (0.4-1) unstable; urgency=low
+umview (0.4a-1) unstable; urgency=low
 
   * Initial release
 
- -- Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>  Wed, 17 Jan 2007 10:20:12 +0100
+ -- Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>  Fri,  9 Feb 2007 14:50:40 +0100
 

Modified: umview/trunk/debian/control
===================================================================
--- umview/trunk/debian/control	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/control	2007-02-09 14:09:29 UTC (rev 66)
@@ -31,9 +31,35 @@
  for testing and for real use.  Other modules are contained in separate
  packages because they depend on additional libraries.
 
-Package: umview-dev
+
+Package: libumlib0
 Architecture: i386 amd64 powerpc ppc64
-Depends: ${shlibs:Depends}, ${misc:Depends}, umview
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: View-OS in user space - Support library for 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://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 library with common functions used by every UMView
+ module.
+
+Package: libumlib0-dev
+Architecture: i386 amd64 powerpc ppc64
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
 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

Added: umview/trunk/debian/libumlib0-dev.install
===================================================================
--- umview/trunk/debian/libumlib0-dev.install	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/libumlib0-dev.install	2007-02-09 14:09:29 UTC (rev 66)
@@ -0,0 +1,4 @@
+usr/include/umview/*
+usr/lib/lib*.la
+usr/lib/lib*.a
+usr/lib/lib*.so

Added: umview/trunk/debian/libumlib0.install
===================================================================
--- umview/trunk/debian/libumlib0.install	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/libumlib0.install	2007-02-09 14:09:29 UTC (rev 66)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Modified: umview/trunk/debian/rules
===================================================================
--- umview/trunk/debian/rules	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/rules	2007-02-09 14:09:29 UTC (rev 66)
@@ -103,7 +103,8 @@
 	dh_strip
 	dh_compress 
 	dh_fixperms
-	dh_makeshlibs -n
+	dh_makeshlibs
+	# -n
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

Deleted: umview/trunk/debian/umview-dev.install
===================================================================
--- umview/trunk/debian/umview-dev.install	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/umview-dev.install	2007-02-09 14:09:29 UTC (rev 66)
@@ -1,4 +0,0 @@
-usr/include/umview/*
-usr/lib/umview/lib*.la
-usr/lib/umview/lib*.a
-usr/lib/umview/lib*.so

Modified: umview/trunk/debian/umview.install
===================================================================
--- umview/trunk/debian/umview.install	2007-01-29 14:48:34 UTC (rev 65)
+++ umview/trunk/debian/umview.install	2007-02-09 14:09:29 UTC (rev 66)
@@ -1,5 +1,4 @@
 usr/bin/*
-usr/lib/umview/lib*.so.*
 usr/lib/umview/modules/*
 usr/share/man/man1/*
 usr/share/man/man5/*




More information about the Pkg-vsquare-changes mailing list