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)

master
Joey Hess 2011-05-06 14:38:27 -04:00
parent adabab4cc6
commit fc79f2252e
3 changed files with 8 additions and 2 deletions

3
debian/changelog vendored
View File

@ -3,6 +3,9 @@ ikiwiki (3.20110431) UNRELEASED; urgency=low
* Danish translation update. Closes: #625721
* Danish underlay translation update. Closes: #625765
(Thanks, Jonas Smedegaard)
* 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)
-- Joey Hess <joeyh@debian.org> Thu, 05 May 2011 13:02:19 -0400

2
debian/control vendored
View File

@ -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

View File

@ -62,4 +62,7 @@ preferred one?
>>> these will anyway be kinda ugly, so...
>>>> I was wrong: I just experienced that bug with YAML::XS 0.34-1
>>>> too. Seems like [[!cpanrt 54683]]. --[[intrigeri]]
>>>> too. Seems like [[!cpanrt 54683]]. --[[intrigeri]]a
>>>>> Yes, [[!debbug 625713]] reports this also affects debian unstable.
>>>>> So, I will add a conflict I guess. [[done]] --[[Joey]]