[SCM] Packaging of Gtk3 in Debian branch, master, updated. debian/0.004-1-7-ga4a745b

intrigeri intrigeri at boum.org
Sun Apr 22 15:59:40 UTC 2012


The following commit has been merged in the master branch:
commit c3f130d236eaf5dfbe409a64bf7e29e32b62d867
Author: intrigeri <intrigeri at boum.org>
Date:   Sun Apr 22 17:46:25 2012 +0200

    Disable test that needs Glib that was not released yet.
    
    See my discussion with upstream for details:
    https://mail.gnome.org/archives/gtk-perl-list/2012-April/msg00025.html

diff --git a/debian/patches/0001-Disable-test-that-needs-Glib-that-was-not-released-y.patch b/debian/patches/0001-Disable-test-that-needs-Glib-that-was-not-released-y.patch
new file mode 100644
index 0000000..432b877
--- /dev/null
+++ b/debian/patches/0001-Disable-test-that-needs-Glib-that-was-not-released-y.patch
@@ -0,0 +1,29 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Sun, 22 Apr 2012 17:45:18 +0200
+Subject: Disable test that needs Glib that was not released yet.
+
+---
+ t/zz-GtkBuilder.t |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/t/zz-GtkBuilder.t b/t/zz-GtkBuilder.t
+index 7dc31a0..f5d9dea 100644
+--- a/t/zz-GtkBuilder.t
++++ b/t/zz-GtkBuilder.t
+@@ -7,7 +7,7 @@ BEGIN { require './t/inc/setup.pl' }
+ use strict;
+ use warnings;
+ 
+-plan tests => 45;
++plan tests => 44;
+ 
+ my $builder;
+ my $ui = <<EOD;
+@@ -119,7 +119,6 @@ $builder->connect_signals_full(sub {
+   is ($signal_name, 'value-changed');
+   is ($handler_name, 'value_changed');
+   isa_ok ($connect_object, 'Gtk3::Adjustment');
+-  ok ($flags == [ qw/after swapped/ ]);
+   is ($data, 'data');
+ }, 'data');
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2b62215
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Disable-test-that-needs-Glib-that-was-not-released-y.patch

-- 
Packaging of Gtk3 in Debian



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