Open JDiveLog files by translating them to subsurface format using XSLT. These files are identified by the name of the first element (JDiveLog) and transform is applied to only these. The XSLT feature is compiled in only if libxslt is installed. The transformation files are installed globally in Linux under /usr/share/subsurface/xslt. Windows and OSX still need appropriate Makefile changes and testing. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 lines
542 B
Plaintext
17 lines
542 B
Plaintext
Source: subsurface
|
|
Priority: optional
|
|
Maintainer: Roland Dreier <roland@digitalvampire.org>
|
|
Build-Depends: autoconf, automake, libtool, debhelper (>= 8), dh-autoreconf,
|
|
pkg-config, libgtk2.0-dev, libgconf2-dev, libxml2-dev, libdivecomputer-dev,
|
|
libxslt-dev
|
|
Standards-Version: 3.9.2
|
|
Section: utils
|
|
Homepage: http://subsurface.hohndel.org
|
|
|
|
Package: subsurface
|
|
Section: utils
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: simple dive log program written in C
|
|
Subsurface is a simple dive log program written in C.
|