From 47c8a386c4eb0b82c22da79293ff1c1294bcc366 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 20 Feb 2009 11:20:36 +0100 Subject: add --git-dont-purge to the manual --- docs/chapters/building.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/chapters/building.sgml') diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index 6a131ff..87fe6b7 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -5,8 +5,7 @@ &git-buildpackage;. This builds the upstream tarball as will be described below and invokes &debuild; to build the package. To use another build command you can use the option as described later in the manual - but &debuild; is nice since it can invoke linda - und lintian. + but &debuild; is nice since it can invoke lintian. During the development phase (when you're either not on the debian-branch or when you have uncommitted changes in your repository) you'll usually use: @@ -60,6 +59,8 @@ export-dir=../build-area # to use the same build area for all packages use an absolute path: #export-dir=/home/debian-packages/build-area + &git-buildpackage; will cleanup the build-area after a successful build. If + you want to keep the build tree use --git-dont-purge. -- cgit v1.2.3