ccache 3.3.6-1 source package in Ubuntu

Changelog

ccache (3.3.6-1) unstable; urgency=medium

  * New upstream release 3.3.6
  * Update copyright years
  * Bump Standards-Version to 4.1.3 with no changes
  * Fix Lintian warning debian-rules-sets-dpkg-architecture-variable

 -- Joel Rosdahl <email address hidden>  Sun, 28 Jan 2018 19:11:42 +0100

Upload details

Uploaded by:
Joel Rosdahl
Uploaded to:
Sid
Original maintainer:
Joel Rosdahl
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ccache_3.3.6-1.dsc 1.8 KiB 9066d529f156a0ef4619649aa9be32be4a268a74e0a9fb56a102fbbe5c98d61b
ccache_3.3.6.orig.tar.xz 309.5 KiB 410a27fdaff64ead6df3fa57fa74bca0eca6b5f6ac77d7288af1256f6b12141d
ccache_3.3.6-1.debian.tar.xz 10.9 KiB 6acd756ca9c0ea8373d36f0dc987007f25be21ce06ffe62187f9f80a166f1d0d

Available diffs

No changes file available.

Binary packages built by this source

ccache: Compiler cache for fast recompilation of C/C++ code

 ccache is a compiler cache. It speeds up recompilation by caching
 previous compilations and detecting when the same compilation is
 being done again. Supported languages are C, C++, Objective-C and
 Objective-C++.

ccache-dbgsym: debug symbols for ccache