mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 13:40:20 +00:00
c9f927d547
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>
44 lines
1.5 KiB
Text
44 lines
1.5 KiB
Text
Source: subsurface
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Dirk Hohndel <dirk@hohndel.org>
|
|
Build-Depends: asciidoc,
|
|
debhelper (>= 9),
|
|
libgconf2-dev,
|
|
libtool,
|
|
libxml2-dev,
|
|
libxslt-dev,
|
|
libsoup2.4-dev,
|
|
pkg-config,
|
|
txt2html,
|
|
libzip-dev,
|
|
libsqlite3-dev,
|
|
autoconf,
|
|
automake,
|
|
cmake,
|
|
dpkg-dev (>= 1.16.1.1),
|
|
libusb-1.0-0-dev,
|
|
dh-autoreconf,
|
|
libz-dev,
|
|
libssl-dev,
|
|
git,
|
|
qttools5-dev-tools,
|
|
qt5-qmake,
|
|
libqt5svg5-dev,
|
|
libqt5webkit5-dev,
|
|
qtscript5-dev,
|
|
qt5-default
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://subsurface-divelog.hohndel.org
|
|
#Vcs-Git: git://git.debian.org/collab-maint/subsurface-4.2.90.git
|
|
#Vcs-Browser: http://git.debian.org/?p=collab-maint/subsurface-4.2.90.git;a=summary
|
|
|
|
Package: subsurface
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: Dive log program
|
|
Subsurface is an open source divelog program that runs on Windows, Mac and Linux.
|
|
Subsurface is able to track single- and multi-tank dives using air, Nitrox or
|
|
TriMix. It also allows logging of weights and exposure protection used, dive
|
|
masters and dive buddies and enables the user to rate dives and provide
|
|
additional dive notes.
|