Package: libffi Version: 3.0.10~rc8-2 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch oneiric
As of GLib 2.29.4, libgobject-2.0.so.0 has a hard dependency on libffi. Since libgobject is in graphical d-i builds and thus has a udeb, libffi now needs to have a udeb too. The following patch should be sufficient. (Noticed because this is currently breaking Ubuntu d-i builds.) * Add libffi6-udeb, since libgobject-2.0 requires libffi6 as of GLib 2.29.4. --- libffi-3.0.10~rc8.orig/debian/control +++ libffi-3.0.10~rc8/debian/control @@ -110,0 +111,10 @@ + +Package: libffi6-udeb +Section: debian-installer +XC-Package-Type: udeb +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Foreign Function Interface library runtime + A foreign function interface is the popular name for the interface that + allows code written in one language to call code written in another + language. --- libffi-3.0.10~rc8.orig/debian/libffi6-udeb.install +++ libffi-3.0.10~rc8/debian/libffi6-udeb.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110610090904.gn31...@riva.ucam.org