--- umview-0.4a.orig/config.guess +++ umview-0.4a/config.guess @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2006-02-23' +timestamp='2006-07-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -210,7 +211,7 @@ echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) - echo powerppc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} @@ -770,6 +771,8 @@ case ${UNAME_MACHINE} in pc98) echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac @@ -780,9 +783,6 @@ i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS_NT-*:*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 @@ -790,10 +790,10 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[345]*) + x86:Interix*:[3456]*) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T:Interix*:[345]*) + EM64T:Interix*:[3456]*) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) @@ -831,6 +831,9 @@ arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; @@ -989,7 +992,7 @@ LIBC=gnulibc1 # endif #else - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout --- umview-0.4a.orig/config.sub +++ umview-0.4a/config.sub @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2006-02-23' +timestamp='2006-09-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -240,7 +241,7 @@ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ @@ -248,7 +249,8 @@ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -274,21 +276,19 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -318,7 +318,7 @@ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* \ + | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ @@ -329,7 +329,7 @@ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -358,23 +358,21 @@ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -912,6 +910,10 @@ sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux @@ -1128,7 +1130,7 @@ sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1217,7 +1219,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos*) + | -skyos* | -haiku* | -rdos* | -toppers*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1369,6 +1371,12 @@ # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1378,9 +1386,9 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 --- umview-0.4a.orig/debian/control +++ umview-0.4a/debian/control @@ -0,0 +1,134 @@ +Source: umview +Section: misc +Priority: optional +Maintainer: Debian VSquare Team +Uploaders: Ludovico Gardenghi , Guido Trotter , Filippo Giunchedi +Build-Depends: debhelper (>= 5), libvdeplug2-dev, libfuse-dev, liblwipv6-1-dev +Standards-Version: 3.7.2 + +Package: umview +Architecture: i386 amd64 powerpc ppc64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: kernel-patch-viewos, libpurelibc0 +Suggests: umview-mod-umdevtap, umview-mod-umlwip +Description: View-OS in user space - Core and base 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 the UMView controlling daemon and some modules, both + for testing and for real use. Other modules are contained in separate + packages because they depend on additional libraries. + + +Package: libumlib0 +Architecture: i386 amd64 powerpc ppc64 +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: libumlib0 (= ${Source-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 + 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 headers and library needed to write and compile new + UMView modules. For some simple module examples, you can take a look to the + existing modules (expecially in the um_testmodule directory of the source + tree). + +Package: umview-mod-umlwip +Architecture: i386 amd64 powerpc ppc64 +Depends: ${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 + 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 the um_lwip module, a gateway to the LWIPv6 user-level + networking library (see liblwipv6-1). 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} +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 + 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 umdev. umdev is contained in the main + 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. --- umview-0.4a.orig/debian/umview.install +++ umview-0.4a/debian/umview.install @@ -0,0 +1,5 @@ +usr/bin/* +usr/lib/umview/modules/* +usr/share/man/man1/* +usr/share/man/man5/* +../overrides/linda/umview usr/share/linda/overrides --- umview-0.4a.orig/debian/umview-mod-umdevtap.install +++ umview-0.4a/debian/umview-mod-umdevtap.install @@ -0,0 +1,3 @@ +usr/lib/umview/modules/umdevtap.so +../overrides/lintian/umview-mod-umdevtap usr/share/lintian/overrides +../overrides/linda/umview-mod-umdevtap usr/share/linda/overrides --- umview-0.4a.orig/debian/compat +++ umview-0.4a/debian/compat @@ -0,0 +1 @@ +5 --- umview-0.4a.orig/debian/libumlib0.install +++ umview-0.4a/debian/libumlib0.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- umview-0.4a.orig/debian/changelog +++ umview-0.4a/debian/changelog @@ -0,0 +1,17 @@ +umview (0.4a-2) unstable; urgency=low + + * Fix umlib0-dev dependencies + + -- Guido Trotter Tue, 13 Feb 2007 17:32:46 -0800 + +umview (0.4a-1) unstable; urgency=low + + [ Debian VSquare Team ] + * Initial release + + [ Guido Trotter ] + * Fix Build Dependencies + * The "valentine for reenzo" release + + -- Guido Trotter Tue, 13 Feb 2007 16:32:10 -0800 + --- umview-0.4a.orig/debian/rules +++ umview-0.4a/debian/rules @@ -0,0 +1,121 @@ +#!/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 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +# 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 + for package in $(CURDIR)/debian/umview-mod-*.install; do \ + cat $$package | while read file destdir; do \ + if [ -z "$$destdir" ]; then \ + echo rm -f $(CURDIR)/debian/umview/$$file; \ + 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 --- umview-0.4a.orig/debian/libumlib0-dev.install +++ umview-0.4a/debian/libumlib0-dev.install @@ -0,0 +1,4 @@ +usr/include/umview/* +usr/lib/lib*.la +usr/lib/lib*.a +usr/lib/lib*.so --- umview-0.4a.orig/debian/overrides/linda/umview-mod-umlwip +++ umview-0.4a/debian/overrides/linda/umview-mod-umlwip @@ -0,0 +1,2 @@ +Tag: binary-rpath +Data: usr/lib/umview/modules/.*so --- umview-0.4a.orig/debian/overrides/linda/umview +++ umview-0.4a/debian/overrides/linda/umview @@ -0,0 +1,5 @@ +Tag: binary-rpath +Data: usr/bin/um_.* + +Tag: binary-rpath +Data: usr/lib/umview/modules/.*so --- umview-0.4a.orig/debian/overrides/linda/umview-mod-umdevtap +++ umview-0.4a/debian/overrides/linda/umview-mod-umdevtap @@ -0,0 +1,2 @@ +Tag: binary-rpath +Data: usr/lib/umview/modules/.*so --- umview-0.4a.orig/debian/overrides/lintian/umview-mod-umlwip +++ umview-0.4a/debian/overrides/lintian/umview-mod-umlwip @@ -0,0 +1 @@ +umview-mod-umlwip: binary-or-shlib-defines-rpath ./usr/lib/umview/modules/lwipv6.so /usr/lib/umview --- umview-0.4a.orig/debian/overrides/lintian/umview-mod-umdevtap +++ umview-0.4a/debian/overrides/lintian/umview-mod-umdevtap @@ -0,0 +1 @@ +umview-mod-umdevtap: binary-or-shlib-defines-rpath ./usr/lib/umview/modules/umdevtap.so /usr/lib/umview --- umview-0.4a.orig/debian/umview.docs +++ umview-0.4a/debian/umview.docs @@ -0,0 +1,5 @@ +README +doc/amd64_porting.txt +doc/README.viewfs +doc/simple_tutorial +doc/umfuse-howto --- umview-0.4a.orig/debian/umview-mod-umlwip.dirs +++ umview-0.4a/debian/umview-mod-umlwip.dirs @@ -0,0 +1,2 @@ +usr/share/lintian/overrides +usr/share/linda/overrides --- umview-0.4a.orig/debian/watch +++ umview-0.4a/debian/watch @@ -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 +# +#http://www.example.com/downloads.php umview-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/umview-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/umview-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +# http://sf.net/umview/umview-(.*)\.tar\.gz + +http://download.savannah.nongnu.org/releases/view-os/umview-(.*)\.tar\.gz + --- umview-0.4a.orig/debian/copyright +++ umview-0.4a/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Ludovico Gardenghi on +Wed, 17 Jan 2007 10:20:12 +0100. + +It was downloaded from http://savannah.nongnu.org/projects/view-os + +Upstream Author: Renzo Davoli 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 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. --- umview-0.4a.orig/debian/umview-mod-umlwip.install +++ umview-0.4a/debian/umview-mod-umlwip.install @@ -0,0 +1,3 @@ +usr/lib/umview/modules/lwipv6.so +../overrides/lintian/umview-mod-umlwip usr/share/lintian/overrides/ +../overrides/linda/umview-mod-umlwip usr/share/linda/overrides/ --- umview-0.4a.orig/debian/umview.dirs +++ umview-0.4a/debian/umview.dirs @@ -0,0 +1 @@ +usr/share/linda/overrides --- umview-0.4a.orig/debian/umview-mod-umdevtap.dirs +++ umview-0.4a/debian/umview-mod-umdevtap.dirs @@ -0,0 +1,2 @@ +usr/share/lintian/overrides +usr/share/linda/overrides