Skip to content

Conversation

@mdkhurram0207
Copy link

This pull request enhances the script/build.sh for building the Debian package by:

  • Adding stricter shell safety with set -euo pipefail.
  • Verifying all required packages (devscripts, debhelper, build-essential) before building.
  • Aggregating missing package checks and providing a single actionable error message.
  • Using robust file detection to locate the generated .deb file.
  • Ensuring build artifacts are cleaned automatically on script exit.
  • Adding colored, human-readable status messages for better user experience.

These changes make the build process safer, more user-friendly, and less error-prone.

@mdkhurram0207
Copy link
Author

@bramj Could you please review this PR? It improves the build.sh script for safer execution and better dependency handling.

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