This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository armagetronad.
commit de17b6d8770b094ab5b3b569bf5d1eb20c48cf5f Author: Markus Koschany <[email protected]> Date: Fri Sep 11 09:45:24 2015 +0200 debian/rules: Build --with systemd --- debian/control | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index caa50f2..9282b17 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Uploaders: Build-Depends: autotools-dev, debhelper (>= 9), + dh-systemd (>= 1.5), imagemagick, libgl1-mesa-dev, libglu1-mesa-dev, diff --git a/debian/rules b/debian/rules index 831241e..223cfdd 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ SERVER_OPTS := --disable-glout --disable-useradd --disable-init --enable-authent CLIENT_OPTS := --enable-glout %: - dh $@ --parallel --with autotools_dev + dh $@ --parallel --with autotools_dev,systemd override_dh_auto_configure: mkdir -p client -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/armagetronad.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

