From 289262a517ab91e32d5982dee4c1cdc9c9d7e75a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:41:39 +0200 Subject: Adding debian version 1.0.1-5. Signed-off-by: Daniel Baumann --- debian/rules | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..38d4334 --- /dev/null +++ b/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +# Print all logging info to stdout so it +# shows up in build logs. +export MESON_PRINT_TEST_OUTPUT=1 + +export QT_SELECT=qt5 + +# We're not in 1963 anymore, Toto! +export LC_ALL=C.UTF-8 + +export PYBUILD_NAME=meson + +%: + dh $@ --with python3 --buildsystem=pybuild --with bash-completion + +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +override_dh_auto_test: + ./run_tests.py +endif -- cgit v1.2.3