From 339ee7a89b7f9e0755090a1c764e41a4c5b172ad Mon Sep 17 00:00:00 2001 From: dancer Date: Mon, 10 Mar 2003 11:01:01 +0000 Subject: + * debian/rules: add check target for build. + + * Makefile (check): add check target to makefile, to see if there is + any syntax error. + + * pbuilder-updatebuildenv: support --preserve-buildplace + apply things from + Daniel Schepler + + * pbuilder-satisfydepends: support --preserve-buildplace + support Format: field. + + * pbuilder-modules (pbuilder-options): support --preserve-buildplace + + * pbuilder-buildpackage (PACKAGENAME): support --preserve-buildplace + + * pbuilder-buildpackage-funcs: support --preserve-buildplace + + * pbuilder-createbuildenv (DEBOOTSTRAPSCRIPT): support --preserve-buildplace + + * pbuilder-checkparams (PRESERVE_BUILDPLACE): add PRESERVE_BUILDPLACE + + * pbuilder.8: update docs to add --preserve-buildplace + --- pbuilder-buildpackage | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pbuilder-buildpackage') diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index 47d08a1..8e87559 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -50,7 +50,6 @@ echobacktime extractbuildplace trap umountproc_cleanbuildplace exit loadhooks -createbuilduser if [ -z "${PBUILDER_BUILD_LOGFILE}" ]; then if [ "${USE_PKGNAME_LOGFILE}" = "yes" ]; then @@ -64,6 +63,14 @@ if [ -z "${PBUILDER_BUILD_LOGFILE}" ]; then fi fi +recover_aptcache +echo "Installing the build-deps" +trap saveaptcache_umountproc_cleanbuildplace exit +checkbuilddep +save_aptcache +trap umountproc_cleanbuildplace exit +createbuilduser + echo "Copying source file" copydsc "$PACKAGENAME" "$BUILDPLACE/tmp/buildd" executehooks "D" @@ -74,13 +81,6 @@ if ! $CHROOTEXEC /bin/bash -c "( cd tmp/buildd; chown $BUILDUSERNAME:$BUILDUSERN exit 1; fi -recover_aptcache -echo "Installing the build-deps" -trap saveaptcache_umountproc_cleanbuildplace exit -checkbuilddep -save_aptcache -trap umountproc_cleanbuildplace exit - echo " -> Building the package" export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -- cgit v1.2.3