[DRE-commits] [ruby-cairo] 05/07: removed, imported upstream.
Daisuke Higuchi
dai at moszumanska.debian.org
Sun Dec 17 11:40:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
dai pushed a commit to branch master
in repository ruby-cairo.
commit 8e5b78e08a24371a7acfe7ce4b72ce64040c4e44
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date: Sun Dec 17 20:34:26 2017 +0900
removed, imported upstream.
---
debian/patches/series | 2 --
...test-update-expected-value-for-cairo-1.15.patch | 23 ----------------------
.../test-update-outline-usage-for-cairo-1.15.patch | 23 ----------------------
3 files changed, 48 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
index 50634f1..fd60b98 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,5 +2,3 @@
do-not-use-native-package-installer.patch
do-not-use-packnga.patch
Import-testfixture
-test-update-expected-value-for-cairo-1.15.patch
-test-update-outline-usage-for-cairo-1.15.patch
diff --git a/debian/patches/test-update-expected-value-for-cairo-1.15.patch b/debian/patches/test-update-expected-value-for-cairo-1.15.patch
deleted file mode 100644
index b1033df..0000000
--- a/debian/patches/test-update-expected-value-for-cairo-1.15.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: test: update expected value for cairo 1.15
-Author: Kouhei Sutou <kou at clear-code.com>
-Origin: upstream, https://github.com/rcairo/rcairo/commit/d0b125e
-Bug: https://github.com/rcairo/rcairo/issues/50
-Bug-Debian: https://bugs.debian.org/879983
-Last-Update: 2017-10-27
-
-diff --git a/test/test_recording_surface.rb b/test/test_recording_surface.rb
-index c5d7f39..2fa28be 100644
---- a/test/test_recording_surface.rb
-+++ b/test/test_recording_surface.rb
-@@ -15,6 +15,10 @@ def test_new
- context.line_to(80, 100)
- context.stroke
- end
-- assert_equal([10.0, 20.0, 61.0, 61.0], surface.ink_extents)
-+ if Cairo.satisfied_version?(1, 15)
-+ assert_equal([14.0, 29.0, 67.0, 72.0], surface.ink_extents)
-+ else
-+ assert_equal([10.0, 20.0, 61.0, 61.0], surface.ink_extents)
-+ end
- end
- end
diff --git a/debian/patches/test-update-outline-usage-for-cairo-1.15.patch b/debian/patches/test-update-outline-usage-for-cairo-1.15.patch
deleted file mode 100644
index ec47677..0000000
--- a/debian/patches/test-update-outline-usage-for-cairo-1.15.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: test: fix outline usage
-Author: Kouhei Sutou <kou at clear-code.com>
-Origin: upstream, https://github.com/rcairo/rcairo/commit/55b52d4
-Last-Update: 2017-10-27
-
-diff --git a/test/test_pdf_surface.rb b/test/test_pdf_surface.rb
-index 83f60ed..b95fd4a 100644
---- a/test/test_pdf_surface.rb
-+++ b/test/test_pdf_surface.rb
-@@ -25,11 +25,11 @@ def test_sub_outline
- end
- id = surface.add_outline(Cairo::PDFOutline::ROOT,
- "top-level",
-- "destination",
-+ "dest='destination'",
- Cairo::PDFOutlineFlags::OPEN)
- sub_id = surface.add_outline(sub_id,
- "sub",
-- "destination",
-+ "dest='destination'",
- Cairo::PDFOutlineFlags::OPEN)
- assert_equal(2, sub_id)
- end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cairo.git
More information about the Pkg-ruby-extras-commits
mailing list