Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Fix unsupported --output-directory in dist target - #115

Merged
rtibbles merged 1 commit into
mainfrom
fix/dist-output-directory
Mar 4, 2026
Merged

Fix unsupported --output-directory in dist target#115
rtibbles merged 1 commit into
mainfrom
fix/dist-output-directory

Conversation

@rtibbles

@rtibbles rtibbles commented Mar 4, 2026

Copy link
Copy Markdown
Member

Summary

  • dpkg-buildpackage --output-directory requires dpkg 1.22+ but the CI runner has an older version
  • Build to the default parent directory and move files into dist/ instead

References

Fixes the build_debian workflow failure after #114.

Reviewer guidance

One-line change in the Makefile dist target — low risk.

AI usage

Claude Code identified and fixed the incompatible flag.

dpkg-buildpackage --output-directory was added in dpkg 1.22 but the
CI runner has an older version. Build to default parent directory and
move files into dist/ instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rtibbles
rtibbles merged commit cb8142d into main Mar 4, 2026
14 checks passed
@rtibbles
rtibbles deleted the fix/dist-output-directory branch March 4, 2026 04:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant