File: control

package info (click to toggle)
distcc 3.3.2-10%2Bdeb10u1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,772 kB
  • sloc: ansic: 27,818; python: 6,425; sh: 4,435; makefile: 919; perl: 68
file content (54 lines) | stat: -rw-r--r-- 2,556 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
Source: distcc
Section: devel
Priority: optional
Maintainer: Christian Marillat <marillat@debian.org>
Homepage: https://distcc.github.io/
Standards-Version: 4.3.0
Build-Depends: debhelper-compat (= 12), libpopt-dev, libgtk2.0-dev, po-debconf,
 dh-python, libiberty-dev, python3-dev | python3.7-dev, libavahi-client-dev,
 libkrb5-dev

Package: distcc
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.52), netbase (>= 4.09), lsb-base (>= 3.2-13)
Suggests: distccmon-gnome, ccache, distcc-pump, dbus, dmucs
Description: simple distributed compiler client and server
 distcc is a program to distribute compilation of C or C++ code across
 several machines on a network. distcc should always generate the same
 results as a local compile, is simple to install and use, and is often
 significantly faster than a local compile. distcc does not require all
 machines to share a filesystem, have synchronized clocks, or to have
 the same libraries or header files installed.

Package: distccmon-gnome
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: distcc
Description: GTK+ monitor for distcc a distributed client and server
 distcc is a program to distribute compilation of C or C++ code across
 several machines on a network. distcc should always generate the same
 results as a local compile, is simple to install and use, and is often
 significantly faster than a local compile. distcc does not require all
 machines to share a filesystem, have synchronized clocks, or to have
 the same libraries or header files installed.
 .
 this is the GTK+ monitor program.

Package: distcc-pump
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}, distcc
Description: pump mode for distcc a distributed compiler client and server
 distcc is a program to distribute compilation of C or C++ code across
 several machines on a network. distcc should always generate the same
 results as a local compile, is simple to install and use, and is often
 significantly faster than a local compile. distcc does not require all
 machines to share a filesystem, have synchronized clocks, or to have
 the same libraries or header files installed.
 .
 this package contains the necessary additions for distcc's "pump" mode,
 which improves on plain distcc by distributing not only compilation but
 also preprocessing to distcc servers.
 .
 If you have more than 10 CPUs involved in your distcc setup, you should
 consider using this package on your distcc client machine.