File: control

package info (click to toggle)
purelibc 0.4.1-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,624 kB
  • sloc: sh: 11,006; ansic: 1,801; makefile: 11
file content (46 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: purelibc
Priority: optional
Maintainer: Debian VSquare Team <virtualsquare@cs.unibo.it>
Uploaders: Ludovico Gardenghi <garden@debian.org>, Guido Trotter <ultrotter@debian.org>, Filippo Giunchedi <filippo@debian.org>
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.