summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d1c192b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: fyba
+Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9.20160114),
+ dh-autoreconf
+Standards-Version: 4.1.5
+Vcs-Browser: https://salsa.debian.org/debian-gis-team/fyba
+Vcs-Git: https://salsa.debian.org/debian-gis-team/fyba.git
+Homepage: https://github.com/kartverket/fyba
+
+Package: libfyba0
+Architecture: any
+Multi-Arch: same
+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
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+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.