Skip to content

Commit

Permalink
debrelease.sh: make things easier
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dankamongmen committed Jan 9, 2025
1 parent f2ba02b commit c81a222
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/debrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit c81a222

Please sign in to comment.