diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-08-17 17:24:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-08-17 17:24:35 +0200 |
commit | dde9fa50515beede0b5002767a2801fa9ddfd21f (patch) | |
tree | ff11ec03cce5c3c5f6475593755ea82cb38911c5 /debian/rules | |
parent | e605fe5dffe686241847c67166fe2414b48ee2a8 (diff) | |
parent | 582c42a723a979e5b6a1a56caad717ca21a51c98 (diff) |
Merge branch 'release/debian/0.7.3-2'HEADdebian/0.7.3-2master
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |