diff -Nru sugar-0.88-0.88.1/debian/changelog sugar-0.88-0.88.1/debian/changelog --- sugar-0.88-0.88.1/debian/changelog 2010-07-24 21:17:20.000000000 +0530 +++ sugar-0.88-0.88.1/debian/changelog 2010-07-31 04:58:58.000000000 +0530 @@ -1,3 +1,9 @@ +sugar-0.88 (0.88.1-2ubuntu2) maverick; urgency=low + + * Fixed mouse bug. (LP: #511225) + + -- Neeraj Gupta Sat, 31 Jul 2010 04:56:56 +0530 + sugar-0.88 (0.88.1-2ubuntu1) maverick; urgency=low * Merge from debian unstable(LP: #609412). Remaining changes: diff -Nru sugar-0.88-0.88.1/debian/patches/debian-changes-0.88.1-2ubuntu2 sugar-0.88-0.88.1/debian/patches/debian-changes-0.88.1-2ubuntu2 --- sugar-0.88-0.88.1/debian/patches/debian-changes-0.88.1-2ubuntu2 1970-01-01 05:30:00.000000000 +0530 +++ sugar-0.88-0.88.1/debian/patches/debian-changes-0.88.1-2ubuntu2 2010-07-31 05:01:59.000000000 +0530 @@ -0,0 +1,36 @@ +Description: Upstream changes introduced in version 0.88.1-2ubuntu2 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + sugar-0.88 (0.88.1-2ubuntu2) maverick; urgency=low + . + * Fixed mouse bug. (LP: #511225) + . + The person named in the Author field signed this changelog entry. +Author: Neeraj Gupta +Bug-Ubuntu: https://bugs.launchpad.net/bugs/511225 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Forwarded: +Reviewed-By: +Last-Update: + +--- sugar-0.88-0.88.1.orig/bin/sugar-session ++++ sugar-0.88-0.88.1/bin/sugar-session +@@ -230,7 +230,7 @@ def main(): + + client = gconf.client_get_default() + client.set_string('/apps/metacity/general/mouse_button_modifier', +- 'disabled') ++ '') + + timezone = client.get_string('/desktop/sugar/date/timezone') + if timezone is not None and timezone: diff -Nru sugar-0.88-0.88.1/debian/patches/series sugar-0.88-0.88.1/debian/patches/series --- sugar-0.88-0.88.1/debian/patches/series 2010-07-20 16:05:12.000000000 +0530 +++ sugar-0.88-0.88.1/debian/patches/series 2010-07-31 04:59:12.000000000 +0530 @@ -3,3 +3,4 @@ #fix_tz_config_path.patch #danish_l10n_autotools.patch empy_from_system_autotools.patch +debian-changes-0.88.1-2ubuntu2