From b8008993591a1b67b621bdfa8e59419aa6a02010 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 4 Apr 2013 23:44:01 +0800 Subject: [PATCH] cleaner = true in debian/gbp.conf to make it more easy with the dependency of python-setuptools-git in clean target. --- debian/gbp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index fe85503..da2e6c8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -6,3 +6,4 @@ compression = xz [git-buildpackage] export-dir = ../build-area/ +cleaner = true