From 70592f754f6f3696db6fcb298e8ac59b528fc582 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 14 Sep 2012 11:34:18 -0700 Subject: [PATCH] Use --with properly; don't bother to --list-missing --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2370983443..6ff3253583 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --parallel --with-autotools-dev --with-python2 --list-missing + dh $@ --parallel --with autotools-dev --with python2 override_dh_auto_configure: -- 2.39.5