mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Updates to Ubuntu package building process
Marble can't be static, so instead we build a shared library but give it a different name so it can be installed in parallel with the "real" libmarblewidget.so. Also make sure that the correct libusb is installed so that Atomics Aquatics dive computers are supported. Fixes #782 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4ee59bc1b7
commit
c9f927d547
5 changed files with 19 additions and 14 deletions
|
@ -17,7 +17,7 @@ fi
|
|||
mkdir subsurface_$VERSION
|
||||
(cd subsurface ; tar cf - . ) | (cd subsurface_$VERSION ; tar xf - )
|
||||
cd subsurface_$VERSION
|
||||
rm -rf .git libdivecomputer/.git libgit2/.git
|
||||
rm -rf .git libdivecomputer/.git libgit2/.git marble-source/.git
|
||||
echo $GITVERSION > .gitversion
|
||||
|
||||
dh_make --email dirk@hohndel.org -c gpl2 --createorig --single --yes -p subsurface_$VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue