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.
What’s Changed
[1.1.0] - 2026-08-26
Added
- DEP-8 tests run after the build for any package shipping
debian/tests/. A package withoutdebian/tests/controlis unaffected. Setdep8: "off"onbuild.yml, orDEP8: "off"on the action, to skip them.
Changed
- The reusable
build.ymlnow calls this repository’s own action instead of reimplementing thedocker run.
Fixed
DBGSYMrejects a value it does not understand. It was compared against1alone, soDBGSYM=yessilently disabled the package it was written to enable.offandonare now accepted alongside0and1.