distcc 3.3.3-2 source package in Ubuntu

Changelog

distcc (3.3.3-2) unstable; urgency=medium

  * Add support for clang (stolen to ccache package)
    (Closes: #926884, #919704)
  * Set home directory to /nonexistent when creating the distcc user
    (Closes: #382453)

 -- Christian Marillat <email address hidden>  Sun, 08 Sep 2019 16:24:06 +0200

Upload details

Uploaded by:
Christian Marillat
Uploaded to:
Sid
Original maintainer:
Christian Marillat
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
distcc_3.3.3-2.dsc 1.9 KiB 039ae3e0ed50e7058b411af8b2de1f9363ac9251d7f3710dea467e208c92b5d2
distcc_3.3.3.orig.tar.gz 976.6 KiB b7f37d314704fbaf006d747514ff6e4d0d722102ef7d2aea132f97cf170f5169
distcc_3.3.3-2.debian.tar.xz 45.3 KiB e4a1876bb0ddaa4beca85285f3fd9d9f1efda33f39959cc95cd5339c9cc3f9f2

Available diffs

No changes file available.

Binary packages built by this source

distcc: 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.

distcc-dbgsym: debug symbols for distcc
distcc-pump: 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.

distcc-pump-dbgsym: debug symbols for distcc-pump
distccmon-gnome: 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.

distccmon-gnome-dbgsym: debug symbols for distccmon-gnome