actions-marketplace-validations/Debian Control File Builder
Generate a control file for to be used in the generation of a Debian install package.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 31, 2024
- License
- LGPL
Pinned Snippet
uses: actions-marketplace-validations/nightwind-developments_debian-control-file-builder@d7752db1cc517684abaa3379742c088c59ef3f74 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to configuration file in JSON format | yes | — |
| case-sensitive-keys | True if keys are exactly in the right case, False if keys are to be converted to first letter capitalise, remaining characters lowercase | no | true |
| deps-file | Path to the file with the list of dependencies to include in the generated control file | no | — |
| output-path | The path to where the generated control file will be saved | no | output |
Outputs
| name | description |
|---|---|
| control_file_path | The configured path where the generated control file is saved |