<div dir="ltr">Definitely we should ask them to update the PPA and notify us to pull in the new version when it's available. This likely affects all platforms no? Including Homebrew/OS X and Fedora?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 30, 2015 at 12:03 AM, Kei Okada via ros-release <span dir="ltr"><<a href="mailto:ros-release@lists.ros.org" target="_blank">ros-release@lists.ros.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi</div><div><br></div><div>How can we update collada-dom on <a href="http://package.ros.org" target="_blank">package.ros.org</a> to latest one (<a href="https://github.com/rdiankov/collada-dom/commits/master" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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/" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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><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>
<br>_______________________________________________<br>
ros-release mailing list<br>
<a href="mailto:ros-release@lists.ros.org">ros-release@lists.ros.org</a><br>
<a href="http://lists.ros.org/mailman/listinfo/ros-release" rel="noreferrer" target="_blank">http://lists.ros.org/mailman/listinfo/ros-release</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">William Woodall<div>ROS Development Team</div><div><a href="mailto:william@osrfoundation.org" target="_blank">william@osrfoundation.org</a></div><div><a href="http://wjwwood.io/" target="_blank">http://wjwwood.io/</a></div></div></div>
</div>