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
|
Source: distcc
Section: devel
Priority: optional
Maintainer: Carsten Wolff <carsten@wolffcarsten.de>
Build-Depends: debhelper (>> 4.1.16), libpopt-dev, linuxdoc-tools, autoconf, libgtk2.0-dev, libgnomeui-dev, dpatch
Standards-Version: 3.7.2.2
Package: distcc
Architecture: any
Depends: ${shlibs:Depends}, adduser (>= 3.52), debconf (>= 1.2.0) | debconf-2.0, netbase (>= 4.09)
Suggests: distccmon-gnome, ccache
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.
.
http://distcc.samba.org/
Package: distccmon-gnome
Architecture: any
Depends: ${shlibs: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.
.
http://distcc.samba.org/
.
this is the GTK monitor program.
|