From dead85ee75a420c3860283267d73d7eaae3c1a4a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 16 Mar 2012 14:49:32 +0100 Subject: [PATCH] pbuilder-dist: Do not force default value for `--aptcache` argument Instead of passing the default from /usr/share/pbuilder/pbuilderrc to pbuilder, let it be configured from the config files, e.g. ~/.pbuilderrc. (LP: #956903) --- debian/changelog | 7 ++++++- pbuilder-dist | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 98bb4a6..7a0f108 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,16 @@ ubuntu-dev-tools (0.140) UNRELEASED; urgency=low + [ Stefano Rivera ] * Bump Standards-Version to 3.9.3, no changes needed. * Update machine-readable copyright Format to 1.0. * pbuilder-dist: Use the same chroot, whether the system-architecture was the supplied architecture or was chosen by default (LP: #943435) - -- Stefano Rivera Sat, 25 Feb 2012 16:09:53 +0200 + [ Daniel Hahler ] + * pbuilder-dist: Do not force default value for `--aptcache` argument + (LP: #956903) + + -- Daniel Hahler Fri, 16 Mar 2012 14:47:24 +0100 ubuntu-dev-tools (0.139) unstable; urgency=low diff --git a/pbuilder-dist b/pbuilder-dist index acf0578..2bae445 100755 --- a/pbuilder-dist +++ b/pbuilder-dist @@ -218,7 +218,6 @@ class PbuilderDist: '--%s' % self.operation, '--distribution', self.target_distro, '--buildresult', result, - '--aptcache', '/var/cache/apt/archives/', '--override-config', ]