summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-11 09:58:11 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-11 09:58:11 +0100
commit7770f009ad04d40ad9b44ce650c3240440d2a650 (patch)
treee16afe9d0be4ed01b61f2fe324fa054c10ddd97b
parent186dcaf0722a1b12fe812576777d9e022e8a120f (diff)
downloadttystatus-7770f009ad04d40ad9b44ce650c3240440d2a650.tar.gz
Fix: install things into python3-ttystatus
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules9
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index a5223e2..94a3374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-ttystatus (0.36+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Fix debian/rules.
-- Lars Wirzenius <liw@liw.fi> Fri, 10 Nov 2017 23:03:54 +0100
diff --git a/debian/rules b/debian/rules
index a5cd57b..592c66c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
-%:
- dh $@ --with=python2 --with-buildsystem=python_distutils
-override_dh_auto_install:
- python setup.py install --prefix=debian/python-ttystatus/usr \
- --install-layout=deb
+export PYBUILD_NAME=ttystatus
+
+%:
+ dh $@ --with=python2,python3 --with-buildsystem=pybuild