aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-12 20:20:26 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-12 20:20:26 -0400
commit71fba7791f93f50768b345f318c87ac43ae45b63 (patch)
treea7d15b636f85487b3395aa6499dc4e9df134ea99 /doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn
parent60dc17c39cd14c72af04ff59146277e240e53e13 (diff)
downloadikiwiki-71fba7791f93f50768b345f318c87ac43ae45b63.tar
ikiwiki-71fba7791f93f50768b345f318c87ac43ae45b63.tar.gz
add perlmagick to build deps
needed since the doc wiki is using an [[img]]
Diffstat (limited to 'doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn')
-rw-r--r--doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn b/doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn
index 77e9b3560..f6c0266ba 100644
--- a/doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn
+++ b/doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn
@@ -9,3 +9,6 @@ Trying to build current Git master in a (two weeks old - no DSL here) sid chroot
make: *** [build-stamp] Error 2
Adding perlmagick to the build-deps fixes it. I read somewhere in debian/changelog that this build-deb was not needed, but...
+
+> It's not needed by the test suite, but once I added a img to the source
+> wiki, it became needed. [[done]] --[[Joey]]