summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2013-02-11 22:54:14 +0900
committerBen Carrillo <ben@futeisha.org>2013-02-11 22:54:14 +0900
commitae6f81b0dda76477af59da7ba1569786d67fcac1 (patch)
tree8771928f11637eb899121b17228f3e2ba93651f5 /debian/rules
parent989b52f850bc1dd89fa3f4575a80878d473b609a (diff)
add quilt to deps
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 714fc88..3ad1070 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ PYVERS := $(shell pyversions -r)
PY3VERS := $(shell py3versions -r)
%:
- dh $@ --with python2,python3 --buildsystem=python_distutils
+ dh $@ --with quilt,python2,python3 --buildsystem=python_distutils
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))