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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
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
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
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
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
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
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.
.
Package: blcr-dkms
Architecture: all
Section: kernel
Depends: dkms, make, linux-headers-2.6-686 | linux-headers-2.6-amd64 | linux-headers-generic | linux-headers, ${misc:Depends}
Recommends: blcr-util
Replaces: blcr-source
Description: DKMS support for BLCR kernel module
This package provides integration with the DKMS infrastructure for
automatically building out of tree kernel modules.
.
BLCR (Berkeley Lab Checkpoint/Restart) allows programs running on
Linux to be "checkpointed" (written entirely to a file), and then
later "restarted".
.
|