new config variable cache_debcheck to cache debcheck results for quicker development
when implementing new features it always bugged me that I had to wait so long for debcheck or distcheck finishing executing. But since the source data never changes, debcheck and distcheck are alwyas computing the same things wasting cpu cycles and my time. This patch introduces the cache_debcheck variable to make development with the codebase faster.