Package: kitty
Followup-For: Bug #1030054
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lunar ubuntu-patch
Control: tags -1 patch

See attached patch.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru kitty-0.26.5/debian/rules kitty-0.26.5/debian/rules
--- kitty-0.26.5/debian/rules   2023-01-04 03:14:15.000000000 -0800
+++ kitty-0.26.5/debian/rules   2023-01-30 11:29:49.000000000 -0800
@@ -30,8 +30,8 @@
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        mkdir -p "$(HOME)"
        mkdir -p "$(KITTY_RUNTIME_DIRECTORY)"
-       env HOME="$(HOME)" KITTY_RUNTIME_DIRECTORY="$(KITTY_RUNTIME_DIRECTORY)" 
python3 setup.py $(V) build-launcher
-       env HOME="$(HOME)" KITTY_RUNTIME_DIRECTORY="$(KITTY_RUNTIME_DIRECTORY)" 
LC_ALL=C.UTF-8 python3 setup.py $(V) test
+       env HOME="$(HOME)" TERM= 
KITTY_RUNTIME_DIRECTORY="$(KITTY_RUNTIME_DIRECTORY)" python3 setup.py $(V) 
build-launcher
+       env HOME="$(HOME)" TERM= 
KITTY_RUNTIME_DIRECTORY="$(KITTY_RUNTIME_DIRECTORY)" LC_ALL=C.UTF-8 python3 
setup.py $(V) test
 endif
 
 override_dh_auto_install:

Reply via email to