File: control

package info (click to toggle)
blcr 0.8.5-2.3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 10,740 kB
  • sloc: ansic: 31,999; sh: 12,633; makefile: 929; perl: 401; cpp: 79; java: 9
file content (121 lines) | stat: -rw-r--r-- 4,818 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Source: blcr
Section: misc
Priority: optional
Maintainer:  Alan Woodland <awoodland@debian.org>
Build-Depends: debhelper (>= 5), bzip2, dh-kpatches, chrpath, autotools-dev, autoconf, automake, libtool, gcc-multilib [amd64 ppc64]
Homepage: https://ftg.lbl.gov/projects/CheckpointRestart/
Standards-Version: 3.9.2

Package: blcr-util
Architecture: amd64 i386 powerpc ppc64 armel armhf powerpcspe
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Userspace tools to Checkpoint and Restart Linux processes
 BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on 
 Linux to be "checkpointed" (written entirely to a file), and then 
 later "restarted".
 .
 BLCR can checkpoint both single- and multithreaded (pthreads) 
 programs linked with the NPTL implementation of pthreads. BLCR is 
 also able to save and restore groups of related processes together 
 with the pipes that connect them.
 .
 This package contains utilities needed to launch and restart 
 unmodified processes with checkpointing support.
 .

Package: blcr-testsuite
Architecture: amd64 i386 powerpc ppc64 armel armhf powerpcspe
Depends: ${shlibs:Depends}, ${misc:Depends}, blcr-util
Suggests: libcr-dbg
Description: Userspace tools to Checkpoint and Restart Linux processes
 BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on
 Linux to be "checkpointed" (written entirely to a file), and then
 later "restarted".
 .
 BLCR can checkpoint both single- and multithreaded (pthreads)
 programs linked with the NPTL implementation of pthreads. BLCR is
 also able to save and restore groups of related processes together
 with the pipes that connect them.
 .
 This package contains the testsuite needed to verify and diagnose
 problems with the local BLCR kernel module.
 .

Package: libcr0
Architecture: amd64 i386 powerpc ppc64 armel armhf powerpcspe
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: blcr-dkms
Conflicts: blcr-dkms (<< 0.8.4-3)
Description: Libraries to Checkpoint and Restart Linux processes
 BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on 
 Linux to be "checkpointed" (written entirely to a file), and then 
 later "restarted".
 .
 BLCR can checkpoint both single- and multithreaded (pthreads) 
 programs linked with the NPTL implementation of pthreads. BLCR is 
 also able to save and restore groups of related processes together 
 with the pipes that connect them.
 .
 This package contains the libraries needed to by programs to 
 use BLCR.

Package: libcr-dbg
Architecture: amd64 i386 powerpc ppc64 armel armhf powerpcspe
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, libcr0 (= ${binary:Version})
Suggests: blcr-testsuite
Description: Libraries to Checkpoint and Restart Linux processes
 BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on
 Linux to be "checkpointed" (written entirely to a file), and then
 later "restarted".
 .
 BLCR can checkpoint both single- and multithreaded (pthreads)
 programs linked with the NPTL implementation of pthreads. BLCR is
 also able to save and restore groups of related processes together
 with the pipes that connect them.
 .
 This package contains the debug symbols for the libcr library.
 .

Package: lib32cr0
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends} 
Suggests: blcr-dkms
Section: libs
Conflicts: libc6-i386 (<= 2.9-18), blcr-dkms (<< 0.8.4-3)
Description: (32bit) Libraries to Checkpoint and Restart Linux processes
 BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on 
 Linux to be "checkpointed" (written entirely to a file), and then 
 later "restarted".
 .
 BLCR can checkpoint both single- and multithreaded (pthreads) 
 programs linked with the NPTL implementation of pthreads. BLCR is 
 also able to save and restore groups of related processes together 
 with the pipes that connect them.
 .
 This package contains the libraries needed to for 32bit programs to 
 use BLCR on 64bit systems.


Package: libcr-dev
Architecture: amd64 i386 powerpc ppc64 armel armhf powerpcspe
Depends: ${shlibs:Depends}, ${misc:Depends}, libcr0 (= ${binary:Version})
Section: libdevel
Description: Development files for BLCR
 BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on 
 Linux to be "checkpointed" (written entirely to a file), and then 
 later "restarted".
 .
 BLCR can checkpoint both single- and multithreaded (pthreads) 
 programs linked with the NPTL implementation of pthreads. BLCR is 
 also able to save and restore groups of related processes together 
 with the pipes that connect them.
 .
 BLCR can checkpoint and restore (most) un-modified programs,
 however BLCR aware applications can customise this process 
 further.
 .
 This package contains headers and files needed to compile 
 applications that work with BLCR.