Commit aa7cdcb4 authored by Daniel Agar's avatar Daniel Agar

basic ubuntu ppa instructions

parent 5f5c6204
#! /bin/bash
version="2.4"
rsync -av --delete --exclude=.git ~/git/qgroundcontrol/ ~/tmp/qgroundcontrol-${version}/
cd ~/tmp
tar pczf qgroundcontrol_${version}.orig.tar.gz qgroundcontrol-${version}
cd ~/tmp/qgroundcontrol-${version}/
debuild -S
dput ppa:qgroundcontrol/ppa qgroundcontrol_${version}-0ubuntu1_source.changes
# test building the source deb locally
debuild --prepend-path=/usr/lib/ccache -sa
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment