aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-24 15:42:43 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-24 15:42:43 -0500
commitd14bde197eb0704c4172ad7113cc9c739487e724 (patch)
tree9c38724cda38d0278d88e9def6d73f2185e1108a /debian
parentf7303db5a194bff0e0c621efedc320cf9997d35e (diff)
downloadikiwiki-d14bde197eb0704c4172ad7113cc9c739487e724.tar
ikiwiki-d14bde197eb0704c4172ad7113cc9c739487e724.tar.gz
* Disable taint checking for all builds as people keep complaining about it,
and since all versions of perl seem to be hopelessly broken.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cd66d3c5b..093ca0f6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,8 @@ ikiwiki (2.40) UNRELEASED; urgency=low
about any other files rendered due to the page. The scan also turns out
to be unnecessary now, since meta persistently stores state and it's
always available. So it was just removed.
+ * Disable taint checking for all builds as people keep complaining about it,
+ and since all versions of perl seem to be hopelessly broken.
-- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 13:18:58 -0800
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