From: Rhonda D'Vine <rhonda@debian.org>
Date: Fri, 13 May 2022 20:12:40 +0800
Subject: Remove --force option from po4a calls

 The --force option forced a regenerate of the pot files on every call,
 hindering the reproducible buildability of the package
---
 GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 6051159..88e98ad 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -173,12 +173,12 @@ po/dctrl-tools.pot : $(src) lib/msg.h
 # create (or update) dctrl-tools-man.pot
 man/po4a/po/dctrl-tools-man.pot :
 	touch man/po4a/po/dctrl-tools-man.pot
-	$(PO4A) --force --no-translations $(PO4A_CONFIG)
+	$(PO4A) --no-translations $(PO4A_CONFIG)
 
 # build translated manpages in man/translated/$lang/
 po4a :
 	touch man/po4a/po/dctrl-tools-man.pot
-	$(PO4A) --force --no-backups $(PO4A_CONFIG)
+	$(PO4A) --no-backups $(PO4A_CONFIG)
 
 # handle the "%.1 : %.1.cp" rule if and only if the grep-dctrl.1.cp file exists
 translated-man : po4a
