From d14bde197eb0704c4172ad7113cc9c739487e724 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Feb 2008 15:42:43 -0500 Subject: * Disable taint checking for all builds as people keep complaining about it, and since all versions of perl seem to be hopelessly broken. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index bf0c65a43..af33131d9 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,7 @@ build: build-stamp build-stamp: dh_testdir perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor - # taint checking disabled due to perl bug #411786 - NOTAINT=1 $(MAKE) + $(MAKE) $(MAKE) test touch build-stamp -- cgit v1.2.3