distcc 3.4+really3.4-12 source package in Ubuntu

Changelog

distcc (3.4+really3.4-12) unstable; urgency=medium

  * In distcc.prerm Don't set 'set -eu' but 'set -e'
    The -u parameter tell to sh to exit if the DPKG_ROOT variable is empty, the
    case in 99,99% configurations.

 -- Christian Marillat <email address hidden>  Fri, 18 Apr 2025 14:19:04 +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
Questing release universe devel

Downloads

File Size SHA-256 Checksum
distcc_3.4+really3.4-12.dsc 2.0 KiB c1a36108c36b83e0cde4af9fb81cdff277dddaf7e5a2bc2c7911a42b88176246
distcc_3.4+really3.4.orig.tar.gz 978.3 KiB 37a34c9555498a1168fea026b292ab07e7bb394715d87d8403e0c33b16d2d008
distcc_3.4+really3.4-12.debian.tar.xz 46.1 KiB a0dc1d641e901917523cb1f80cdd39a11170855fee3b45fe957e8b955a7dcfd9

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