sccache 0.5.3-1 source package in Ubuntu

Changelog

sccache (0.5.3-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * drop patches 2006 2013 2017,
    and reduce+rename patch 2010 to only cover toml,
    both due to changed crate packages;
    bump build-dependency for crate base64;
    build-depend on package for crate fs-err
  * update and unfuzz patches
  * stop bogusly build-depend on package for crate bstr;
    bump build-dependency for crate semver;
    closes: bug#1038709, thanks to Peter Green
  * add patch 2006 to avoid non-Debian-packaged crate temp-env;
    unfuzz other patches
  * tighten build-dependency for crate anyhow;
    build-depend on package for crate object
  * add patch 2013 to relax dependency on rustc:
    relax build-dependency on rustc
  * add patch 2017 to relax dependency on crate memmap2;
    build-depend on package for crate memmap2

 -- Jonas Smedegaard <email address hidden>  Tue, 20 Jun 2023 19:54:47 +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.3-1.dsc 4.2 KiB 14059cc34330dcd0da14450d8310e1b247493e7bfd0ca079aaea2fc3846ca462
sccache_0.5.3.orig.tar.gz 299.5 KiB 3b1dc8827aa1391161341031e8b9b28e8ab2ce9c508202efe29ff1722d67662b
sccache_0.5.3-1.debian.tar.xz 19.4 KiB 49f338eca51f0c8a198a9abfaa6776412f1df0ba967be884083ed16835f08f5e

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