From 7c420cb6b25a645a2dcd5ffb99b05d43b8522e9f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 20 Aug 2017 20:54:32 +0300 Subject: Change: use pybuild for building Debian package --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 103aea6..f2b2074 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +export PYBUILD_NAME=vmdb2 + %: - dh $@ --with=python3 --buildsystem=python_distutils + dh $@ --with=python3 --buildsystem=pybuild -- cgit v1.2.1