Source: python-insanity Version: 0.0+git20110920.4750a8e8-1 Severity: serious Tags: patch
Hi, python-insanity uses the static pygobject bindings. With GNOME 3 the pygjobect bindings are gobject-introspection based. As a result, the old, static bindings were renamed to python-gobject-2, ie. there are no more python2.x-gobject virtual packages either, but python2.x-gobject-2. (The new gi based packages are called python2.x-gi) As the current package is uninstallable, I've marked this bug RC. It also blocks the current gobject-introspection/pygobject transition, so a speedy upload would be appreciated. The fix should be as simple as the attached patch. Cheers, Michael -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff --git a/debian/control b/debian/control index 4f83bfc..e8fb707 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Package: python-insanity Architecture: all Section: python Depends: ${python:Depends}, ${misc:Depends}, dbus-x11 -Python-Depends: python-gst0.10, python-gobject, python-dbus, python-mysqldb +Python-Depends: python-gst0.10, python-gobject-2, python-dbus, python-mysqldb Description: Python library for Insanity, the GStreamer QA system. Insanity is a testing tool for GStreamer. It is able to perform a lot of test cases by this system. And then store the result to database.