File: control

package info (click to toggle)
ccontrol 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 656 kB
  • sloc: ansic: 1,533; sh: 337; makefile: 150; python: 141; xml: 64
file content (24 lines) | stat: -rw-r--r-- 968 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
Source: ccontrol
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.15.7),
  asciidoc, xmlto, gperf
Standards-Version: 3.9.2
Homepage: http://ccontrol.ozlabs.org/
Vcs-Git: git://tedp.id.au/git/ccontrol-debian.git
Vcs-Browser: http://tedp.id.au/gitweb/?p=ccontrol-debian.git

Package: ccontrol
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, 
 gcc, make, binutils, ccache
Recommends: python, python-gtk2, python-eggtrayicon
Suggests: distcc
Description: Compilation controller
 The ccontrol program takes over the roles of the compiler, linker and
 make, and reads a configuration file to decide what to do before
 invoking them. This is particularly useful for centralized control over
 commands and options, such as enabling distcc and ccache. It is also
 great for controlling parallelism and which compiler versions to use,
 based on the directory and make targets.