[debian-edu-commits] debian-edu/pkg-team/ 91/159: never restart on upgrade

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit 31d7944c05b79ae64049fac3aa2b4ba5f7d9aabb
Author: mirabilos <tg at mirbsd.org>
Date:   Wed Aug 26 21:30:24 2015 +0200

    never restart on upgrade
---
 changelog | 3 ++-
 rules     | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 9352ce9..b2d99dd 100644
--- a/changelog
+++ b/changelog
@@ -12,8 +12,9 @@ xrdp (0.9.0~git20150826-1~alpha1) teckids; urgency=medium
   * Use dpkg-buildflags; enable hardening and -Wl,--as-needed
   * Update the README files
   * Lots of lintian and other warning fixes (C, rpath, manpage, NX stack, …)
+  * Never restart on upgrade
 
- -- Thorsten Glaser <thorsten.glaser at teckids.org>  Wed, 26 Aug 2015 21:03:03 +0200
+ -- Thorsten Glaser <thorsten.glaser at teckids.org>  Wed, 26 Aug 2015 21:29:59 +0200
 
 xrdp (0.9.0~git20150803-1~alpha3) teckids; urgency=medium
 
diff --git a/rules b/rules
index ec7f93c..954422d 100755
--- a/rules
+++ b/rules
@@ -48,3 +48,9 @@ override_dh_auto_install:
 	find debian/xrdp/ -name \*.la -print0 | xargs -0 rm -f --
 	find debian/xrdp/usr/lib/xorg/modules -name \*.a -print0 | \
 	    xargs -0 strip --strip-debug --
+
+override_dh_installinit:
+	dh_installinit --no-restart-on-upgrade
+
+override_dh_systemd_start:
+	dh_systemd_start --no-restart-on-upgrade

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/xrdp.git



More information about the debian-edu-commits mailing list