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 | |
parent | 687cbdbd0bb2b593984337f355a62f334d0d1b70 (diff) | |
download | ikiwiki-285b9d8b99717a1feab7fbf4b3795874fc0c247e.tar ikiwiki-285b9d8b99717a1feab7fbf4b3795874fc0c247e.tar.gz |
* Add perlmagick to build-depends so syntax check of img plugin works.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9a280ab6f..13f7ab794 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,9 @@ ikiwiki (1.32) UNRELEASED; urgency=low for a quick start, without needing to learn everything about how to put them together. * Install the source of the examples into /usr/share/doc/ikiwiki/examples. + * Add perlmagick to build-depends so syntax check of img plugin works. - -- Joey Hess <joeyh@debian.org> Sat, 28 Oct 2006 19:43:53 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 30 Oct 2006 14:30:54 -0500 ikiwiki (1.31) unstable; urgency=low 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 |