diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-16 04:54:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-16 04:54:53 -0700 |
commit | cbf5d788e07ace3896a50e7d57da7d1f2a9b44ab (patch) | |
tree | 77f3bae87d4f9d495cd092babbbfeff61085571b /packaging/ubuntu/debian/control | |
parent | 0b6fb4948900f3008e76a5feb55ad763f30fdada (diff) | |
download | subsurface-cbf5d788e07ace3896a50e7d57da7d1f2a9b44ab.tar.gz |
Update Ubuntu/Debian packaging
Part of this is based on code from Miika Turkia.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu/debian/control')
-rw-r--r-- | packaging/ubuntu/debian/control | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control index 62d16c2a0..a6947f13c 100644 --- a/packaging/ubuntu/debian/control +++ b/packaging/ubuntu/debian/control @@ -21,13 +21,22 @@ Build-Depends: asciidoc, dh-autoreconf, libz-dev, libssl-dev, + libssh2-1-dev, git, qttools5-dev-tools, qt5-qmake, libqt5svg5-dev, libqt5webkit5-dev, qtscript5-dev, - qt5-default + qttools5-dev, + qt5-default, + qtlocation5-dev, + qtpositioning5-dev, + qml-module-qtpositioning, + qml-module-qtlocation, + libcurl4-openssl-dev, + qtconnectivity5-dev, + libgrantlee5-dev Standards-Version: 3.9.5 Homepage: http://subsurface-divelog.org #Vcs-Git: git://git.debian.org/collab-maint/subsurface-4.2.90.git |