Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
releasing version 2.18
[git.ikiwiki.info.git]
/
debian
/
rules
diff --git
a/debian/rules
b/debian/rules
index af33131d9b92554414e67258a2aa397374ef5ce3..ef0e7f82780519992456c6b659a86a11cec73041 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-4,7
+4,8
@@
build: build-stamp
build-stamp:
dh_testdir
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
build-stamp:
dh_testdir
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
- $(MAKE)
+ # taint checking disabled due to perl bug #411786
+ $(MAKE) NOTAINT=1
$(MAKE) test
touch build-stamp
$(MAKE) test
touch build-stamp