File: control

package info (click to toggle)
distcc 2.18.3-4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,260 kB
  • ctags: 1,536
  • sloc: ansic: 12,829; sh: 3,490; python: 1,313; makefile: 506
file content (36 lines) | stat: -rw-r--r-- 1,529 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
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.