summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorglasseyes <dglassey@gmail.com>2018-12-12 22:09:26 +0700
committerglasseyes <dglassey@gmail.com>2018-12-12 22:09:26 +0700
commit0c264849840ba073b8460ccd884aa4fdf0ed70b5 (patch)
tree525834a797c6e6b6ec20e980a87ba8863cbf9bc1 /debian/control
parenta2822dddef89e155ebf558a26d2cbd825fd6d8ea (diff)
initial Debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control56
1 files changed, 56 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4f3cc4e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: keyman-keyboardprocessor
+Build-Depends: debhelper (>=11~),
+ meson (>= 0.45),
+ ninja-build
+Section: text
+Priority: optional
+Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
+Uploaders: Daniel Glassey <wdg@debian.org>
+Standards-Version: 4.2.1
+Homepage: https://www.keyman.com
+Vcs-Browser: https://salsa.debian.org/input-method-team/keyman-keyboardprocessor
+Vcs-Git: https://salsa.debian.org/input-method-team/keyman-keyboardprocessor.git
+
+Package: libkmnkbp0-0
+Architecture: any
+Section: libs
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: keyman
+Multi-Arch: same
+Description: Keyman keyboard processing library
+ Originally created in 1993 to type Lao on Windows, Keyman is now a free and
+ open source keyboarding platform which allows anyone to write a keyboard layout
+ for their language. Keyman is available for many platforms, including Windows,
+ macOS, iOS, Android, Linux and the web.
+ .
+ Keyboard layouts are defined with a clear and easy to understand keyboard
+ grammar. Keyman's contextual input model means keyboard layouts can be
+ intelligent and make it simple to type even the most complex languages.
+ Keyboard layouts are distributed through an open catalog to all major desktop
+ and mobile platforms.
+ .
+ The Keyman keyboardprocessor library processes input from input method engines
+ and applies rules from compiled Keyman 11 or earlier kmx keyboard files.
+
+Package: libkmnkbp-dev
+Architecture: any
+Section: libdevel
+Depends: libkmnkbp0-0 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
+Description: Development files for Keyman keyboard processing library
+ Originally created in 1993 to type Lao on Windows, Keyman is now a free and
+ open source keyboarding platform which allows anyone to write a keyboard layout
+ for their language. Keyman is available for many platforms, including Windows,
+ macOS, iOS, Android, Linux and the web.
+ .
+ Keyboard layouts are defined with a clear and easy to understand keyboard
+ grammar. Keyman's contextual input model means keyboard layouts can be
+ intelligent and make it simple to type even the most complex languages.
+ Keyboard layouts are distributed through an open catalog to all major desktop
+ and mobile platforms.
+ .
+ The Keyman keyboardprocessor library processes input from input method engines
+ and applies rules from compiled Keyman 11 or earlier kmx keyboard files.
+ .
+ This package contains development headers and libraries.