diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-06 14:38:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-06 14:38:27 -0400 |
commit | fc79f2252eae573fdb4fbde95700f41ddad04a40 (patch) | |
tree | a62a2f4111f6afbc4270cc96e6f991d0ca3059db /debian/control | |
parent | adabab4cc6237a755be5c5ad54684ef2d0dcbe48 (diff) | |
download | ikiwiki-fc79f2252eae573fdb4fbde95700f41ddad04a40.tar ikiwiki-fc79f2252eae573fdb4fbde95700f41ddad04a40.tar.gz |
Add conflict with libyaml-libyaml-perl, since that library does not support utf8. Closes: #625713 (see https://rt.cpan.org/Public/Bug/Display.html?id=54683)
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 eaf67a37c..616963216 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, libsparkline-php, texlive, dvipng, libtext-wikicreole-perl, libsort-naturally-perl, libtext-textile-perl, libhighlight-perl, po4a (>= 0.35-1), gettext -Conflicts: ikiwiki-plugin-table +Conflicts: ikiwiki-plugin-table, libyaml-libyaml-perl Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table Description: a wiki compiler |