File: control

package info (click to toggle)
dmucs 0.6.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,372 kB
  • ctags: 760
  • sloc: ansic: 5,053; sh: 3,521; cpp: 2,475; makefile: 59; perl: 26
file content (21 lines) | stat: -rw-r--r-- 962 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
Source: dmucs
Section: devel
Priority: extra
Maintainer: Sam Clegg <samo@debian.org>
Build-Depends: cdbs, debhelper (>= 5), autotools-dev
Standards-Version: 3.7.3

Package: dmucs
Architecture: any
Depends: ${shlibs:Depends}
Homepage: http://dmucs.sourceforge.net/
Description: distributed compilation system for use with distcc
 DMUCS is a system that allows a group of users to share a compilation farm.
 Each compilation request from each user will be sent to the fastest available
 machine, every time.  The system has these fine qualities:
  * Works with distcc, which need not be altered in any way.
  * Supports multiple operating systems in the compilation farm.
  * Uses all processors of a multi-processor compilation host.
  * Makes best use of compilation hosts with widely differing CPU speeds.
  * Takes into account the load on a host caused by non-compilation tasks.
  * Supports the dynamic addition and removal of hosts to the compilation farm.