<div dir="ltr"><div>Hi</div><div><br></div><div>How can we update collada-dom on <a href="http://package.ros.org">package.ros.org</a> to latest one (<a href="https://github.com/rdiankov/collada-dom/commits/master">https://github.com/rdiankov/collada-dom/commits/master</a>)</div><div><br></div><div>could someone create deb for <a href="http://package.ros.org">package.ros.org</a> ?</div><div>or should we ask collada-dom maintainer and upload newer deb to PPA? and someone copy that to <a href="http://package.ros.org">package.ros.org</a>?</div><div><br></div><div>Since collada-dom causes some trouble on robot_model package on trusty as <a href="https://github.com/ros/robot_model/issues/89">https://github.com/ros/robot_model/issues/89</a>,  I wrote some fixes to link pcrecpp to robot_model libraries, but that also have side effects to <a href="https://github.com/ros/robot_model/issues/110">https://github.com/ros/robot_model/issues/110</a> and <a href="http://answers.ros.org/question/209686/turtlebot-apt-get-update-has-generated-an-error-on-minimallaunch/">http://answers.ros.org/question/209686/turtlebot-apt-get-update-has-generated-an-error-on-minimallaunch/</a></div><div><br></div><div>At least on trusty / x86 , I create deb from following script and works fine.</div>```<div><div>#!/bin/bash</div><div>set -x </div><div>set -e</div><div><br></div><div>cd /tmp</div><div>[ -f collada-dom2.4-dp_2.4.3.0.orig.tar.gz ] || wget <a href="https://launchpad.net/~openrave/+archive/ubuntu/release/+files/collada-dom2.4-dp_2.4.3.0.orig.tar.gz">https://launchpad.net/~openrave/+archive/ubuntu/release/+files/collada-dom2.4-dp_2.4.3.0.orig.tar.gz</a></div><div>[ -f collada-dom2.4-dp_2.4.3.0-ubuntu1~trusty1.debian.tar.gz ] || wget <a href="https://launchpad.net/~openrave/+archive/ubuntu/release/+files/collada-dom2.4-dp_2.4.3.0-ubuntu1~trusty1.debian.tar.gz">https://launchpad.net/~openrave/+archive/ubuntu/release/+files/collada-dom2.4-dp_2.4.3.0-ubuntu1~trusty1.debian.tar.gz</a></div><div>rm -fr  collada-dom2.4-dp-2.4.3.0.orig</div><div>tar -xvzf collada-dom2.4-dp_2.4.3.0.orig.tar.gz</div><div>cd collada-dom2.4-dp-2.4.3.0.orig</div><div>tar -xvzf ../collada-dom2.4-dp_2.4.3.0-ubuntu1~trusty1.debian.tar.gz</div><div>wget <a href="https://patch-diff.githubusercontent.com/raw/rdiankov/collada-dom/pull/12.diff">https://patch-diff.githubusercontent.com/raw/rdiankov/collada-dom/pull/12.diff</a> -O - | patch -p1</div><div>sed -i 's@2.4.3.0-ubuntu1~trusty1@2.4.3.99-ubuntu1~trusty1@' debian/changelog</div><div>dpkg-buildpackage -rfakeroot -uc -b</div><div>```</div><div><br></div><div>Thanks in advance.</div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><span style="color:rgb(85,85,85);font-family:'Helvetica Neue',Helvetica,'\0030d2\0030e9\0030ae\0030ce\0089d2\0030b4  ProN W3','Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;font-size:15px;line-height:25.5px">--</span></div><div dir="ltr"><span style="color:rgb(85,85,85);font-family:'Helvetica Neue',Helvetica,'\0030d2\0030e9\0030ae\0030ce\0089d2\0030b4  ProN W3','Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;font-size:15px;line-height:25.5px">◉</span> Kei Okada<br><br></div></div></div></div></div></div>
</div></div>