aboutsummaryrefslogtreecommitdiff
path: root/pbuilder
diff options
context:
space:
mode:
authordancer <dancer>2006-02-11 13:17:03 +0000
committerdancer <dancer>2006-02-11 13:17:03 +0000
commite52cd2ed462922292acf1cdfdd88b78f3c280230 (patch)
tree53c3a7cbf590be1997efc3dd2c2127a26998c856 /pbuilder
parent116cd82460508ebd51f16cccdc54c9f014fee8ba (diff)
downloadpbuilder-e52cd2ed462922292acf1cdfdd88b78f3c280230.tar
pbuilder-e52cd2ed462922292acf1cdfdd88b78f3c280230.tar.gz
* Update pbuilderrc man page to specify EXTRAPACKAGES is space-delimited
(Closes: #352224). * Bug fix: "sudo pbuilder login --save-after-login includes the apt cache in the base.tgz", thanks to Andreas Beckmann (Closes: #351526). * Bug fix: "pbuilder: Arch-specific build-deps printed weird", thanks to Daniel Schepler (Closes: #184149).
Diffstat (limited to 'pbuilder')
-rwxr-xr-xpbuilder4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbuilder b/pbuilder
index 17cf9cf..0a6aa46 100755
--- a/pbuilder
+++ b/pbuilder
@@ -71,6 +71,8 @@ File extracted to: $BUILDPLACE
${CHROOTEXEC} bin/bash
save_aptcache
+ ${CHROOTEXEC} /usr/bin/apt-get clean
+
trap umountproc_cleanbuildplace exit
# saving the place afterwards
@@ -112,6 +114,8 @@ File extracted to: $BUILDPLACE
${CHROOTEXEC} /run "$@"
save_aptcache
+ ${CHROOTEXEC} /usr/bin/apt-get clean
+
trap umountproc_cleanbuildplace exit
# saving the place afterwards