Skip to content

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

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

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

Conversation

@rtibbles
Copy link
Member

@rtibbles rtibbles commented Mar 4, 2026

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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant