[SCM] Debian packaging of wesnoth branch, master, updated. debian/1.8-2-88-gc86df81
Gerfried Fuchs
rhonda at debian.at
Mon Apr 19 21:48:04 UTC 2010
The following commit has been merged in the master branch:
commit c86df811aa1b9404df9da687d954ffd9680c9db0
Author: Gerfried Fuchs <rhonda at debian.at>
Date: Mon Apr 19 23:48:00 2010 +0200
only create stop links for server
diff --git a/debian/changelog b/debian/changelog
index 05257e5..391a21d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ wesnoth-1.8 (1:1.8-3) unstable; urgency=low
* Remove parallel build support again, it's dysfunctional and proper support
would require major debian/rules rewrite.
+ * Only create stop symlinks for the server. Starting a lan games starts the
+ server automatically and having it running all the time is rare.
+ (LP: #109434)
--
diff --git a/debian/rules b/debian/rules
index dc7fffe..db1350d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -144,7 +144,7 @@ binary-common:
dh_installmenu
dh_lintian
dh_pysupport
- dh_installinit
+ dh_installinit -u 'stop 20 0 1 6 .'
dh_installman
dh_strip --dbg-package=wesnoth-$(BRANCH_VERSION)-dbg
dh_compress
--
Debian packaging of wesnoth
More information about the Pkg-games-commits
mailing list