Source: libcitygml Version: 0.14+svn134-1+3p2p0 Severity: serious Control: block 756478 by -1
On 24/09/14 23:51, Jonathan Wiltshire wrote: > There's a FTBFS in libcitygml because it can't cope with openscenegraph being > multiarched. Patch attached (although I have my doubts about that technique in > the first place), please file a bug and get it fixed. As explained above your package now FTBFS. Patch from Jonathan Wiltshire attached. Emilio
diff -Nru libcitygml-0.14+svn134/debian/gencontrol libcitygml-0.14+svn134/debian/gencontrol --- libcitygml-0.14+svn134/debian/gencontrol 2014-02-01 07:03:45.000000000 +0000 +++ libcitygml-0.14+svn134/debian/gencontrol 2014-09-24 22:47:14.000000000 +0100 @@ -1,4 +1,4 @@ -LIBOSG_SHARE=`dpkg --get-selections | grep "libopenscenegraph[0-9]*\s*install" | awk '{print $1}'` +LIBOSG_SHARE=`dpkg --get-selections | grep "libopenscenegraph[0-9]*:[[:alnum:]]*\s*install" | awk '{print $1}'` LIBOSG_VERSION=`dpkg -l $LIBOSG_SHARE | grep "^ii\s*$LIBOSG_SHARE" | sed 's/-/ /' | awk '{print $3}'` TMP1=`echo $LIBOSG_VERSION | awk -F '.' '{print $1}'` TMP2=`echo $LIBOSG_VERSION | awk -F '.' '{print $2}'` diff -Nru libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-shared.install libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-shared.install --- libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-shared.install 2014-02-01 07:03:45.000000000 +0000 +++ libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-shared.install 2014-09-24 22:46:42.000000000 +0100 @@ -1 +1 @@ -usr/lib/osgPlugins-*/*.so +usr/lib/*/osgPlugins-*/*.so diff -Nru libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-static.install libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-static.install --- libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-static.install 2014-02-01 07:03:45.000000000 +0000 +++ libcitygml-0.14+svn134/debian/openscenegraph-plugin-citygml-static.install 2014-09-24 22:46:53.000000000 +0100 @@ -1 +1 @@ -usr/lib/osgPlugins-*/*.a +usr/lib/*/osgPlugins-*/*.a