sccache 0.5.4-12 source package in Ubuntu

Changelog

sccache (0.5.4-12) unstable; urgency=medium

  * drop patch 2010, obsoleted by Debian package updates;
    tighten build-dependency for crate toml
  * add patch 1002
    to extend dependency to match newer crate object 0.31.1;
    tighten build-dependency for crate object;
    closes: bug#1050891, thanks to Peter Michael Green
  * update dh-cargo fork

 -- Jonas Smedegaard <email address hidden>  Thu, 31 Aug 2023 09:59:45 +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-12.dsc 4.3 KiB f4aa473c48cd4c9de32ab3d5f5576cd2ed093734e5197ac8324910f209f3db30
sccache_0.5.4.orig.tar.gz 301.6 KiB 86538bb9e2af88e1e5d519f7a3b6afeac25278eab283ff5a52a715b4f07427ab
sccache_0.5.4-12.debian.tar.xz 18.4 KiB 4cc535a0e162e6f7ac1f10eec7b4cd2dd5c8e8e2ab361b74e15ea2c8f8b269d9

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