sccache 0.5.4-2 source package in Ubuntu

Changelog

sccache (0.5.4-2) unstable; urgency=medium

  * drop patch 2019, obsoleted by Debian package updates
  * fix help2man fallback message

 -- Jonas Smedegaard <email address hidden>  Wed, 05 Jul 2023 20:31:19 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
sccache_0.5.4-2.dsc 4.3 KiB 2bb0ee910795d1300d0b6279691c7924991799c259704b33feec466fe922b459
sccache_0.5.4.orig.tar.gz 301.6 KiB 86538bb9e2af88e1e5d519f7a3b6afeac25278eab283ff5a52a715b4f07427ab
sccache_0.5.4-2.debian.tar.xz 18.7 KiB 4799ead136c5e5279d2e03a8d06fa0c141578a76196cc02fd6f6fb7e92e0cc7f

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