From 06059dfc4972ed641a669a817146af6d49253e48 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 22 Nov 2009 17:04:42 +0100 Subject: Make the default build command 3.x source format safe Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079 --- gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index f3963620..f68b043e 100644 --- a/gbp.conf +++ b/gbp.conf @@ -2,7 +2,7 @@ [DEFAULT] # the default build command: -#builder = debuild -i\.git/ -I.git +#builder = debuild -i -I # the default clean command: #cleaner = debuild clean # the default branch for upstream sources: -- cgit v1.2.3