This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit 2fcdfad4b98272a8620abcec4e164893f40f9f7e Author: Vincent Cheng <[email protected]> Date: Tue Apr 28 02:36:11 2015 -0700 fix spurious update-rc.d warnings --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4f36c1d..8854f40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ wesnoth-1.12 (1:1.12.2-2) unstable; urgency=medium * Add metapackages for wesnoth{,-core,-music} since 1.12 is a stable branch. * Add systemd service file for wesnoth-1.12-server. (Closes: #780854) - Add build-depends on dh-systemd (>= 1.5). + * Fix spurious update-rc.d warnings. (Closes: #783598) -- Vincent Cheng <[email protected]> Tue, 28 Apr 2015 01:50:44 -0700 diff --git a/debian/rules b/debian/rules index 9d950b9..9d4d5a2 100755 --- a/debian/rules +++ b/debian/rules @@ -113,7 +113,7 @@ binary-common: dh_lintian dh_pysupport dh_systemd_enable - dh_installinit -u 'stop 20 0 1 2 3 4 5 6 .' + dh_installinit dh_systemd_start dh_installman dh_strip --dbg-package=wesnoth-$(BRANCH_VERSION)-dbg -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

