mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-19 18:39:15 +00:00
The dch command was using hardcoded 'bullseye-truenas-unstable' as the distribution when updating package changelogs. This change reads the actual Debian release from the build manifest and constructs the distribution string dynamically (e.g., 'trixie-truenas-unstable' for Trixie builds), ensuring the changelog entries in built .deb packages reflect the correct target distribution.