diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-18 14:41:24 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-18 17:38:09 -0700 |
commit | c8f40c57c9d0256324f41fdc3f855521c11c5321 (patch) | |
tree | be926b193f735a441ad4128793308208f84ff626 /packaging/ubuntu/debian | |
parent | a3731ecc692c21af1dc5d16c212d9153c07bf2d3 (diff) | |
download | subsurface-c8f40c57c9d0256324f41fdc3f855521c11c5321.tar.gz |
build-system: add missing dependencies for Ubuntu/Debian build
And acknowledge the current file format standard.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu/debian')
-rw-r--r-- | packaging/ubuntu/debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control index a7f1d33c1..5345bc072 100644 --- a/packaging/ubuntu/debian/control +++ b/packaging/ubuntu/debian/control @@ -37,15 +37,16 @@ Build-Depends: asciidoc, qml-module-qtquick2, libcurl4-openssl-dev, qtconnectivity5-dev, - libgrantlee5-dev -Standards-Version: 3.9.5 + libgrantlee5-dev, + subsurface-qt-private-headers +Standards-Version: 3.9.7 Homepage: http://subsurface-divelog.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}, qml-module-qtlocation, qml-module-qtpositioning +Depends: ${shlibs:Depends}, ${misc:Depends}, qml-module-qtlocation, qml-module-qtpositioning, qml-module-qtquick2 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 |