Source: purelibc Priority: optional Maintainer: Debian VSquare Team Uploaders: Ludovico Gardenghi , Guido Trotter , Filippo Giunchedi DM-Upload-Allowed: yes Build-Depends: debhelper (>= 5), autotools-dev, cdbs Standards-Version: 3.9.2 Section: libs Package: libpurelibc-dev Section: libdevel Architecture: i386 amd64 powerpc ppc64 Replaces: libpurelibc0-dev Conflicts: libpurelibc0-dev Depends: libpurelibc1 (= ${binary:Version}), ${misc:Depends} Description: Development files for the purelibc library purelibc is an overlay library that converts the glibc, the GNU standard C library, into a pure library, i.e. a library that can upcall instead of running the system calls. With purelibc a process can trace (and virtualize) its own calls. It is used, for instance, by the UMView modules to support the recursion of virtual environments. . purelibc, along with UMView, is part of the View-OS project: http://wiki.virtualsquare.org . This package contains the files needed to compile applications that link purelibc. Package: libpurelibc1 Section: libs Architecture: i386 amd64 powerpc ppc64 Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: libpurelibc0 Conflicts: libpurelibc0 Description: libc+syscalls to libc-only wrapper for libc functions purelibc is an overlay library that converts the glibc, the GNU standard C library, into a pure library, i.e. a library that can upcall instead of running the system calls. With purelibc a process can trace (and virtualize) its own calls. It is used, for instance, by the UMView modules to support the recursion of virtual environments. . purelibc, along with UMView, is part of the View-OS project: http://wiki.virtualsquare.org . This package contains the library, that can be linked with an application or preloaded using the LD_PRELOAD environment variable.