sccache 0.7.4-1 source package in Ubuntu

Changelog

sccache (0.7.4-1) unstable; urgency=medium

  * drop patches 2008 2012 2022,
    obsoleted by Debian package changes;
    update build-dependencies for crates predicates reqwest
  * set TMPDIR while checking tests;
    closes: bug#1052696, thanks to Gianfranco Costamagna
  * update dh-cargo fork
  * update copyright info: update coverage
  * update and unfuzz patches
  * rename patch 1002 -> 1005
  * add patch 1003
    to adjust placement of crate dependencies and a comment
  * build-depend on packages
    for crates memchr test-case trust-dns-resolver
  * add patches 2005 2007
    to accept older branch of crates toml zstd;
    relax build-dependencies
    for crates memmap2 object toml zstd

 -- Jonas Smedegaard <email address hidden>  Sat, 02 Dec 2023 14:32:36 +0100

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.7.4-1.dsc 4.6 KiB 56a326145529f87223af5ab248d6687f989c471c27044a476a75e5102510613c
sccache_0.7.4.orig.tar.gz 332.2 KiB 32301f125d5b1d73830b163fd15fe9b5c22cf4a4a6b835d893dec563aba5b4fc
sccache_0.7.4-1.debian.tar.xz 21.2 KiB d035717739414dd74cb3789dfd33614e971f302129bd49d290419c026c40e2b6

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