aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-02-20 11:20:36 +0100
committerGuido Günther <agx@sigxcpu.org>2009-02-20 11:21:42 +0100
commit47c8a386c4eb0b82c22da79293ff1c1294bcc366 (patch)
tree2937d62b5dd7c633d9b4501fdab63f734ada2550 /docs/chapters
parentb8a35b47010d0f850501581d324ac25d3b593b21 (diff)
add --git-dont-purge to the manual
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/building.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index 6a131ffa..87fe6b77 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>--git-builder</option> option as described later in the manual
- but &debuild; is nice since it can invoke <productname>linda</productname>
- und <productname>lintian</productname>.
+ but &debuild; is nice since it can invoke <productname>lintian</productname>.
During the development phase (when you're either not on the
<emphasis>debian-branch</emphasis> 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
</programlisting>
+ &git-buildpackage; will cleanup the build-area after a successful build. If
+ you want to keep the build tree use <replaceable>--git-dont-purge</replaceable>.
</para>
</sect1>
<sect1 id="gbp.building.push">