diff -Nru gnome-python-desktop-2.30.0/debian/changelog gnome-python-desktop-2.30.0/debian/changelog --- gnome-python-desktop-2.30.0/debian/changelog 2010-09-08 01:20:47.000000000 +0200 +++ gnome-python-desktop-2.30.0/debian/changelog 2010-09-08 01:29:59.000000000 +0200 @@ -1,3 +1,10 @@ +gnome-python-desktop (2.30.0-1ubuntu5) maverick; urgency=low + + * evince-2.32.patch: Remove get_selection_map, which doesn't exist any more + (LP: #631204) + + -- Stefano Rivera Wed, 08 Sep 2010 01:17:55 +0200 + gnome-python-desktop (2.30.0-1ubuntu4) maverick; urgency=low [ Stefano Rivera ] diff -Nru gnome-python-desktop-2.30.0/debian/patches/evince-2.32.patch gnome-python-desktop-2.30.0/debian/patches/evince-2.32.patch --- gnome-python-desktop-2.30.0/debian/patches/evince-2.32.patch 2010-09-08 01:20:47.000000000 +0200 +++ gnome-python-desktop-2.30.0/debian/patches/evince-2.32.patch 2010-09-08 01:29:59.000000000 +0200 @@ -29,3 +29,19 @@ ) ) +@@ -2471,15 +2472,6 @@ + ) + ) + +-(define-method get_selection_map +- (of-object "EvSelection") +- (c-name "ev_selection_get_selection_map") +- (return-type "GdkRegion*") +- (parameters +- '("EvPage*" "page") +- ) +-) +- + (define-method get_selection_region + (of-object "EvSelection") + (c-name "ev_selection_get_selection_region")