On Debian, depend on libtext-markdown-discount.
parent
02e9be83c6
commit
8ed142afc9
|
@ -6,6 +6,7 @@ ikiwiki (3.20111230) UNRELEASED; urgency=low
|
|||
ikiwiki's rendering by a factor of 40.
|
||||
(However, when multimarkdown is enabled, Text::Markdown::Multimarkdown
|
||||
is still used.)
|
||||
* On Debian, depend on libtext-markdown-discount.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 01 Jan 2012 16:22:24 -0400
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Section: web
|
|||
Priority: optional
|
||||
Build-Depends: perl, debhelper (>= 7.0.50)
|
||||
Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
|
||||
libtext-markdown-perl | markdown,
|
||||
libtext-markdown-discount-perl,
|
||||
libtimedate-perl, libhtml-template-perl,
|
||||
libhtml-scrubber-perl, wdg-html-validator,
|
||||
libhtml-parser-perl, liburi-perl (>= 1.36), perlmagick, po4a (>= 0.34),
|
||||
|
@ -17,7 +17,7 @@ Vcs-Git: git://git.ikiwiki.info/
|
|||
Package: ikiwiki
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends},
|
||||
libtext-markdown-perl | markdown,
|
||||
libtext-markdown-discount-perl,
|
||||
libhtml-scrubber-perl, libhtml-template-perl,
|
||||
libhtml-parser-perl, liburi-perl (>= 1.36), libyaml-perl, libjson-perl
|
||||
Recommends: gcc | c-compiler,
|
||||
|
|
Loading…
Reference in New Issue