diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-08-20 18:17:31 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2007-08-20 18:17:31 +0200 |
commit | b2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6 (patch) | |
tree | 547e2a6a0130912416083b78e6744d991977ec3b /docs/chapters | |
parent | b014ad23d94771e736a6df194138b2c89219d472 (diff) | |
download | git-buildpackage-b2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6.tar.gz git-buildpackage-b2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6.tar.bz2 git-buildpackage-b2d6ee6a75ed4e1b21405e6c54a96a9494c6f5d6.zip |
don't hardcode -i\.git -I.git as build arguments
Diffstat (limited to 'docs/chapters')
-rw-r--r-- | docs/chapters/cfgfile.sgml | 2 | ||||
-rw-r--r-- | docs/chapters/special.sgml | 2 |
2 files changed, 2 insertions, 2 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 <<EOF >/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> |