[Pkg-mpd-commits] [pkg-mpd] 01/08: use dh-systemd (closes: #715164)

Florian Schlichting fsfs at alioth.debian.org
Fri Aug 9 12:42:39 UTC 2013


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

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit fddf768afef046fe2a0f729bc20a3054b3dd6591
Author: Michael Stapelberg <stapelberg at debian.org>
Date:   Fri Aug 9 13:41:22 2013 +0200

    use dh-systemd (closes: #715164)
---
 debian/control |    3 ++-
 debian/rules   |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4a304a9..5fbdd7f 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,8 @@ Build-Depends: debhelper (>= 9),
                libwildmidi-dev,
                libwrap0-dev,
                xmlto,
-               zlib1g-dev
+               zlib1g-dev,
+               dh-systemd (>= 1.4)
 Standards-Version: 3.9.4
 Homepage: http://www.musicpd.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-mpd/pkg-mpd.git
diff --git a/debian/rules b/debian/rules
index bc0a8e7..6e1d767 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ endif
 LDFLAGS += -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --with=systemd
 
 override_dh_auto_configure:
 	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) $(ENABLE_FFADO) \

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



More information about the Pkg-mpd-commits mailing list