mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
This is a cherry-pick of PR#4223: - Add script to create debian source package - Update debian metadata based on Debian repos - Remove some lintian warnings and errors - Remove support Xenial - Reduce size of icon - Omit confusing values from gbp.conf
10 lines
272 B
Groovy
10 lines
272 B
Groovy
#!groovy
|
|
// Copyright (c) 2019-2021 SIL International
|
|
// This software is licensed under the MIT license (http://opensource.org/licenses/MIT)
|
|
|
|
@Library('lsdev-pipeline-library') _
|
|
|
|
keymanPackaging {
|
|
distributionsToPackage = 'bionic focal groovy'
|
|
arches = 'amd64 i386'
|
|
}
|