sccache 0.5.4-10 source package in Ubuntu

Changelog

sccache (0.5.4-10) unstable; urgency=medium

  * drop patch 2014, obsoleted by Debian package changes;
    tighten build-dependency for crate hyper;
    update DEP-3 headers of patches

 -- Jonas Smedegaard <email address hidden>  Sun, 13 Aug 2023 10:57:56 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sccache_0.5.4-10.dsc 4.3 KiB 499a392537072a17ecfc21d90de6e98f67185d30f11fd322c003d7ce32469d9a
sccache_0.5.4.orig.tar.gz 301.6 KiB 86538bb9e2af88e1e5d519f7a3b6afeac25278eab283ff5a52a715b4f07427ab
sccache_0.5.4-10.debian.tar.xz 18.2 KiB 05e51c77e1666e4efde272fa396cc223427501f3ade6d4b2c91872d32d61753f

Available diffs

No changes file available.

Binary packages built by this source

sccache: compiler cache for fast recompilation of C/C++/Rust code

 Sccache is a compiler cache.
 It speeds up recompilation
 by caching previous compilations
 and detecting when the same compilation is being done again.
 .
 Compared to ccache,
 sccache caches not only C and C++ but also Rust code
 and can store its cache using certain cloud storage,
 but tracks objects by their full paths
 (ccache tracks objects more flexibly).