feat: add helpers to install copyright and changelogs
Metadata
Current evaluation
Merged. Introduces install-phase helpers to automatically deploy Debian copyright and changelog files into built binary packages. Approved by two reviewers, passed CI checks, and added 316 lines across 11 files.
Suggested action: —
No scores available.
Issue body
Add install-phase helpers to automatically install Debian documentation artifacts
(copyright and changelogs) from `debcraft/` or `debian/` into each built binary
package. Deduplication of files for packages with strict dependencies will be
handled separately.
- [ ] 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. Introduces install-phase helpers to automatically deploy Debian copyright and changelog files into built binary packages. Approved by two reviewers, passed CI checks, and added 316 lines across 11 files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged by cmatsuoka, adding install-phase helpers to automatically package Debian copyright and changelog files from debcraft or debian directories into built binaries. Deduplication for strict dependencies is deferred. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Introduces install-phase helpers to automatically copy Debian copyright and changelog files from debcraft or debian directories into built binary packages. Dependency deduplication is deferred. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #109 Automatically stage copyright and changelog files | debcraft | closed | Automatically copies copyright and changelog files from debcraft or debian directories to appropriate partitions. Fixed and merged in pull request #121. | |
| #116 feat: fix file permissions | debcraft | merged | Merged an update adding a packaging-time helper to normalize file permissions and ownership in the prime directory before .deb generation. Approved by two reviewers and passed CI checks. | |
| #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. |