From c0f056487cf04e1fddec929f7749b0a1d76af6eb Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Dec 2017 15:52:50 +0200 Subject: Fix: dh option --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f3a4103..fb4d9aa 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with=python3 --with-buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild override_dh_auto_clean: echo nothing to clean -- cgit v1.2.1