File: control

package info (click to toggle)
icecc 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,520 kB
  • sloc: cpp: 14,058; sh: 3,006; ansic: 767; xml: 744; makefile: 231; asm: 2
file content (53 lines) | stat: -rw-r--r-- 1,855 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
Source: icecc
Section: devel
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>,
 Pino Toscano <pino@debian.org>
Build-Depends: debhelper-compat (= 12),
 docbook2x, docbook-xml,
 pkg-config,
 libarchive-dev,
 liblzo2-dev,
 libzstd-dev,
 libcap-ng-dev [linux-any],
 libdevstat-dev [kfreebsd-any]
Homepage: https://github.com/icecc/icecream
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/icecc.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/icecc
Rules-Requires-Root: no

Package: icecc
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base, file,
 g++ | c++-compiler | c-compiler
Recommends: logrotate
Suggests: icecc-monitor, clang [amd64 i386]
Description: distributed compiler (client and server)
 icecc (also known as Icecream) is a distributed compile system. It allows
 parallel compiling by distributing the compile jobs to several nodes of
 a compile network running the icecc daemon. The icecc scheduler routes
 the jobs and provides status and statistics information to the icecc monitor.
 .
 Each compile node can accept one or more compile jobs depending on the number
 of processors and the settings of the daemon. Link jobs and other jobs which
 cannot be distributed are executed locally on the node where the compilation
 is started.

Package: libicecc-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: ${misc:Depends},
 libarchive-dev,
 liblzo2-dev,
 libzstd-dev,
 libcap-ng-dev [linux-any],
 libdevstat-dev [kfreebsd-any],
Description: development files for icecc (distributed compiler)
 This package is part if icecc. It provides files which are necessary to build
 icecc-monitor.
 .
 See the 'icecc' package for more information.