feat: install lintian-overrides file
Metadata
Current evaluation
Merged following approval and passing CI checks. Introduces utility functions to install package-specific files, including lintian-overrides, from debcraft or debian directories. Adjusts control file staging to support install helpers. Resolves #144.
Suggested action: —
No scores available.
Issue body
Add utility functions to handle the installation of package-specific files from
`debcraft/` or `debian/` to the package data or control, and use the data utility
to install lintian-overrides files.
The staging location for control files was changed to allow install helpers to
add files to the package control tarball.
Fixes #144
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged following approval and passing CI checks. Introduces utility functions to install package-specific files, including lintian-overrides, from debcraft or debian directories. Adjusts control file staging to support install helpers. Resolves #144. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged utility functions to install lintian-overrides files from debcraft or debian directories into package control and data. Updated control file staging to support this. Resolves issue #144. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Added utility functions to install lintian-overrides and package-specific files from debcraft or debian directories. Modified control file staging to allow helpers to append files to the control tarball. Resolves #144. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #156 feat: add installdebconf helper | debcraft | merged | Merged after approval. Adds an installdebconf helper to copy debconf config and templates to the package control directory. Core functionality implemented while deferring token replacement and cleanup to future updates. CI checks passed. | |
| #81 feat: run install helpers | debcraft | merged | Merged after two approvals, implementing install helper execution prior to file organization. Resolves issue #78 and addresses DEBCRAFT-32. Passed CI checks despite one failing schema validation. |