From 0cd18431d3721ea9673938a786bb9b5074179de7 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 1 Aug 2013 18:10:06 +0800 Subject: [PATCH] Build before install Rewritten-From: 18da41105dfd7d1440f66f69c04916ac022c9a2d --- xenial/debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/xenial/debian/rules b/xenial/debian/rules index bfc6c64a1..0ebf77e2a 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -13,6 +13,7 @@ PYTHONS:=$(shell pyversions -vr) override_dh_auto_install: set -e ; for pyvers in $(PYTHONS) ; do \ + python$$pyvers setup.py build ; \ python$$pyvers setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp ; \ done # dh_auto_install -- 2.45.2