[Pkg-vsquare-changes] r300 - umview/trunk/debian
Ludovico Gardenghi
garden at alioth.debian.org
Sat Jun 16 23:59:50 UTC 2012
Author: garden
Date: 2012-06-16 23:59:50 +0000 (Sat, 16 Jun 2012)
New Revision: 300
Removed:
umview/trunk/debian/umview-mod-umdevtap.dirs
umview/trunk/debian/umview-mod-umlwip.dirs
umview/trunk/debian/umview-mod-viewfs.dirs
umview/trunk/debian/umview.dirs
Modified:
umview/trunk/debian/changelog
umview/trunk/debian/control
umview/trunk/debian/copyright
umview/trunk/debian/libumlib-dev.install
umview/trunk/debian/umview-mod-umlwip.install
umview/trunk/debian/umview-mod-viewfs.install
Log:
Ready for umview-0.8.2-1:
* New upstream release
+ Remove um_lwip module (no more needed for lwip networking)
(Closes: #663671)
+ New viewfs (replaces modifshide)
* Update copyright file
+ New upstream URL (Closes: #674216)
+ canonicalize.c has been rewritten, removed LGPL part
* Add libcap-dev and dpkg-dev to Build-Depends
* Bump to Standards-Version 3.9.3
+ Remove .la files from libumlib-dev
+ Add missing comma in Depends field
* Switch to machine-readable copyright file
* Remove empty .dirs files
Modified: umview/trunk/debian/changelog
===================================================================
--- umview/trunk/debian/changelog 2012-06-03 19:25:56 UTC (rev 299)
+++ umview/trunk/debian/changelog 2012-06-16 23:59:50 UTC (rev 300)
@@ -1,11 +1,20 @@
-umview (0.8.2-1) UNRELEASED; urgency=low
+umview (0.8.2-1) unstable; urgency=low
* New upstream release
- + Remove um_lwip module (no more needed for lwip networking) (Closes: #663671)
- * Update copyright file with new upstream URL (Closes: #674216)
- * Add libcap-dev to Build-Depends.
+ + Remove um_lwip module (no more needed for lwip networking)
+ (Closes: #663671)
+ + New viewfs (replaces modifshide)
+ * Update copyright file
+ + New upstream URL (Closes: #674216)
+ + canonicalize.c has been rewritten, removed LGPL part
+ * Add libcap-dev and dpkg-dev to Build-Depends
+ * Bump to Standards-Version 3.9.3
+ + Remove .la files from libumlib-dev
+ + Add missing comma in Depends field
+ * Switch to machine-readable copyright file
+ * Remove empty .dirs files
- -- Ludovico Gardenghi <ludovico at montre.somiere.org> Sun, 03 Jun 2012 18:41:52 +0200
+ -- Ludovico Gardenghi <garden at debian.org> Sun, 17 Jun 2012 01:52:55 +0200
umview (0.6-1) unstable; urgency=low
Modified: umview/trunk/debian/control
===================================================================
--- umview/trunk/debian/control 2012-06-03 19:25:56 UTC (rev 299)
+++ umview/trunk/debian/control 2012-06-16 23:59:50 UTC (rev 300)
@@ -4,15 +4,15 @@
Maintainer: Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>
Uploaders: Ludovico Gardenghi <garden at debian.org>, Guido Trotter <ultrotter at debian.org>, Filippo Giunchedi <filippo at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), libcap-dev, libvdeplug2-dev, libfuse-dev, liblwipv6-dev, libglib2.0-dev, cdbs
+Build-Depends: debhelper (>= 5), libcap-dev, libvdeplug2-dev, libfuse-dev, liblwipv6-dev, libglib2.0-dev, cdbs, dpkg-dev (>= 1.16.1~)
Vcs-Svn: svn://svn.debian.org/pkg-vsquare/umview/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/umview/trunk/
Homepage: http://view-os.sourceforge.net
-Standards-Version: 3.8.1
+Standards-Version: 3.9.3
Package: umview
Architecture: i386 amd64 powerpc ppc64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libumlib0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: kernel-patch-viewos, libpurelibc1
Suggests: umview-mod-umdevtap, umview-mod-umlwip
Description: View-OS in user space - Core and base modules
@@ -65,7 +65,7 @@
Conflicts: libumlib0-dev
Replaces: libumlib0-dev
Section: libdevel
-Depends: libumlib0 (= ${binary:Version}) ${misc:Depends}
+Depends: libumlib0 (= ${binary:Version}), ${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
@@ -90,7 +90,7 @@
Package: umview-mod-umlwip
Architecture: i386 amd64 powerpc ppc64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libumlib0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: View-OS in user space - LWIPv6 gateway module
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
@@ -108,15 +108,14 @@
ptrace() system call) and uses dynamically loadable modules to change their
semantic.
.
- This package contains the old um_lwip module, a gateway to the LWIPv6
- user-level networking library (see liblwipv6-2), and a newer one, called
- umnetlwipv6. They make possible for processes inside UMView to use virtual
- network interfaces that are connected to the external world through a TUN/TAP
- device or a VDE switch.
+ This package contains the umnewlwipv6 module, a gateway to the LWIPv6
+ user-level networking library (see liblwipv6-2). It makes possible for
+ processes inside UMView to use virtual network interfaces that are connected
+ to the external world through a TUN/TAP device or a VDE switch.
Package: umview-mod-umdevtap
Architecture: i386 amd64 powerpc ppc64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libumlib0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: View-OS in user space - Virtual TUN/TAP module
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
@@ -141,7 +140,7 @@
Package: umview-mod-viewfs
Architecture: i386 amd64 powerpc ppc64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libumlib0 (= ${binary:Version}), ${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
Modified: umview/trunk/debian/copyright
===================================================================
--- umview/trunk/debian/copyright 2012-06-03 19:25:56 UTC (rev 299)
+++ umview/trunk/debian/copyright 2012-06-16 23:59:50 UTC (rev 300)
@@ -1,32 +1,44 @@
-This package was debianized by Ludovico Gardenghi <garden at acheronte.it> on
-Wed, 17 Jan 2007 10:20:12 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: View-OS
+Upstream-Contact: Renzo Davoli <renzo at cs.unibo.it>
+Source: http://sourceforge.net/projects/view-os/
-It was downloaded from http://sourceforge.net/projects/view-os.
+Files: *
+Copyright: Copyright 2005-2012 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'.
-Upstream Author: Renzo Davoli <renzo at cs.unibo.it> and others
-
-Copyright: 2005-2012 Renzo Davoli and others
-
-License:
-
+Files: debian/*
+Copyright: Copyright 2007-2012 Ludovico Gardenghi <garden at debian.org>
+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 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 <garden at acheronte.it> and
-is licensed under the GPL, see above.
-
-One of the UMView source files, canonicalize.c, is taken from the GNU C
-library and is released under the Lesser GNU General Public License.
+ .
+ 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'.
Modified: umview/trunk/debian/libumlib-dev.install
===================================================================
--- umview/trunk/debian/libumlib-dev.install 2012-06-03 19:25:56 UTC (rev 299)
+++ umview/trunk/debian/libumlib-dev.install 2012-06-16 23:59:50 UTC (rev 300)
@@ -1,4 +1,3 @@
debian/tmp/usr/include/umview/*
-debian/tmp/usr/lib/lib*.la
debian/tmp/usr/lib/lib*.a
debian/tmp/usr/lib/lib*.so
Deleted: umview/trunk/debian/umview-mod-umdevtap.dirs
===================================================================
Deleted: umview/trunk/debian/umview-mod-umlwip.dirs
===================================================================
Modified: umview/trunk/debian/umview-mod-umlwip.install
===================================================================
--- umview/trunk/debian/umview-mod-umlwip.install 2012-06-03 19:25:56 UTC (rev 299)
+++ umview/trunk/debian/umview-mod-umlwip.install 2012-06-16 23:59:50 UTC (rev 300)
@@ -1,2 +1 @@
-debian/tmp/usr/lib/umview/modules/lwipv6.so
debian/tmp/usr/lib/umview/modules/umnetlwipv6.so
Deleted: umview/trunk/debian/umview-mod-viewfs.dirs
===================================================================
Modified: umview/trunk/debian/umview-mod-viewfs.install
===================================================================
--- umview/trunk/debian/umview-mod-viewfs.install 2012-06-03 19:25:56 UTC (rev 299)
+++ umview/trunk/debian/umview-mod-viewfs.install 2012-06-16 23:59:50 UTC (rev 300)
@@ -1 +1 @@
-debian/tmp/usr/lib/umview/modules/modifshide.so
+debian/tmp/usr/lib/umview/modules/viewfs.so
Deleted: umview/trunk/debian/umview.dirs
===================================================================
More information about the Pkg-vsquare-changes
mailing list