tag 420048 patch thanks On Thu, Apr 19, 2007 at 06:51:34PM +0200, Lucas Nussbaum wrote: > Package: libhtml-calendarmonth-perl > Version: 1.18-1 > Severity: serious > Justification: FTBFS on i386, very likely to fail everywhere else > Usertags: grid5000 rebuild > During a rebuild of all packages in sid, I discovered that your package > failed to build on i386.
This is also CPAN #21397: http://rt.cpan.org/Public/Bug/Display.html?id=21397 The change that broke this was in HTML::Tree 3.19_02: * All values in tags are now double-quoted. Previously, all-numeric values weren't quoted. and it entered Debian in libhtml-tree-perl 3.23-1. A simple way to fix the tests is # perl -pi -e 's/=(\d+)/="$1"/g' t/test* t/20_i8n.t which generates a largish patch, so I won't attach it. Since libhtml-tree-perl is not a direct build-dependency, maybe declaring a Build-Conflicts would be appropriate? Build-Conflicts-Indep: libhtml-tree-perl (<< 3.23-1) Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]