From a8fb1078e14a1421b2d2be7903350dc218a71342 Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Fri, 31 Jul 2009 22:29:05 -0700 Subject: [PATCH] oops, accidental change --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e1bce2fa..c008d5a3 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ override_dh_auto_build: $(WAF) --nocache build --debug full override_dh_auto_test: - xvfb-run $(WAF) --nocache test + xvfb-run $(WAF) --nocache check override_dh_auto_install: $(WAF) --nocache install --destdir debian/tmp