]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add perlmagick to build deps
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 00:20:26 +0000 (20:20 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 00:20:26 +0000 (20:20 -0400)
needed since the doc wiki is using an [[img]]

debian/control
doc/bugs/Missing_build-dep_on_perlmagick__63__.mdwn

index a50c13c269563891bc20450f70af592b046fd3ac..36d83c640ccc7a92a2f54413407921174c7038c4 100644 (file)
@@ -2,7 +2,7 @@ Source: ikiwiki
 Section: web
 Priority: optional
 Build-Depends: perl, debhelper (>= 5)
 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
 Maintainer: Joey Hess <joeyh@debian.org>
 Uploaders: Joey Hess <joeyh@debian.org>, Josh Triplett <josh@freedesktop.org>
 Standards-Version: 3.8.0
index 77e9b35602c132d8a2583c004a729702e1585124..f6c0266ba6ea1a380f08e8f3adc992121588d9f3 100644 (file)
@@ -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...
         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]]