summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-20 20:54:32 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-20 20:54:32 +0300
commit7c420cb6b25a645a2dcd5ffb99b05d43b8522e9f (patch)
tree07c6f041aa3a7d190072fb3ac8d940efa799ce38
parent727fa8229cb5219d1e9e0cf5ae93ce4d45151cae (diff)
downloadvmdb2-7c420cb6b25a645a2dcd5ffb99b05d43b8522e9f.tar.gz
Change: use pybuild for building Debian package
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
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