From bd3267c29dec5b99ea709e3b26de88057b961a59 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 15 Nov 2013 13:15:52 -0500 Subject: debian/rules: switch to with-python3 argument Signed-off-by: Adam Stokes --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 90637142..4b200a0d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DH_ALWAYS_EXCLUDE=.git %: - dh $@ --with python2 + dh $@ --with python3 override_dh_auto_install: python setup.py \ -- cgit