From 6dd35a30d82910f1c04ee5e5e34593857ee1e8cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Mon, 3 Oct 2016 17:29:47 -0400
Subject: [PATCH] change to pybuild in the hope to fix scm mess

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 731a8c2..0247380 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 export DH_OPTIONS
 
 %:
-	dh $@  --with=python2,sphinxdoc
+	dh $@  --with=python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install
-- 
GitLab