aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-01-03 14:55:40 -0400
committerJoey Hess <joey@kitenet.net>2012-01-03 19:49:13 -0400
commit8ed142afc9483c3c3d88319df54e4772f585b507 (patch)
tree335421d64af72258777c70af6fa7bfcaed3af360 /debian
parent02e9be83c6d32a000a4f9cf6114bd49519436e3a (diff)
downloadikiwiki-8ed142afc9483c3c3d88319df54e4772f585b507.tar
ikiwiki-8ed142afc9483c3c3d88319df54e4772f585b507.tar.gz
On Debian, depend on libtext-markdown-discount.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
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 <joeyh@debian.org> 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,