summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-08-20 18:17:31 +0200
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-08-20 18:17:31 +0200
commitb2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6 (patch)
tree547e2a6a0130912416083b78e6744d991977ec3b /docs
parentb014ad23d94771e736a6df194138b2c89219d472 (diff)
don't hardcode -i\.git -I.git as build arguments
Diffstat (limited to 'docs')
-rw-r--r--docs/chapters/cfgfile.sgml2
-rw-r--r--docs/chapters/special.sgml2
-rw-r--r--docs/manpages/git-buildpackage.sgml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml
index 26dc5230..92722133 100644
--- a/docs/chapters/cfgfile.sgml
+++ b/docs/chapters/cfgfile.sgml
@@ -49,7 +49,7 @@
<screen>
[DEFAULT]
# the default build command
-builder=debuild
+builder=debuild -i\.git -I.git
# the default branch for upstream sources
upstream-branch=upstream
# the default branch for the debian patch
diff --git a/docs/chapters/special.sgml b/docs/chapters/special.sgml
index 9fa78747..b7982be2 100644
--- a/docs/chapters/special.sgml
+++ b/docs/chapters/special.sgml
@@ -75,7 +75,7 @@ cleanup-script.sh
cat &lt;&lt;EOF &gt;/usr/local/bin/git-pbuilder
#!/bin/sh
# pass all options to dpkg-buildpackage:
-pdebuild --debbuildopts "$*"
+pdebuild --debbuildopts "-i\.git -I.git $*"
EOF
chmod a+x /usr/local/bin/git-pbuilder
</programlisting>
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index ae8eadf4..87d5a4f3 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -83,7 +83,7 @@
<varlistentry>
<term><option>--git-builder=<replaceable>BUILD_CMD</replaceable></option></term>
<listitem>
- <para>Use <replaceable>BUILD_CMD</replaceable> instead of <command>debuild</command></para>
+ <para>Use <replaceable>BUILD_CMD</replaceable> instead of <command>debuild -i\.git -I.git</command></para>
</listitem>
</varlistentry>
<varlistentry>