From 1fd38fb24ce9efe97b06cb01d9cdbe1e166cd2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 10 Mar 2018 17:36:27 +0100 Subject: [PATCH] debian: do not specify pybuild as build system --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a8f5cb4..8e998e5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,4 @@ export PYBUILD_NAME=combo-plugin-gnm %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2