summaryrefslogtreecommitdiff
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
parent989b52f850bc1dd89fa3f4575a80878d473b609a (diff)
add quilt to deps
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 5a5c7fc..5d992a1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Priority: optional
Build-Depends:
python-all (>= 2.6.6-3),
python3-all,
- debhelper (>= 7.0.50)
+ debhelper (>= 7.0.50),
+ quilt
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
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)))