mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
The source tarball we upload to downloads.keyman.com contains all files
necessary to run `${KEYMAN_ROOT}/build.sh`, i.e. it contains all projects
that can be build on Linux. However, that is not the command used when
building Debian packages. There we limit the build to the `linux`
subfolder. Therefore we only need a subset of the files. Using the full
tarball causes some lintian errors.
This change creates and uploads a second tarball on release builds that
contains only the files needed for Debian packaging. The file is named
`keyman_$VERSION.pkg.tar.xz`.
Build-bot: skip
Test-bot: skip
|
||
|---|---|---|
| .. | ||
| test | ||
| .editorconfig | ||
| build.sh | ||
| create-test-po.py | ||
| deb-packaging.sh | ||
| deb.sh | ||
| debian.sh | ||
| dist.sh | ||
| install.sh | ||
| launchpad.sh | ||
| package-build.inc.sh | ||
| reconf.sh | ||
| upload-to-debian.sh | ||
| verify_api.inc.sh | ||
| watch.in | ||