diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 7 | ||||
-rw-r--r-- | debian/dirs | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index 69076e9..ae8fd04 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,10 @@ +pbuilder (0.197) unstable; urgency=low + + * The default configuration will now enable ccache. To disable installation + and usage of ccache in pbuilder, unset CCACHEDIR in your pbuilderrc. + + -- Loïc Minier <lool@dooz.org> Sat, 02 Jan 2010 17:11:23 +0100 + pbuilder (0.195) unstable; urgency=low * --debbuildopts is now additive and will append to pbuilderrc's diff --git a/debian/dirs b/debian/dirs index a0e0fe7..c8ac640 100644 --- a/debian/dirs +++ b/debian/dirs @@ -5,3 +5,4 @@ var/cache/pbuilder var/cache/pbuilder/result var/cache/pbuilder/aptcache var/cache/pbuilder/build +var/cache/pbuilder/ccache |