Resolve "Add updated Roboception packages to rosdistro"
Closes #9 (closed)
Edited by Jon Azpiazu
Merge request reports
Activity
As I am too lazy to enter all the data manually, I have used this shell script:
for foo in $(find . -type f -name '*.deb') ; do package_name=$(dpkg -f $foo Package) ; rosdep_key=${package_name//-/_}: ; echo $rosdep_key ; echo " ubuntu:" ; echo " xenial: [$package_name]" ; echo ""; done
I know that the resulting rosdistro file will not be alphabetically ordered any more, but I do not feel like manually tuning it right now.
assigned to @jon.azpiazu
assigned to @miguel.prada
mentioned in commit 670d751e
Please register or sign in to reply