summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules5
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f8908d9..ec6fb45 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Section: devel
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), python3-all (>= 3~),
- python3-cliapp, python3-ttystatus, python3-markdown
+ python3-cliapp, python3-ttystatus, python3-markdown,
+ dh-python
X-Python-Version: >= 3.0
Package: cmdtest
diff --git a/debian/rules b/debian/rules
index 7d50c10..d0bcf47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
-%:
- dh $@ --with=python3 --buildsystem=python_distutils
+export PYBUILD_NAME=cliapp
+%:
+ dh $@ --with=python3 --buildsystem=pybuild