[Pkg-mpd-commits] [SCM] Git repository for pkg-mpd branch, master, updated. debian/0.16.8-1-11-gace771f

Alexander Wirt formorer at debian.org
Wed Jun 27 18:41:15 UTC 2012


The following commit has been merged in the master branch:
commit ace771f2551e688b4582ba47de488ae309b5f004
Author: Alexander Wirt <formorer at debian.org>
Date:   Wed Jun 27 20:31:22 2012 +0200

    Add systemd support

diff --git a/debian/control b/debian/control
index 4f79190..ced8a74 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Build-Depends: debhelper (>= 9),
                libresid-builder-dev,
                libsamplerate0-dev,
                libshout3-dev,
+               libsystemd-daemon-dev,
                libsidplay2-dev,
                libsqlite3-dev,
                libvorbis-dev [!arm !armel !armeb],
diff --git a/debian/mpd.install b/debian/mpd.install
index e298e3f..7a73d74 100644
--- a/debian/mpd.install
+++ b/debian/mpd.install
@@ -1,2 +1,3 @@
 debian/mpd.conf			etc
 usr/bin/mpd             usr/bin
+lib/systemd/system
diff --git a/debian/rules b/debian/rules
index f188893..f4efada 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,10 @@ override_dh_auto_configure:
 		--enable-mikmod \
 		--enable-soundcloud \
 		--enable-iso9660 \
+		--enable-systemd-daemon \
 		--enable-modplug \
 		--enable-curl \
+		--with-systemdsystemunitdir=/lib/systemd/system \
 		--prefix=/usr \
 		--sysconfdir=/etc/mpd
 

-- 
Git repository for pkg-mpd



More information about the Pkg-mpd-commits mailing list