diff -Nru gwibber-service-sohu-0.8.1/debian/changelog gwibber-service-sohu-0.8.1/debian/changelog --- gwibber-service-sohu-0.8.1/debian/changelog 2012-04-20 15:14:18.000000000 +0000 +++ gwibber-service-sohu-0.8.1/debian/changelog 2012-05-03 19:04:39.000000000 +0000 @@ -1,3 +1,10 @@ +gwibber-service-sohu (0.8.1-0ubuntu7) precise-proposed; urgency=low + + * debian/patches/lp959757.patch + - updated to include fix for missing import (LP: #959757) + + -- Ken VanDine Thu, 26 Apr 2012 17:07:22 -0400 + gwibber-service-sohu (0.8.1-0ubuntu6) precise; urgency=low * debian/patches/lp959757.patch diff -Nru gwibber-service-sohu-0.8.1/debian/patches/lp959757.patch gwibber-service-sohu-0.8.1/debian/patches/lp959757.patch --- gwibber-service-sohu-0.8.1/debian/patches/lp959757.patch 2012-04-19 10:47:07.000000000 +0000 +++ gwibber-service-sohu-0.8.1/debian/patches/lp959757.patch 2012-04-24 18:25:35.000000000 +0000 @@ -12,8 +12,16 @@ === modified file 'gtk/sohu/__init__.py' --- old/gtk/sohu/__init__.py 2012-03-19 19:16:33 +0000 -+++ new/gtk/sohu/__init__.py 2012-04-19 10:45:47 +0000 -@@ -141,7 +141,7 @@ ++++ new/gtk/sohu/__init__.py 2012-04-24 18:11:53 +0000 +@@ -5,6 +5,7 @@ + from oauth import oauth + + from gwibber.microblog.util import resources ++from gwibber.microblog.util.keyring import get_from_keyring + import gettext + from gettext import gettext as _ + if hasattr(gettext, 'bind_textdomain_codeset'): +@@ -141,7 +142,7 @@ account_data = json.loads(urllib2.urlopen(apireq.to_url()).read())