source: git/debian/control

Last change on this file was 7f9f924, checked in by Olly Betts <olly@…>, 11 days ago

debian/control: Remove Build-Depends which are no longer needed (the resulting binary packages are bit-for-bit identical before and after this change).

  • Property mode set to 100644
File size: 1.4 KB
Line 
1Source: survex
2Section: science
3Priority: optional
4Maintainer: Olly Betts <olly@survex.com>
5Uploaders: Wookey <wookey@debian.org>
6Standards-Version: 4.7.0
7Build-Depends: debhelper-compat (= 12),
8    libavcodec-dev, libavformat-dev, libproj-dev (>= 6.2.0), libswscale-dev,
9    libwxgtk3.2-dev, pkgconf
10Homepage: https://survex.com/
11Rules-Requires-Root: no
12
13Package: survex
14Architecture: any
15Depends: ${misc:Depends}, ${shlibs:Depends}
16Recommends: survex-aven (= ${binary:Version})
17Suggests: vim-addon-manager
18Description: cave surveying and mapping software
19 A software suite to process, view, and print cave survey data.  Survex
20 is cross-platform (Linux, Unix, macOS, Microsoft Windows).  It has
21 been translated into many languages.  It can deal with extremely large and
22 complex datasets and can read survey data from many sources.
23
24Package: survex-aven
25Architecture: any
26Depends: survex (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
27Description: sophisticated cave survey viewer for Survex
28 An advanced cave survey data viewer for Survex, written using the wxWidgets
29 library, and using OpenGL for rendering.  Aven allows searching for stations,
30 highlighting categories of stations such entrances or fixed points, measuring
31 the distance between stations, showing passage walls, showing the terrain
32 above the cave, and supports presentations (pre-recorded fly-throughs).
Note: See TracBrowser for help on using the repository browser.