Skip to content

Commit

Permalink
run pbuilder with TERM=xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 11, 2025
1 parent 16d1aa5 commit 707a293
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/debrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ gbp import-orig --upstream-version=$VERSION ../notcurses_$VERSION+dfsg.orig.tar.
git push --tags
dpkg-buildpackage --build=source
cd ..
sudo pbuilder build notcurses*dsc
# this isn't perfect -- we might not be running xterm -- but it keeps us
# from dying when such a terminal doesn't have its terminfo inside pbuilder
sudo TERM=xterm pbuilder build notcurses*dsc
cd -
git push
rm debian/files

0 comments on commit 707a293

Please sign in to comment.