spiegel-keyman/linux/libkmfl/debian/control
glasseyes b933898884 scripts to build local Debian packages with pbuilder
Makefile

make deb - build debs for kmflcomp, libkmfl, ibus-kmfl
make cow - set up pbuilder environment
make tmpbuild(default) - build and install to /tmp/kmfl
make install_local - build and install to /usr/local
make uninstall_local - uninstall ibus-kmfl config file

non-release version numbers will be stamped with date to
distinguish between builds
2018-09-15 17:49:25 +07:00

27 lines
999 B
Text

Source: libkmfl
Priority: optional
Section: libs
Maintainer: Doug Rintoul <doug_rintoul@sil.org>
Homepage: http://www.keyman.com/
Build-Depends: cdbs (>= 0.4.27), debhelper (>= 9), dh-autoreconf, libkmflcomp-dev (>=10.99.0)
Standards-Version: 3.9.8.0
Package: libkmfl-dev
Section: libdevel
Architecture: any
Depends: libkmfl0 (= ${binary:Version}), ${misc:Depends}
Description: This package provides Keyman(C) services to Linux - 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: ${shlibs:Depends}, ${misc:Depends}
Description: This package provides Keyman(C) services to Linux - 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.