Last active
December 20, 2015 05:19
-
-
Save k-okada/a1990dd4586d9f9fa819 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -x | |
set -e | |
git clone https://github.com/ros-gbp/ros_comm-release | |
wget --no-check-certificate https://github.com/ros/ros_comm/pull/676.diff -O 676.diff | |
wget --no-check-certificate https://github.com/ros/ros_comm/pull/682.diff -O 682.diff | |
cd ros_comm-release | |
git checkout origin/debian/hydro/precise/roslaunch | |
patch -p3 < ../676.diff | |
patch -p3 < ../682.diff | |
sed -i '[email protected]@1.10.99@' package.xml debian/changelog | |
dpkg-buildpackage -rfakeroot -uc -b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment