diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-03 09:38:52 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-03 09:39:57 -0800 |
commit | 8f224c17373c8714ffeb13127a4e266a47990a16 (patch) | |
tree | 1d4f3927841b021929f9fc2ffb6402b5faaa015c /packaging/ubuntu/debian/control | |
parent | 89c333e4b6cbfaaaccabcf5bf967d49036680fbe (diff) | |
download | subsurface-8f224c17373c8714ffeb13127a4e266a47990a16.tar.gz |
Ubuntu packaging: move support files into debian directory
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu/debian/control')
-rw-r--r-- | packaging/ubuntu/debian/control | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control new file mode 100644 index 000000000..874f25c2d --- /dev/null +++ b/packaging/ubuntu/debian/control @@ -0,0 +1,44 @@ +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-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. |