Below you will find pages that utilize the taxonomy term “Pkghaus”
August 28, 2026
action-debian-build
Version updated for https://github.com/pkghaus/action-debian-build to version v1.2.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building a Debian package from an upstream git tag and a custom debian/ directory. It resolves build dependencies, runs dpkg-buildpackage, checks the result with lintian, and collects artifacts. The action can be used to build packages for different Debian suites and architectures and is reusable for validating packaging repositories.
August 26, 2026
action-debian-build
Version updated for https://github.com/pkghaus/action-debian-build to version v1.1.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building a Debian package from an upstream Git tag and a local debian/ directory. It handles the entire packaging lifecycle, including resolving build dependencies, running dpkg-buildpackage, checking with lintian, and collecting artifacts. The action is designed for packaging repositories that maintain only their own packaging files and configuration, without uploading packages to any external repository.
August 15, 2026
action-debian-build
Version updated for https://github.com/pkghaus/action-debian-build to version v1.0.0.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building Debian packages from a specified upstream git tag and configuration in the debian/ directory. It leverages a reusable workflow to build across multiple Debian suites and architectures, ensuring comprehensive testing and validation of the package. The action helps packaging repositories maintain consistency and reliability by automating the entire packaging pipeline, reducing human error and speeding up the release process.