r44275 - in /trunk/libgtk2-perl/debian: changelog control patches/gtktreeview_expand.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Sep 19 06:29:58 UTC 2009


Author: carnil-guest
Date: Sat Sep 19 06:29:48 2009
New Revision: 44275

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44275
Log:
* Add myself to Uploaders.
* Add gtktreeview_expand.patch to fix FTBFS. Thanks to Kristian Rietveld and
  Daniel Leidert (Closes: #545616). 

Added:
    trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch
Modified:
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/control
    trunk/libgtk2-perl/debian/patches/series

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=44275&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Sat Sep 19 06:29:48 2009
@@ -1,3 +1,11 @@
+libgtk2-perl (1:1.221-3) unstable; urgency=low
+
+  * Add myself to Uploaders.
+  * Add gtktreeview_expand.patch to fix FTBFS. Thanks to Kristian Rietveld and
+    Daniel Leidert (Closes: #545616). 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 19 Sep 2009 06:12:24 +0000
+
 libgtk2-perl (1:1.221-2) unstable; urgency=low
 
   [ Ryan Niebur ]

Modified: trunk/libgtk2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/control?rev=44275&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/control (original)
+++ trunk/libgtk2-perl/debian/control Sat Sep 19 06:29:48 2009
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl, libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03), libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 1:1.220), libcairo-perl (>= 1.00), xvfb, xauth, xfonts-base, hicolor-icon-theme, libpango-perl (>= 1.220), shared-mime-info
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
- gregor herrmann <gregoa at debian.org>
+ gregor herrmann <gregoa at debian.org>, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Standards-Version: 3.8.3
 Homepage: http://gtk2-perl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-perl/

Added: trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch?rev=44275&op=file
==============================================================================
--- trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch (added)
+++ trunk/libgtk2-perl/debian/patches/gtktreeview_expand.patch Sat Sep 19 06:29:48 2009
@@ -1,0 +1,29 @@
+Description: Expand the GtkTreeView. Otherwise set_cursor() will fail, 
+ making get_cursor() return NULL, making to_string() error out with
+ .
+ Can't call method "to_string" on an undefined value at t/GtkTreeView.t 
+ line 233.
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=22;filename=gtktreeview_expand;att=1;bug=545616
+Bug-Debian: http://bugs.debian.org/545616
+Author:Kristian Rietveld and Daniel Leidert <daniel.leidert at wgdd.de>
+Forwarded: no
+
+--- a/t/GtkTreeView.t
++++ b/t/GtkTreeView.t
+@@ -229,6 +229,7 @@
+ isa_ok($view -> get_background_area(undef, $view_column_two), "Gtk2::Gdk::Rectangle");
+ isa_ok($view -> get_background_area($path, undef), "Gtk2::Gdk::Rectangle");
+ 
++$view -> expand_all();
+ $view -> set_cursor(Gtk2::TreePath -> new("1:0"), $view_column_one, 0);
+ is(($view -> get_cursor()[0]->to_string()), "1:0");
+ is(($view -> get_cursor())[1], $view_column_one);
+@@ -614,6 +615,7 @@
+ 	skip("set_cursor_on_cell is new in 2.2.x", 2)
+ 		unless Gtk2->CHECK_VERSION (2, 2, 0);
+ 
++	$view -> expand_all();
+ 	$view -> set_cursor_on_cell(Gtk2::TreePath -> new("1:1"),
+ 				    $view_column,
+ 				    $cell_renderer,
+

Modified: trunk/libgtk2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/series?rev=44275&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/series (original)
+++ trunk/libgtk2-perl/debian/patches/series Sat Sep 19 06:29:48 2009
@@ -2,3 +2,4 @@
 30-disable_libgtk_version_check.patch
 try-to-fix-recent-chooser-tests
 #disable-socket-plug-tests
+gtktreeview_expand.patch




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