mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
run pbuilder with TERM=xterm
This commit is contained in:
parent
16d1aa5109
commit
707a293baa
@ -37,7 +37,9 @@ gbp import-orig --upstream-version=$VERSION ../notcurses_$VERSION+dfsg.orig.tar.
|
|||||||
git push --tags
|
git push --tags
|
||||||
dpkg-buildpackage --build=source
|
dpkg-buildpackage --build=source
|
||||||
cd ..
|
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 -
|
cd -
|
||||||
git push
|
git push
|
||||||
rm debian/files
|
rm debian/files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user