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-24 10:34:00.000000000 +0000 +++ menulibre-13.01.04+repack/debian/changelog 2013-02-24 12:05:37.000000000 +0000 @@ -1,5 +1,5 @@ -menulibre (13.01.04+repack-0ubuntu1~ppa2) quantal; urgency=low +menulibre (13.01.04+repack-0ubuntu1~ppa4) quantal; urgency=low * Initial release - -- Julien Lavergne Sun, 11 Nov 2012 00:24:51 +0100 + -- Julien Lavergne Sun, 24 Feb 2013 13:05:29 +0100 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