This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository bzflag.
commit 827e1c473f6c5bb7c09276b95c53c471a4352a5e Author: Markus Koschany <[email protected]> Date: Sun Nov 1 17:18:30 2015 +0100 Rename service file to bzflag.service in dh_systemd_enable override. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index d7b6d30..378da33 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,9 @@ ifneq (,$(findstring bzflag-server, $(shell dh_listpackages))) endif dh_auto_install +override_dh_systemd_enable: + dh_systemd_enable --name=bzflag + override_dh_install: # Fix #728167 and install bzfquery to /usr/games cp misc/bzfquery.pl misc/bzfquery -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

