spiegel-keyman/linux/libkmfl/debian/control
Eberhard Beilharz 3e07f5ec04
chore(linux): update debian metadata based on Debian repos
The packages in the official Debian repos have slightly more
up-to-date metadata. This change adjusts our metadata.

This includes the change from Debian repo to let debhelper (>= 10.3)
handle the meson build of keyman-keyboardprocessor.
2021-01-07 17:41:01 +01:00

39 lines
1.1 KiB
Text

Source: libkmfl
Priority: optional
Section: libs
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Keyman team <support@keyman.com>,
Build-Depends:
debhelper (>= 11),
libkmflcomp-dev (>=10.99.30),
Standards-Version: 4.5.0
Vcs-Git: https://github.com/keymanapp/keyman.git
Vcs-Browser: https://github.com/keymanapp/keyman/tree/master/linux/libkmfl
Homepage: https://www.keyman.com
Package: libkmfl-dev
Section: libdevel
Architecture: any
Depends:
libkmfl0 (= ${binary:Version}),
${misc:Depends},
Multi-Arch: same
Description: KMFL library - development
The kmfl library is a multilingual text processing library that implements
the Keyman(C) text processing language.
.
This package contains the header and development files needed to build
programs and packages using libkmfl.
Package: libkmfl0
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: KMFL library - runtime
The kmfl library is a multilingual text processing library that implements
the Keyman(C) text processing language.
.
This package contains the runtime part of libkmfl.