mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Don't restrict to i386 only
This commit is contained in:
parent
13091353f9
commit
3b387adbd9
2 changed files with 0 additions and 5 deletions
|
|
@ -8,14 +8,12 @@ Standards-Version: 3.6.2
|
|||
|
||||
Package: libkmflcomp-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libkmflcomp0 (= ${Source-Version})
|
||||
Description: Development files for libkmflcomp
|
||||
Development libraries and headers to use libkmflcomp in an application
|
||||
|
||||
Package: kmflcomp
|
||||
Section: utils
|
||||
Architecture: i386
|
||||
Depends: libkmflcomp0 (= ${Source-Version})
|
||||
Description: KMFL Compiler
|
||||
Compile Keyman-style keyboard layout files to a binary format for use by the
|
||||
|
|
@ -24,7 +22,6 @@ Description: KMFL Compiler
|
|||
Package: libkmflcomp0
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Architecture: i386
|
||||
Description: KMFL compiler library
|
||||
Library to compile Keyman layout files to a binary format for use by the
|
||||
KMFL keystroke interpreter.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Standards-Version: 3.6.2
|
|||
|
||||
Package: libkmfl-dev
|
||||
Section: libdevel
|
||||
Architecture: i386
|
||||
Depends: libkmfl0 (= ${Source-Version})
|
||||
Description: A Library for providing Keyman(C) services to Linux - development
|
||||
This package contains the header and development files needed to build
|
||||
|
|
@ -15,7 +14,6 @@ Description: A Library for providing Keyman(C) services to Linux - development
|
|||
|
||||
Package: libkmfl0
|
||||
Section: libs
|
||||
Architecture: i386
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A Library for providing Keyman(C) services to Linux - runtime
|
||||
This package contains the runtime part of libkmfl.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue