diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-30 19:31:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-30 19:31:45 +0000 |
commit | 285b9d8b99717a1feab7fbf4b3795874fc0c247e (patch) | |
tree | 613f56d2ea612a78461bf98dbfed9d0f02fd3b01 /debian/control | |
parent | 687cbdbd0bb2b593984337f355a62f334d0d1b70 (diff) | |
download | ikiwiki-285b9d8b99717a1feab7fbf4b3795874fc0c247e.tar ikiwiki-285b9d8b99717a1feab7fbf4b3795874fc0c247e.tar.gz |
* Add perlmagick to build-depends so syntax check of img plugin works.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 328310e42..b4f08fc95 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), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libtext-wikiformat-perl, libhtml-parser-perl, liburi-perl +Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libtext-wikiformat-perl, libhtml-parser-perl, liburi-perl, perlmagick Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.7.2 XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk |