diff -Nru menulibre-13.01.04+repack/debian/changelog menulibre-13.01.04+repack/debian/changelog --- menulibre-13.01.04+repack/debian/changelog 2013-02-23 09:42:11.000000000 +0000 +++ menulibre-13.01.04+repack/debian/changelog 2013-02-24 12:01:34.000000000 +0000 @@ -1,4 +1,4 @@ -menulibre (13.01.04+repack-0ubuntu1~ppa1) raring; urgency=low +menulibre (13.01.04+repack-0ubuntu1~ppa3) raring; urgency=low * Initial release diff -Nru menulibre-13.01.04+repack/debian/patches/01_GError_import.patch menulibre-13.01.04+repack/debian/patches/01_GError_import.patch --- menulibre-13.01.04+repack/debian/patches/01_GError_import.patch 1970-01-01 00:00:00.000000000 +0000 +++ menulibre-13.01.04+repack/debian/patches/01_GError_import.patch 2013-02-24 12:02:28.000000000 +0000 @@ -0,0 +1,36 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + menulibre (13.01.04+repack-0ubuntu1~ppa3) raring; urgency=low + . + * Initial release +Author: Julien Lavergne + +--- +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/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- menulibre-13.01.04+repack.orig/menulibre_lib/IconTheme.py ++++ menulibre-13.01.04+repack/menulibre_lib/IconTheme.py +@@ -15,7 +15,7 @@ + ### END LICENSE + + from gi.repository import Gtk, GdkPixbuf +-from gi._glib import GError ++from gi.repository.GObject import GError + import os + + from menulibreconfig import get_data_file diff -Nru menulibre-13.01.04+repack/debian/patches/series menulibre-13.01.04+repack/debian/patches/series --- menulibre-13.01.04+repack/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ menulibre-13.01.04+repack/debian/patches/series 2013-02-24 12:02:26.000000000 +0000 @@ -0,0 +1 @@ +01_GError_import.patch