debrelease.sh: make things easier

now that we're using gh instead of github-release,
we no longer get our uploads stupidly renamed.
remove the reminder to manually change them. huzzah!
also, use --upstream-version with gbp so we don't
get asked.
This commit is contained in:
nick black 2025-01-09 03:56:28 -05:00
parent f2ba02bc75
commit c81a222dfc
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -33,11 +33,7 @@ gh release upload v$VERSION $ASC $XBALL
cd -
git commit -m "v$VERSION" -a
echo
echo "Go change the $VERSION.dfsg to $VERSION+dfsg before proceeding, bro"
echo
gbp import-orig ../notcurses_$VERSION+dfsg.1.orig.tar.xz
gbp import-orig --upstream-version=$VERSION ../notcurses_$VERSION+dfsg.1.orig.tar.xz
git push --tags
dpkg-buildpackage --build=source
cd ..