diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 03:59:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 03:59:35 +0000 |
commit | 2725887734c318350875501e64561f79b8866dfe (patch) | |
tree | e692e726e2e726b1c8237fb6d6aded857570bfba /debian | |
parent | d065842775898799d85482336721c94076c7cb5f (diff) | |
download | ikiwiki-2725887734c318350875501e64561f79b8866dfe.tar ikiwiki-2725887734c318350875501e64561f79b8866dfe.tar.gz |
* Make img plugin not fail immediately if Image::Magick is not available.
This lets ikiwiki not build depend on perlmagic.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a439ab32f..b51b7b441 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ ikiwiki (1.44) UNRELEASED; urgency=low those dreaded "Read more" links in blogs. * Don't error out if estcmd fails, just print a warning message. estcmd is to fragile to let it kill ikiwiki. + * Make img plugin not fail immediately if Image::Magick is not available. + This lets ikiwiki not build depend on perlmagic. -- Joey Hess <joeyh@debian.org> Mon, 19 Feb 2007 22:12:25 -0500 diff --git a/debian/control b/debian/control index 66776391b..08c665222 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, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl, perlmagick +Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.7.2 XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk |