From 0d83c4cb43839a28bc47a0eaf7d391188480575c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Nov 2017 10:15:47 +0100 Subject: Fix: debian/rules dh build system option name --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 592c66c..4820089 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=ttystatus %: - dh $@ --with=python2,python3 --with-buildsystem=pybuild + dh $@ --with=python2,python3 --buildsystem=pybuild -- cgit v1.2.1