aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-12-22 16:12:46 +0100
committerLoïc Minier <lool@dooz.org>2010-12-22 16:12:46 +0100
commit942520d7f14c4d856c50f0b1074ee34e2614e65c (patch)
treec5f861c50d0587a8c5e465209173716da8c0a310 /debian
parent02d2b1563f608de76526dfb6cb7cd33b1962ac08 (diff)
Use python2 sequence rather than python-support -- python-support build-dep was
missing anyway.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 61d75fe..c1bf2c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --buildsystem=python_distutils --with-addon=python-support $*
+ dh --buildsystem=python_distutils --with-addon=python2 $*
override_dh_auto_test:
python -m testtools.run hwpack.tests.test_suite