From e52cd2ed462922292acf1cdfdd88b78f3c280230 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 11 Feb 2006 13:17:03 +0000 Subject: * 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). --- pbuilder | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pbuilder') 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 -- cgit v1.2.3