From c9f927d5474cc839eb61bbc2c36469d7eb1a6d19 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 10 Dec 2014 12:39:27 -0800 Subject: 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 --- packaging/ubuntu/make-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/ubuntu/make-package.sh') diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 22c0998e2..423e9eb62 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -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 -- cgit v1.2.3-70-g09d2