From 1073b3e226df67a2328dace0d93f2337a62e9f04 Mon Sep 17 00:00:00 2001 From: Mason James Date: Sat, 1 Apr 2023 03:21:54 +1300 Subject: [PATCH] Bug 33168: (follow-up) Swap spaces for tabs Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Barbara Johnson https://bugs.koha-community.org/show_bug.cgi?id=32041 --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 572d5533cc..8027ea5299 100755 --- a/debian/rules +++ b/debian/rules @@ -48,5 +48,5 @@ override_dh_compress: dh_compress --exclude=history.txt --exclude=contributors.yaml --exclude=teams.yaml override_dh_installchangelogs: - # Debian Buster onwards renames history.txt to changelog which breaks Koha's timeline feature - dh_installchangelogs --exclude=history.txt + # Debian Buster onwards renames history.txt to changelog which breaks Koha's timeline feature + dh_installchangelogs --exclude=history.txt -- 2.30.2