aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-11-15 13:15:52 -0500
committerAdam Stokes <adam.stokes@ubuntu.com>2013-11-15 13:15:52 -0500
commitbd3267c29dec5b99ea709e3b26de88057b961a59 (patch)
tree595a9e59f7c031cfdc4e9ce017c16b498b446e22 /debian
parent4e7713142c37ca7858cbc86b3bbc2bf8245ff33e (diff)
downloadsos-bd3267c29dec5b99ea709e3b26de88057b961a59.tar.gz
debian/rules: switch to with-python3 argument
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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 \