meshtastic-debian: --create requires missing changelog (#5757)

This commit is contained in:
Austin 2025-01-05 14:37:15 -05:00 committed by GitHub
parent d21d6c1301
commit 892e0922ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ platformio pkg install -e native
package=$(dpkg-parsechangelog --show-field Source)
pkg_version=$(dpkg-parsechangelog --show-field Version | cut -d- -f1)
rm -rf debian/changelog
dch --create --distribution $SERIES --package $package --newversion $pkg_version-ppa${REVISION::7}~$SERIES \
"GitHub Actions Automatic packaging for $SERIES"