From f65fa2b7d810ebae4b6df313de8bfe3687223a16 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Aug 2009 11:57:00 -0600 Subject: [PATCH] call debian/rules prebuild before creating source tarball --- .gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbp.conf b/.gbp.conf index ea961018..8b3121ef 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -4,7 +4,7 @@ # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: -#cleaner = debuild clean +cleaner = "debian/rules prebuild && debuild clean" # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: -- 2.39.5