[libgtk3-perl] 03/05: Drop Gtk3-0.026-Fix-Pango-font-syntax.patch: fixed upstream in a slightly different way.

Intrigeri intrigeri at moszumanska.debian.org
Wed Dec 7 19:16:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libgtk3-perl.

commit 44ee9295fc505d2fa3187245bd713369c10f95ea
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Nov 27 10:04:00 2016 +0000

    Drop Gtk3-0.026-Fix-Pango-font-syntax.patch: fixed upstream in a slightly different way.
---
 .../patches/Gtk3-0.026-Fix-Pango-font-syntax.patch | 35 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 36 deletions(-)

diff --git a/debian/patches/Gtk3-0.026-Fix-Pango-font-syntax.patch b/debian/patches/Gtk3-0.026-Fix-Pango-font-syntax.patch
deleted file mode 100644
index 8ec86fa..0000000
--- a/debian/patches/Gtk3-0.026-Fix-Pango-font-syntax.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From e2bb149ce9a14a43f6cc58e5664b8cbaac53278b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
-Date: Thu, 5 May 2016 11:22:39 +0200
-Subject: [PATCH] Fix Pango font syntax
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Since gtk3-3.21.1, t/overrides.t fails because of old Pango CSS
-syntax:
-
-(overrides.t:2291): Gtk-WARNING **: Theme parsing error: <data>:1:30: Using Pango syntax for the font: style property is deprecated; please use CSS syntax
-<data>:1:17not a number at /builddir/build/BUILD/Gtk3-0.026/blib/lib/Gtk3.pm line 958.
-
-CPAN RT#114162
-
-Signed-off-by: Petr Písař <ppisar at redhat.com>
-
-Bugs-Debian: https://bugs.debian.org/837136
-
----
- t/overrides.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/t/overrides.t
-+++ b/t/overrides.t
-@@ -110,7 +110,7 @@
-     unless Gtk3::CHECK_VERSION (3, 2, 0);
- 
-   note('Gtk3::CssProvider');
--  my $css = "GtkButton {font: Cantarelll 10}";
-+  my $css = "GtkButton {font-family: Cantarelll; font-size: 10pt}";
-   my $expect = qr/Cantarelll/;
-   my $p = Gtk3::CssProvider->new;
- 
diff --git a/debian/patches/series b/debian/patches/series
index cac1204..937ee11 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Use-a-temporary-directory-as-HOME.patch
-Gtk3-0.026-Fix-Pango-font-syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk3-perl.git



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