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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
Source: criu
Section: admin
Priority: optional
Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends:
asciidoc,
debhelper-compat (= 13),
dh-python,
libbsd-dev,
libcap-dev,
libgnutls28-dev,
libnet1-dev,
libnftables-dev,
libnl-3-dev,
libprotobuf-c-dev,
libprotobuf-dev,
pkgconf,
protobuf-c-compiler,
protobuf-compiler,
pybuild-plugin-pyproject,
python3-googleapis-common-protos,
python3-setuptools,
python3-all,
uuid-dev,
xmlto
Standards-Version: 4.7.2
Homepage: https://www.criu.org/
Vcs-Browser: https://salsa.debian.org/debian/criu
Vcs-Git: https://salsa.debian.org/debian/criu.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: criu
Architecture: amd64 arm64 ppc64el s390x
Depends:
${misc:Depends},
${shlibs:Depends},
libcompel1 (= ${binary:Version}),
Recommends:
iproute2,
python3-pycriu,
Suggests:
iptables
Description: checkpoint and restore in userspace
criu contains the utilities to checkpoint and restore processes in
userspace.
.
It can freeze a running container (or an individual application) and checkpoint
its state to disk. The data saved can be used to restore the application and
run it exactly as it was during the time of the freeze. Using this
functionality, application or container live migration, snapshots, remote
debugging, and many other things are now possible.
.
This package provides the criu and compel binaries, comprising the main
functionality of criu.
.
Note that 'criu-ns' and 'crit' scripts come with the python3-pycriu package.
Package: libcriu2
Section: libs
Architecture: amd64 arm64 ppc64el s390x
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
criu,
Replaces: criu (<< 3.19-3~)
Breaks: criu (<< 3.19-3~)
Description: checkpoint and restore in userspace (library)
criu contains the utilities to checkpoint and restore processes in
userspace.
.
It can freeze a running container (or an individual application) and checkpoint
its state to disk. The data saved can be used to restore the application and
run it exactly as it was during the time of the freeze. Using this
functionality, application or container live migration, snapshots, remote
debugging, and many other things are now possible.
.
This package provides the criu library.
Package: libcriu-dev
Section: libdevel
Architecture: amd64 arm64 ppc64el s390x
Depends:
libcriu2 (= ${binary:Version}),
libprotobuf-c-dev,
${misc:Depends},
${shlibs:Depends},
Replaces: criu (<< 3.19-3~)
Breaks: criu (<< 3.19-3~)
Description: checkpoint and restore in userspace (development headers)
criu contains the utilities to checkpoint and restore processes in
userspace.
.
It can freeze a running container (or an individual application) and checkpoint
its state to disk. The data saved can be used to restore the application and
run it exactly as it was during the time of the freeze. Using this
functionality, application or container live migration, snapshots, remote
debugging, and many other things are now possible.
.
This package provides the criu development headers.
Package: python3-pycriu
Section: python
Architecture: all
Depends:
criu,
python3-protobuf,
${misc:Depends},
${python3:Depends},
Replaces: criu (<< 3.19-3~)
Breaks: criu (<< 3.19-3~)
Description: checkpoint and restore in userspace (Python bindings)
criu contains the utilities to checkpoint and restore processes in
userspace.
.
It can freeze a running container (or an individual application) and checkpoint
its state to disk. The data saved can be used to restore the application and
run it exactly as it was during the time of the freeze. Using this
functionality, application or container live migration, snapshots, remote
debugging, and many other things are now possible.
.
This package provides the criu Python bindings, and the 'criu-ns' and 'crit'
scripts.
Package: libcompel1
Section: libs
Architecture: amd64 arm64 ppc64el s390x
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Replaces: criu (<< 3.19-3~)
Breaks: criu (<< 3.19-3~)
Description: execute arbitrary code in the context of a foreign process (library)
Compel is a utility to execute arbitrary code in a context of a foreign
process. The code to be executed is called parasite code. Once compiled with
compel flags and packed, it can be executed in other task's context.
.
Compel is part of CRIU, the project implementing checkpoint/restore
functionality for Linux.
.
This package contains the compel library.
Package: libcompel-dev
Section: libdevel
Architecture: amd64 arm64 ppc64el s390x
Depends:
libcompel1 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Replaces: criu (<< 3.19-3~)
Breaks: criu (<< 3.19-3~)
Description: execute arbitrary code in the context of a foreign process (development headers)
Compel is a utility to execute arbitrary code in a context of a foreign
process. The code to be executed is called parasite code. Once compiled with
compel flags and packed, it can be executed in other task's context.
.
Compel is part of CRIU, the project implementing checkpoint/restore
functionality for Linux.
.
This package contains the compel development headers.
|