[SCM] Debian packaging of libcairo-perl branch, master, updated. 1215c889373c92b6a99e26f3b4742ec60491706b

gregor herrmann gregoa at debian.org
Sun Aug 28 14:47:53 UTC 2011


The following commit has been merged in the master branch:
commit 8f09ec83daabcdcf6bc0364efb1d42e159012674
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 28 16:41:28 2011 +0200

    Remove upstream patch, included in this release.

diff --git a/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch b/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch
deleted file mode 100644
index d9bdf92..0000000
--- a/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Torsten Schönfeld <kaffeetisch at gmx.de>
-Date: Sat, 30 Apr 2011 15:41:10 +0200
-Subject: [PATCH] Fix spurious CairoSurface.t failures
-Origin: http://git.gnome.org/browse/perl-Cairo/commit/?id=a5117e6643b26a736d308dc6cf3dab3e101448e3
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613190
-
-These were caused by a premature call to $surf->finish which made the
-surface that tests were run against unusable.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=632040
----
- t/CairoSurface.t |   10 +++++-----
- 1 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/t/CairoSurface.t b/t/CairoSurface.t
-index 9c00673..fb4dea3 100644
---- a/t/CairoSurface.t
-+++ b/t/CairoSurface.t
-@@ -72,11 +72,9 @@ is ($surf->get_height, IMG_HEIGHT);
- 	}
- }
- 
--$surf->finish;
--
--$surf = $surf->create_similar ('color', IMG_WIDTH, IMG_HEIGHT);
--isa_ok ($surf, 'Cairo::ImageSurface');
--isa_ok ($surf, 'Cairo::Surface');
-+my $similar = $surf->create_similar ('color', IMG_WIDTH, IMG_HEIGHT);
-+isa_ok ($similar, 'Cairo::ImageSurface');
-+isa_ok ($similar, 'Cairo::Surface');
- 
- # Test that the enum wrappers differentiate between color and color-alpha.
- SKIP: {
-@@ -130,6 +128,8 @@ SKIP: {
- 	ok (defined $surf->has_show_text_glyphs);
- }
- 
-+$surf->finish;
-+
- # --------------------------------------------------------------------------- #
- 
- sub clear {
--- 
-1.7.2.5
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d6cee13..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-spurious-CairoSurface.t-failures.patch

-- 
Debian packaging of libcairo-perl



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