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/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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