[SCM] Debian packaging of libcairo-perl branch, master, updated. debian/1.090-1-3-gc5237fd

gregor herrmann gregoa at debian.org
Fri Apr 6 19:41:19 UTC 2012


The following commit has been merged in the master branch:
commit 92a41f5401386759d18b695c9bb1415a3a39f156
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Apr 6 21:39:42 2012 +0200

    Add patch fix-CairoPath.t-testsuite.patch to remove doubled entry for expected result.
    
    Closes: #66574

diff --git a/debian/patches/fix-CairoPath.t-testsuite.patch b/debian/patches/fix-CairoPath.t-testsuite.patch
new file mode 100644
index 0000000..f847a45
--- /dev/null
+++ b/debian/patches/fix-CairoPath.t-testsuite.patch
@@ -0,0 +1,21 @@
+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 <carnil at 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;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ee2905d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-CairoPath.t-testsuite.patch

-- 
Debian packaging of libcairo-perl



More information about the Pkg-perl-cvs-commits mailing list