From 6bb6785a5b87d10aeea84d26bbf62dbd27766e0e Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Thu, 19 Mar 2026 15:55:34 +0100
Subject: DEB koffice-i18n: Fix FTBFS for build only "all" - independent of
 architectures.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 debian/_base/applications/office/koffice-i18n/debian/rules | 4 ++++
 ubuntu/_base/applications/office/koffice-i18n/debian/rules | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/debian/_base/applications/office/koffice-i18n/debian/rules b/debian/_base/applications/office/koffice-i18n/debian/rules
index 2a292557e..84cbbcc84 100755
--- a/debian/_base/applications/office/koffice-i18n/debian/rules
+++ b/debian/_base/applications/office/koffice-i18n/debian/rules
@@ -136,6 +136,10 @@ debian-clean:
 	dh_clean
 
 
+build-arch: build
+
+build-indep: build
+
 binary-arch: build
 	dh_testroot
 	dh_testdir
diff --git a/ubuntu/_base/applications/office/koffice-i18n/debian/rules b/ubuntu/_base/applications/office/koffice-i18n/debian/rules
index 2a292557e..84cbbcc84 100755
--- a/ubuntu/_base/applications/office/koffice-i18n/debian/rules
+++ b/ubuntu/_base/applications/office/koffice-i18n/debian/rules
@@ -136,6 +136,10 @@ debian-clean:
 	dh_clean
 
 
+build-arch: build
+
+build-indep: build
+
 binary-arch: build
 	dh_testroot
 	dh_testdir
-- 
cgit v1.2.3

