mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
make deb now builds dist rather than devdist include README.md in Debian package improve keyman-config dependencies and keyman package description
25 lines
843 B
Text
25 lines
843 B
Text
Source: keyman-config
|
|
Maintainer: Daniel Glassey <wdg@debian.org>
|
|
Section: python
|
|
Priority: optional
|
|
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
|
|
Standards-Version: 3.9.7
|
|
Homepage: http://www.keyman.com/
|
|
|
|
Package: python3-keyman-config
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${python3:Depends}, python3-gi, gir1.2-webkit-3.0,
|
|
kmflcomp (>=10.99.1), dconf-cli, ibus-kmfl (>=10.99.1)
|
|
Description: Keyman for Linux configuration
|
|
Python module to install, uninstall and view information about Keyman keyboard
|
|
packages.
|
|
|
|
Package: keyman
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, python3-keyman-config
|
|
Description: Type in your language with Keyman for Linux
|
|
Install, uninstall and view information about Keyman keyboard
|
|
packages.
|
|
.
|
|
This package depends all on that is needed for using Keyman
|
|
for Linux.
|