-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi all,
autokey's GTK frontend was ported to GTK+3 and gobject introspection, but it seems that it's dependencies were not updated accordingly. For instance: $ grep 'from gi.repository' ./src/lib/gtkapp.py from gi.repository import Gtk, Gdk, GObject, GLib The attached debdiff resolves this issue. Thanks! - - Andrew Starr-Bochicchio -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJQW51cAAoJEDtW4rvVP9yxUP4P/0dzIuW9Eao1P35AMTuavUn2 CwMc36/zPAg62YKvN6s4hoQL3DzSsDLSMykRQxnuhdwNvLGn0gjqdyOpOzpttE/W MVUJSVzd23rvAF6bTKyU3iTDiluQeeM9WALsz4cVS7Gh6AFEPR+kl8dQ3PegxMDB ksTQjo0T3EAHuTGh/oEO/2rXNTyUHgD3VfkCl+q92NY9Ohzx3omQE3jT3BKJ8yC1 BJJHMvBi5hwyfFc9pNMtPALjETsrjMae3JGqjWmTHGXpILt/SeCVEbFQxg6/g+Vt WPP2hURFIA84t0FJ1gGO2tF3sHYBVtxLzutUJZ0rC9k1Ca8NyF3xWpOG/YkYadCY WfV444Nuv1z4sTNIba1doq/1xMe7DOC8iV2iRWhtMm4jHF8z9lBnoxfFOyRh+G8a aAvLquILgjrJJ2KpcXLpR1PnD3ymS43nOQNzf4qd7bDLcYIT+ZN0pda6FAbUVStu vHw1pN4Nz9PChaZPd0YkzZM46UhSsThdz06jcpMf4ITvITz3bdYbpgze5r8T07yX fG/1jE8E4QZjLWb6IoIM6Rq4SHojkPj0/k+w7SMQyCxCCOdYZY+XzZ8kJwnJa5TC ZWJcOIvy2WvTLrrTqm2b3BiINSJqnW6OyK6MIiSpfWcoPUtB4koVWTgXzioBsST+ kTDXw4JzezIy40vkN9qS =LLpA -----END PGP SIGNATURE-----
diff -Nru autokey-0.90.1/debian/changelog autokey-0.90.1/debian/changelog --- autokey-0.90.1/debian/changelog 2012-06-03 01:06:19.000000000 -0400 +++ autokey-0.90.1/debian/changelog 2012-09-20 18:05:58.000000000 -0400 @@ -1,3 +1,15 @@ +autokey (0.90.1-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Update dependencies for autokey-gtk. It has been + ported to GTK+3 and gobject introspection (Closes: #688128). + - Drop depends on python-gtk2, python-gtksourceview2, python-glade2, + and python-notify. + - Add depends on python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, + gir1.2-glib-2.0, and gir1.2-notify-0.7 + + -- Andrew Starr-Bochicchio <a.star...@gmail.com> Thu, 20 Sep 2012 18:03:03 -0400 + autokey (0.90.1-1) unstable; urgency=low * New upstream version. diff -Nru autokey-0.90.1/debian/control autokey-0.90.1/debian/control --- autokey-0.90.1/debian/control 2012-03-26 14:19:28.000000000 -0400 +++ autokey-0.90.1/debian/control 2012-09-20 18:06:54.000000000 -0400 @@ -42,7 +42,7 @@ Package: autokey-gtk Section: gnome Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-gtksourceview2, python-glade2, python-notify, python-dbus, zenity, autokey-common +Depends: ${python:Depends}, ${misc:Depends}, python-gi, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, gir1.2-glib-2.0, gir1.2-notify-0.7, python-dbus, zenity, autokey-common Replaces: autokey (<<0.61.4-0~0) Breaks: autokey (<<0.61.4-0~0) Description: desktop automation utility - GTK+ version