From 7770f009ad04d40ad9b44ce650c3240440d2a650 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Nov 2017 09:58:11 +0100 Subject: Fix: install things into python3-ttystatus --- debian/changelog | 1 + debian/rules | 9 ++++----- 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 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 -- cgit v1.2.1