From 2809ecbf4811a46bbb790b8cd9781e5061b16eab Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 13 Nov 2025 22:33:09 +0900
Subject: DEB buildscripts: add tqtinterface when building for r14.1.x

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 debian/_buildscripts/local/01_base_01.sh | 3 +++
 debian/_buildscripts/local/README.txt    | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/_buildscripts/local/01_base_01.sh b/debian/_buildscripts/local/01_base_01.sh
index 6ffe8ee1c..ed8c46d62 100755
--- a/debian/_buildscripts/local/01_base_01.sh
+++ b/debian/_buildscripts/local/01_base_01.sh
@@ -11,6 +11,9 @@ build_module "dependencies/libart-lgpl"
 build_module "dependencies/libcaldav"
 build_module "dependencies/libcarddav"
 build_module "dependencies/tqt"
+if [[ "$DEFAULT_REPO_BRANCH" == "r14.1.x" ]]; then
+  build_module "dependencies/tqtinterface"
+fi
 build_module "dependencies/arts"
 build_module "dependencies/dbus-1-tqt"
 build_module "dependencies/tqca"
diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt
index 83300c7af..500435c09 100644
--- a/debian/_buildscripts/local/README.txt
+++ b/debian/_buildscripts/local/README.txt
@@ -22,7 +22,8 @@ A) Environment preparation
      Different instructions will be provided where necessary, based on the choice made.
      More on this at point 9).
 
-1) Install following packages: bc, cdbs, git, pbuilder, quilt, rsync, sudo and required dependencies.
+1) Install following packages: bc, build-essential, cdbs, debhelper, fakeroot, git, pbuilder, quilt,
+   rsync, sudo and required dependencies.
    To build some python related packages, you will also need to install dh-python and python3-setuptools.
    NOTE:
    pytdeextensions requires some actions before you can build it (even in a clean environment) due to the current build scripts
-- 
cgit v1.2.3

