diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 19:16:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 19:16:55 +0000 |
commit | 3a2dfb94cbe475faa16f0329ffc5e75f330d1afa (patch) | |
tree | 4203234d0e6fc63250e9b3e5ec1459986e9da7e7 /debian/control | |
parent | 13c466728c72379cc30551c75e882e2dcabbf38c (diff) | |
download | ikiwiki-3a2dfb94cbe475faa16f0329ffc5e75f330d1afa.tar ikiwiki-3a2dfb94cbe475faa16f0329ffc5e75f330d1afa.tar.gz |
* Build-depend on libtext-wikiformat-perl, so that the syntax check of
the wikiformat plugin works. Thanks, Emanuele Aina.
* Patch from Alessandro Dotti Contra to clean up backlinks and navbar
display, running them through pagetitle. This removes ugly underscores and
other gunk from the display, much nicer. You may want to rebuild your wiki
when upgrading to get the cleanup globally.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6880a8384..19cdddf8e 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 +Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libtext-wikiformat-perl Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.7.2 |