dmucs 0.6.1+dfsg-1 source package in Ubuntu

Changelog

dmucs (0.6.1+dfsg-1) unstable; urgency=medium

  * QA upload.
  * Removed unused, non DFSG-compliant file test.cc from source. This also fixed
    a fail to build source after a successful build. (Closes: #1044290)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends and bumped level to 13.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Added Vcs-* fields.
      - Bumped Standards-Version to 4.7.0.
      - Removed obsolete package lsb-base from Depends.
      - Removed useless autotools-dev from Build-Depends.
  * debian/copyright:
      - Added missing upstream copyright information.
      - Migrated to machine-readable 1.0 format.
      - Updated packaging copyright information.
  * debian/gbp.conf: set debian-branch to debian/master to comply with DEP-14
    layout recommendations.
  * debian/rules:
      - Added an override to dh_auto_configure to avoid passing the unrecognized
        option: `--runstatedir=/run' to configure.
      - Removed '-Wl,--as-needed' linker flag, as since bullseye the toolchain
        defaults to linking with it.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/upstream/metadata: created.
  * debian/watch: migrated to version 4.

 -- David da Silva Polverari <email address hidden>  Mon, 22 Apr 2024 00:19:52 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
dmucs_0.6.1+dfsg-1.dsc 1.8 KiB 0e892e65e153d1f4f94cf96e0e2bd9716ae5dd8bdd99cdc9831c5ebc3fccfd0f
dmucs_0.6.1+dfsg.orig.tar.xz 322.0 KiB ab6fb36463419f76666eea33169f43cc0ec0f0aad9ff1c769dc9de29ba7d9223
dmucs_0.6.1+dfsg-1.debian.tar.xz 53.5 KiB 0b852a95a40861e61cd913f1a286af1661dcf8f29bbfdc06896dc92149d13955

Available diffs

No changes file available.

Binary packages built by this source

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

dmucs-dbgsym: debug symbols for dmucs