aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
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 /gbp.conf
parentb014ad23d94771e736a6df194138b2c89219d472 (diff)
don't hardcode -i\.git -I.git as build arguments
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/gbp.conf b/gbp.conf
index c4d0774b..0082c844 100644
--- a/gbp.conf
+++ b/gbp.conf
@@ -2,7 +2,9 @@
[DEFAULT]
# the default build command:
-#builder = debuild
+#builder = debuild -i\.git/ -I.git
+# the default clean command:
+#cleaner = debuild clean
# the default branch for upstream sources:
#upstream-branch = upstream
# the default branch for the debian patch: