sccache 0.8.1-4 source package in Ubuntu

Changelog

sccache (0.8.1-4) unstable; urgency=medium

  * normalize patch 2001_temp-env
    to use 2 lines of surrounding context lines
  * drop patch 2001_zstd;
    tighten (build-)depenency for crate zstd
  * stop build-depend on package for crate counted-array;
    closes: bug#1074243, thanks to Peter Green

 -- Jonas Smedegaard <email address hidden>  Tue, 25 Jun 2024 09:56:29 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
sccache_0.8.1-4.dsc 4.4 KiB 545f2d5f05b2f6732268770b0ee98cfedd6b1bba35cb1740964d0162061d0822
sccache_0.8.1.orig.tar.gz 345.4 KiB 30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5
sccache_0.8.1-4.debian.tar.xz 25.5 KiB 9783bec38132d27d861819653e2b77d4d2aea86620a82a971ace15df39219196

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).