]> git.proxmox.com Git - criu.git/blob - debian/control
buildsys: missing build dependencies
[criu.git] / debian / control
1 Source: criu
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends:
6 debhelper (>= 9),
7 dh-python,
8 libnl-3-dev,
9 libnet1-dev,
10 libprotobuf-dev,
11 libprotobuf-c-dev,
12 protobuf-c-compiler,
13 protobuf-compiler,
14 asciidoc
15 Standards-Version: 3.9.5
16 Homepage: http://www.criu.org/
17
18 Package: criu
19 Architecture: amd64
20 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-ipaddr, python-protobuf
21 Description: An utility to checkpoint and restore tasks
22 An utility to checkpoint/restore tasks. Using this tool, you can
23 freeze a running application (or part of it) and checkpoint it to
24 a hard drive as a collection of files. You can then use the files
25 to restore and run the application from the point it was frozen
26 at. The distinctive feature of the CRIU project is that it is
27 mainly implemented in user space.
28
29 Package: criu-dbg
30 Architecture: amd64
31 Section: debug
32 Priority: extra
33 Depends: criu (= ${binary:Version}), ${misc:Depends}
34 Description: An utility to checkpoint and restore tasks (debug)
35 An utility to checkpoint/restore tasks. Using this tool, you can
36 freeze a running application (or part of it) and checkpoint it to
37 a hard drive as a collection of files. You can then use the files
38 to restore and run the application from the point it was frozen
39 at. The distinctive feature of the CRIU project is that it is
40 mainly implemented in user space.
41 .
42 This package contains the debugging symbols.