pi-top/Debian package builder
Build a debian package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_image | name of the docker image used to build the package | no | debian:stable |
| source_directory | path to the directory where the source of the package is located | no | ./ |
| build_directory | path to the directory where the build artifacts will be placed | no | /artifacts |
| target_architecture | package target architecture | no | amd64 |
| additional_env | Additional environment variables for the build | no | "" |
| DEBUG | Display debug information while building | no | 0 |
| INSTALL_DEPS | Install dependencies | no | 1 |
| INSTALL_BUILD_DEPS | Install package build dependencies | no | 1 |
| BUILD | If 'true', builds the package | no | 1 |
| CHECK | If 'true', checks the built package with lintian | no | 1 |
| SIGNING_KEY | Armored GPG key to use to sign packages | no | "" |
| SIGNING_PASSPHRASE | GPG passphrase to use to sign packages | no | "" |
| DPKG_BUILDPACKAGE_INCLUDE_DEBUG_PACKAGE | — | no | 0 |
| DPKG_BUILDPACKAGE_HARDEN_ALL | — | no | 1 |
| DPKG_BUILDPACKAGE_FORCE_INCLUDE_SOURCE | — | no | 1 |
| DPKG_BUILDPACKAGE_CHECK_BUILDDEPS | — | no | 0 |
| DPKG_BUILDPACKAGE_POST_CLEAN | — | no | 0 |
| LINTIAN_DONT_CHECK_PARTS | — | no | nmu |
| LINTIAN_TAGS_TO_SUPPRESS | — | no | odd-historical-debian-changelog-version,initial-upload-closes-no-bugs,debian-watch-file-is-missing,spelling-error-in-changelog,debian-changelog-line-too-long |
| LINTIAN_DISPLAY_INFO | — | no | 1 |
| LINTIAN_SHOW_OVERRIDES | — | no | 1 |
| LINTIAN_TAG_DISPLAY_LIMIT | — | no | 0 |
| LINTIAN_FAIL_ON_ERROR | — | no | 1 |
| LINTIAN_FAIL_ON_WARNING | — | no | 1 |
| LINTIAN_FAIL_ON_INFO | — | no | 0 |
| LINTIAN_FAIL_ON_PEDANTIC | — | no | 0 |
| LINTIAN_FAIL_ON_EXPERIMENTAL | — | no | 0 |
| LINTIAN_FAIL_ON_OVERRIDE | — | no | 0 |
| LINTIAN_NO_FAIL | — | no | 0 |
| DPKG_BUILDPACKAGE_OPTS | — | no | "" |
| LINTIAN_OPTS | — | no | "" |
Outputs
no outputs