tags 589580 + patch tags 589580 + pending thanks Dear maintainer,
I've prepared an NMU for gnome-codec-install (versioned as 0.4.7+nmu1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
diff -Nru gnome-codec-install-0.4.7/debian/changelog gnome-codec-install-0.4.7+nmu1/debian/changelog --- gnome-codec-install-0.4.7/debian/changelog 2010-06-02 10:01:38.000000000 +0200 +++ gnome-codec-install-0.4.7+nmu1/debian/changelog 2011-01-30 17:36:12.000000000 +0100 @@ -1,3 +1,11 @@ +gnome-codec-install (0.4.7+nmu1) unstable; urgency=low + + * Non-maintainer upload. + * Do not use functions from aptdaemon if aptdaemon is not + installed (Closes: #589580) + + -- Julian Andres Klode <j...@debian.org> Sun, 30 Jan 2011 17:35:13 +0100 + gnome-codec-install (0.4.7) unstable; urgency=low * debian/control: diff -Nru gnome-codec-install-0.4.7/GnomeCodecInstall/PackageWorker.py gnome-codec-install-0.4.7+nmu1/GnomeCodecInstall/PackageWorker.py --- gnome-codec-install-0.4.7/GnomeCodecInstall/PackageWorker.py 2010-06-01 20:11:04.000000000 +0200 +++ gnome-codec-install-0.4.7+nmu1/GnomeCodecInstall/PackageWorker.py 2011-01-30 17:38:39.000000000 +0100 @@ -15,8 +15,9 @@ from aptdaemon import client, errors from aptdaemon.defer import inline_callbacks from aptdaemon.gtkwidgets import AptProgressDialog -except ImportError: - pass +except ImportError, e: + def inline_callbacks(f): + return f class GtkOpProgress(apt.progress.base.OpProgress): " a simple helper that keeps the GUI alive "
pgpi4azaYlAeo.pgp
Description: PGP signature