1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: fyba
Section: libs
Priority: optional
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper (>= 9.0.0), autotools-dev, autoconf, libtool,
dh-autoreconf
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-grass/fyba.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/fyba.git
Homepage: https://github.com/kartverket/fyba
Package: libfyba0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: FYBA library to read and write norwegian geodata standard format SOSI
OpenFYBA is the source code release of the FYBA library, distributed by the
National Mapping Authority of Norway (Statens kartverk) to read and write
files in the National geodata standard format SOSI.
Package: libfyba-dev
Section: libdevel
Architecture: any
Depends: libfyba0 (= ${binary:Version}), ${misc:Depends}
Description: Header files for FYBA library
This is the development package for developing applications that depends on
libfyba. It includes header files, static library files and HTML
documentation.
Package: libfyba0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libfyba0 (= ${binary:Version}), ${misc:Depends}
Description: debug symbols for libfyba0
OpenFYBA is the source code release of the FYBA library, distributed by the
National Mapping Authority of Norway (Statens kartverk) to read and write
files in the National geodata standard format SOSI.
.
This package contains the debugging symbols for the shared library.
|