[debhelper-devel] [Git][debian/debhelper][master] autoscripts/postinst-systemd-restart: Fix indentation

Niels Thykier gitlab at salsa.debian.org
Thu Feb 15 18:58:03 UTC 2018


Niels Thykier pushed to branch master at Debian / debhelper


Commits:
8ded5825 by Christoph Biedl at 2018-02-15T18:56:13+00:00
autoscripts/postinst-systemd-restart: Fix indentation

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -


2 changed files:

- autoscripts/postinst-systemd-restart
- debian/changelog


Changes:

=====================================
autoscripts/postinst-systemd-restart
=====================================
--- a/autoscripts/postinst-systemd-restart
+++ b/autoscripts/postinst-systemd-restart
@@ -1,6 +1,6 @@
 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
-		if [ -d /run/systemd/system ]; then
-			systemctl --system daemon-reload >/dev/null || true
+	if [ -d /run/systemd/system ]; then
+		systemctl --system daemon-reload >/dev/null || true
 		if [ -n "$2" ]; then
 			_dh_action=restart
 		else


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ debhelper (11.1.5) UNRELEASED; urgency=medium
   * dh_installman: Ditto.
   * meson.pm: Apply patch from Jakub Wilk to fix typo in the name
     of the "C.UTF-8" locale.
+  * autoscripts/postinst-systemd-restart: Apply patch from
+    Christoph Biedl to fix indentation.  (Closes: #890373)
 
  -- Niels Thykier <niels at thykier.net>  Sun, 04 Feb 2018 18:03:34 +0000
 



View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/8ded5825603b626362a4f54e2e02cc91d3c4e03c

---
View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/8ded5825603b626362a4f54e2e02cc91d3c4e03c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debhelper-devel/attachments/20180215/d4b189d8/attachment-0001.html>


More information about the debhelper-devel mailing list