run pbuilder with TERM=xterm

This commit is contained in:
nick black 2025-01-11 18:52:22 -05:00
parent 16d1aa5109
commit 707a293baa
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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