Hi SRMs, I'd like to get your permission to upload to stable a fix for bug #615060, which has been addressed by a patch provided by upstream, and confirmed to work by bug submitter.
I attach a debdiff of the proposed changes. Thanks in advance, -- .''`. : :' : Luca Falavigna <dktrkr...@debian.org> `. `' `-
diff -Nru kupfer-0+v201/debian/changelog kupfer-0+v201/debian/changelog --- kupfer-0+v201/debian/changelog 2010-07-17 14:29:47.000000000 +0200 +++ kupfer-0+v201/debian/changelog 2011-04-14 22:30:48.000000000 +0200 @@ -1,3 +1,11 @@ +kupfer (0+v201-2+squeeze1) stable; urgency=low + + * debian/patches/TYPE_INT64.patch: + - Backport a fix from upstream git repository, use INT64 signal + parameter type to fix an issue with ui.keybindings (Closes: #615060). + + -- Luca Falavigna <dktrkr...@debian.org> Thu, 14 Apr 2011 22:26:38 +0200 + kupfer (0+v201-2) unstable; urgency=low * debian/control: diff -Nru kupfer-0+v201/debian/patches/series kupfer-0+v201/debian/patches/series --- kupfer-0+v201/debian/patches/series 2009-11-01 22:35:57.000000000 +0100 +++ kupfer-0+v201/debian/patches/series 2011-04-14 22:24:37.000000000 +0200 @@ -1 +1,2 @@ debian_path.patch +TYPE_INT64.patch diff -Nru kupfer-0+v201/debian/patches/TYPE_INT64.patch kupfer-0+v201/debian/patches/TYPE_INT64.patch --- kupfer-0+v201/debian/patches/TYPE_INT64.patch 1970-01-01 01:00:00.000000000 +0100 +++ kupfer-0+v201/debian/patches/TYPE_INT64.patch 2011-04-14 22:26:18.000000000 +0200 @@ -0,0 +1,16 @@ +Description: Use INT64 signal parameter type +Origin: http://git.gnome.org/browse/kupfer/commit/?id=4b72c5317ba35462d8974efc5d35c0906febcdf7 + +Index: kupfer-0+v201/kupfer/ui/keybindings.py +=================================================================== +--- kupfer-0+v201.orig/kupfer/ui/keybindings.py 2011-04-14 22:24:52.954179649 +0200 ++++ kupfer-0+v201/kupfer/ui/keybindings.py 2011-04-14 22:25:11.642179656 +0200 +@@ -34,7 +34,7 @@ + self.emit("keybinding", target, time) + + gobject.signal_new("keybinding", KeyboundObject, gobject.SIGNAL_RUN_LAST, +- gobject.TYPE_BOOLEAN, (gobject.TYPE_INT, gobject.TYPE_INT)) ++ gobject.TYPE_BOOLEAN, (gobject.TYPE_INT, gobject.TYPE_INT64)) + + _currently_bound = {} +
signature.asc
Description: OpenPGP digital signature