aboutsummaryrefslogtreecommitdiff
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
parent60dc17c39cd14c72af04ff59146277e240e53e13 (diff)
downloadikiwiki-71fba7791f93f50768b345f318c87ac43ae45b63.tar
ikiwiki-71fba7791f93f50768b345f318c87ac43ae45b63.tar.gz
add perlmagick to build deps
needed since the doc wiki is using an [[img]]
-rw-r--r--debian/control2
-rw-r--r--doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn3
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a50c13c26..36d83c640 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ikiwiki
Section: web
Priority: optional
Build-Depends: perl, debhelper (>= 5)
-Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libtext-markdown-perl | markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl
+Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libtext-markdown-perl | markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl, perlmagick
Maintainer: Joey Hess <joeyh@debian.org>
Uploaders: Joey Hess <joeyh@debian.org>, Josh Triplett <josh@freedesktop.org>
Standards-Version: 3.8.0
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]]