spiegel-keyman/common/core/desktop/debian/control
Eberhard Beilharz afc9cb07cd
fix(linux): Exclude s390x from package builds
s390x is big-endian which we currently don't support (#5111).

Only build on architectures supported by Debian. This excludes the
following little-endian architectures:
alpha arm ia64 riscv64 sh4 x32 arm64ilp32 mipsn32el
and the following big-endian ones:
avr32 hppa m68k mips mips64 mipsn32 powerpc ppc64 s390 sparc sparc64

See https://wiki.debian.org/SupportedArchitectures
and https://wiki.debian.org/ArchitectureSpecificsMemo

(cherry picked from commit 9c2d30948c)
2021-05-31 15:00:02 +02:00

66 lines
2.6 KiB
Text

Source: keyman-keyboardprocessor
Section: text
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Daniel Glassey <wdg@debian.org>,
Keyman team <support@keyman.com>,
Eberhard Beilharz <eb1@sil.org>,
Build-Depends:
debhelper (>= 11),
meson (>= 0.45),
ninja-build,
Standards-Version: 4.5.1
Vcs-Git: https://github.com/keymanapp/keyman.git
Vcs-Browser: https://github.com/keymanapp/keyman/tree/master/common/core/desktop
Homepage: https://www.keyman.com
Package: libkmnkbp-dev
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el
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.
Package: libkmnkbp0-0
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el
Section: libs
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs: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.