tags 666574 + patch
thanks

Hi

On Sun, Apr 01, 2012 at 03:52:39PM +0200, gregor herrmann wrote:
> tag 666574 + confirmed
> thanks
> 
> On Sat, 31 Mar 2012 21:46:01 +0200, Lucas Nussbaum wrote:
> 
> > During a rebuild of all packages in sid, your package failed to build on
> > amd64.
> 
> Same here.
> 
> There's a similar bug in CPAN RT:
> https://rt.cpan.org/Public/Bug/Display.html?id=75260
> but "the other way round" which doesn't make much sense to me. 
> 
> FWIW: It still builds in a wheezy chroot.

I have attached a possible patch. It modifies the t/CairoPath.t, as I
had a look at the $expected_path and what $path it seems(!) that cairo
bhaves here a bit different as in the version in wheezy?

I have not yet uploaded the package, only have it this way in my local
working tree.

Regards,
Salvatore
Description: Remove doubled entry for expected result
 .
 The doubled entry leads to a FTBFS as is_deeply from Test::More
 is failing.
Origin: vendor
Bug: http://rt.cpan.org/Public/Bug/Display.html?id=76199
Bug-Debian: http://bugs.debian.org/666574
Forwarded: no
Author: Salvatore Bonaccorso <car...@debian.org>
Last-Update: 2012-04-03

--- a/t/CairoPath.t
+++ b/t/CairoPath.t
@@ -30,7 +30,6 @@
   { type => "line-to", points => [[3, 4]] },
   { type => "curve-to", points => [[5, 6], [7, 8], [9, 10]] },
   { type => "close-path", points => [] },
-  { type => "move-to", points => [[1, 2]] }
 ];
 
 my $path = $cr->copy_path;

Attachment: signature.asc
Description: Digital signature

Reply via email to