diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-16 13:13:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-16 13:13:08 -0400 |
commit | d96edbbe68f5ec71f06af9da80849a662cfaddcb (patch) | |
tree | f9a7554f3593f1536e08b49aef3a7ffe6228fa68 /debian | |
parent | 6d80bdda7c0cea5fa538733d5ed5c510bb7b1ee1 (diff) | |
download | ikiwiki-d96edbbe68f5ec71f06af9da80849a662cfaddcb.tar ikiwiki-d96edbbe68f5ec71f06af9da80849a662cfaddcb.tar.gz |
Add libtext-multimarkdown-perl to Suggests. Closes: #630705
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c807c6da2..cf6aff9b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ ikiwiki (3.20110609) UNRELEASED; urgency=low AJAX special effects. Impemented using the jQuery-File-Upload widget. (If you don't have javascript don't worry, I kept that working too.) (Sponsored by The TOVA Company.) + * Add libtext-multimarkdown-perl to Suggests. Closes: #630705 -- Joey Hess <joeyh@debian.org> Thu, 09 Jun 2011 10:06:44 -0400 diff --git a/debian/control b/debian/control index 202f82db6..cc23826db 100644 --- a/debian/control +++ b/debian/control @@ -38,7 +38,8 @@ Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, libtext-csv-perl, graphviz, libnet-amazon-s3-perl, libsparkline-php, texlive, dvipng, libtext-wikicreole-perl, libsort-naturally-perl, libtext-textile-perl, libhighlight-perl, - po4a (>= 0.35-1), gettext, libnet-inet6glue-perl + po4a (>= 0.35-1), gettext, libnet-inet6glue-perl, + libtext-multimarkdown-perl Conflicts: ikiwiki-plugin-table Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table |