From 5f84782a4fddab2724610169ea9552700b15f838 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 9 Nov 2020 13:04:20 +0100 Subject: debian/rules: Don't drop data/locale/.gitkeep during dh_auto_clean override. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index aad459d..d2e3c9f 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ override_dh_auto_clean: dh_auto_clean - rm -Rfv data/locale + rm -Rfv data/locale/* rm -fv data/applications/ayatana-settings.desktop rm -fv ayatana_settings.egg-info/PKG-INFO rm -fv ayatana_settings.egg-info/SOURCES.txt -- cgit v1.2.3