Commit 84c812c6 authored by Don Gagne's avatar Don Gagne

Merge pull request #1607 from dagar/patch-3

basic ubuntu ppa instructions
parents 5f5c6204 aa7cdcb4
#! /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