This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Commit 92ac31e
fix(ci): use PACKAGE_NAME from workflow or debian/control (#46)
The generate-changelog.sh script had a hardcoded package name
"halpi2-daemon" instead of using the PACKAGE_NAME environment
variable from the workflow or reading it from debian/control.
This caused the generated debian/changelog to have a different
package name than debian/control, resulting in the error:
dpkg-source: error: source package has two conflicting values
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 186a57f commit 92ac31e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments