sccache 0.8.1-6 source package in Ubuntu

Changelog

sccache (0.8.1-6) unstable; urgency=medium

  * simplify packaging;
    build-depend on dh-sequence-rust
    (not dh-cargo libstring-shellquote-perl)

 -- Jonas Smedegaard <email address hidden>  Fri, 12 Jul 2024 20:12:15 +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.8.1-6.dsc 4.4 KiB 4b335581cec5b7a65e6a6333ed825fb740fa2ef85473e17f25a77a816a86cfc9
sccache_0.8.1.orig.tar.gz 345.4 KiB 30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5
sccache_0.8.1-6.debian.tar.xz 20.0 KiB dca32da57ec3b1e1fb047aab994e8cda884078f5bd38e66195ea56e50d9686e1

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