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.8 | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'pbuilder.8') diff --git a/pbuilder.8 b/pbuilder.8 index 464b736..b926694 100644 --- a/pbuilder.8 +++ b/pbuilder.8 @@ -347,11 +347,35 @@ will not be deleted and reconstructed from a .B .tar.gz file. +Also, +.B "pbuilder" +will not add its process ID to the +.B "--buildplace" +as it usually would. Useful when experimenting with chroots, or trying to create chroots outside control of -.B pbuilder. +.B "pbuilder." + +.TP +.BI "--preserve-buildplace" +Do not clean the +.B "--buildplace" +if it has the same contents as the +.B .tar.gz +file. As with +.BR "--no-targz" "," +suppresses appending +.BR "pbuilder" "'s" +process ID to the +.BR "--buildplace" "." + +This is useful if you want to attempt to build a large number of +packages successively, but you expect that many of them cannot have +their build dependencies satisfied. + + .SH "FILES" .TP -- cgit v1.2.3