meshtasticd-debian: parameterize target PPA (#5776)

This commit is contained in:
Austin
2025-01-06 17:20:05 -05:00
committed by GitHub
parent 4c3a3ca47d
commit e5dbcf5bce
4 changed files with 13 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ rm -rf pio
package=$(dpkg-parsechangelog --show-field Source)
rm -rf debian/changelog
dch --create --distribution $SERIES --package $package --newversion $PKG_VERSION~$SERIES \
dch --create --distribution "$SERIES" --package "$package" --newversion "$PKG_VERSION~$SERIES" \
"GitHub Actions Automatic packaging for $PKG_VERSION~$SERIES"
# Build the source deb
debuild -S -nc -k$GPG_KEY_ID
debuild -S -nc -k"$GPG_KEY_ID"