File 0001-Remove-trailing-space-from-first-line-of-systemd_use.patch of Package debbuild-macros
From f52d8af0d08dab055a4ef333a352c8a9697beed5 Mon Sep 17 00:00:00 2001
From: Victor Zhestkov <vzhestkov@suse.com>
Date: Thu, 17 Mar 2022 00:09:20 +0300
Subject: [PATCH] Remove trailing space from first line of systemd_user_preun
---
macros.systemd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/macros.systemd b/macros.systemd
index aaf1c47..7be7c1f 100644
--- a/macros.systemd
+++ b/macros.systemd
@@ -53,7 +53,7 @@ fi \
%{nil}
%systemd_user_preun() \
-if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then\
+if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then\
# Package removal, not upgrade \
systemctl --no-reload --user --global disable %{?*} > /dev/null 2>&1 || : \
fi \
--
2.35.1