[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#756478: transition: openscenegraph



On 2014-09-22 18:37, Alberto Luaces wrote:
On 22 sep 2014, jmw@debian.org wrote:

Hi,

On 2014-09-17 13:38, Jonathan Wiltshire wrote:
Control: tag -1 confirmed

Ok, let's go! Please upload to unstable.

ping on that?

Done.  Thanks a lot!

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.

--
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

<directhex> i have six years of solaris sysadmin experience, from
            8->10. i am well qualified to say it is made from bonghits
			layered on top of bonghits
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

Reply to: