From cd08d72b2a6e8735ac9c7877a4cd9122444f2870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2023 21:57:42 +0200 Subject: d/rules: Fix Fails to build source after successful build --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index eea2df1..1c52f9b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_build: $(CURDIR)/resources/locale/compile-po.sh dh_auto_build + +override_dh_auto_clean: + dh_auto_clean + $(RM) $(CURDIR)/resources/locale/*/LC_MESSAGES/*.mo -- cgit v1.2.3