From 8ed142afc9483c3c3d88319df54e4772f585b507 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Jan 2012 14:55:40 -0400 Subject: On Debian, depend on libtext-markdown-discount. --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a33b3d1b7..c9ab41ebd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 01 Jan 2012 16:22:24 -0400 diff --git a/debian/control b/debian/control index 69cef5671..922fe3c77 100644 --- a/debian/control +++ b/debian/control @@ -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, -- cgit v1.2.3