From 12fbf4b24756887b24ae7d39f3d82e2743d23f02 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 1 Jun 2016 18:15:02 +0300 Subject: Add the usual python stuff to debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2d33f6a..8cea567 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with=python2 --buildsystem=python_distutils -- cgit v1.2.1