From ae6f81b0dda76477af59da7ba1569786d67fcac1 Mon Sep 17 00:00:00 2001 From: Ben Carrillo Date: Mon, 11 Feb 2013 22:54:14 +0900 Subject: add quilt to deps --- debian/control | 3 ++- debian/rules | 2 +- 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))) -- cgit v1.2.3