[bzflag] 10/14: Build --with systemd and build-depend on dh-systemd.

Markus Koschany apo-guest at moszumanska.debian.org
Sun Nov 1 16:47:32 UTC 2015


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

apo-guest pushed a commit to branch master
in repository bzflag.

commit 1881ea27acc389beeeb89d1daa6af938166c0467
Author: Markus Koschany <apo at debian.org>
Date:   Sun Nov 1 16:37:47 2015 +0100

    Build --with systemd and build-depend on dh-systemd.
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6fb173b..c77b98c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Ryan Kavanagh <rak at debian.org>, Tim Riker <Tim at Rikers.org>
 Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9)
+ , dh-systemd
  , dh-autoreconf
  , groff
  , libcurl4-gnutls-dev | libcurl4-dev | libcurl-dev
diff --git a/debian/rules b/debian/rules
index 09fb319..d7b6d30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 endif
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel --with autoreconf,systemd
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_OPTS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/bzflag.git



More information about the Pkg-games-commits mailing list