mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
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:
parent
f2ba02bc75
commit
c81a222dfc
@ -33,11 +33,7 @@ gh release upload v$VERSION $ASC $XBALL
|
|||||||
cd -
|
cd -
|
||||||
git commit -m "v$VERSION" -a
|
git commit -m "v$VERSION" -a
|
||||||
|
|
||||||
echo
|
gbp import-orig --upstream-version=$VERSION ../notcurses_$VERSION+dfsg.1.orig.tar.xz
|
||||||
echo "Go change the $VERSION.dfsg to $VERSION+dfsg before proceeding, bro"
|
|
||||||
echo
|
|
||||||
|
|
||||||
gbp import-orig ../notcurses_$VERSION+dfsg.1.orig.tar.xz
|
|
||||||
git push --tags
|
git push --tags
|
||||||
dpkg-buildpackage --build=source
|
dpkg-buildpackage --build=source
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user