From 4130ff84f14d612244aa90e040cf7f94e6b765ab Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 9 Dec 2015 08:40:43 +0000 Subject: [PATCH] Fixed sheebang. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 76c00c0..c96cc43 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,9 @@ override_dh_auto_install: done rm -rf $(CURDIR)/debian/python*-python-senlinclient/usr/lib/python*/dist-packages/*.pth +override_dh_python3: + dh_python3 --shebang=/usr/bin/python3 + override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) @echo "===> Running tests"