[SCM] rtkit/master: Pass systemd unit dir to the configure script, thanks to Daniel Schaal for the patch (Closes: #612084).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 9 09:01:19 UTC 2011


The following commit has been merged in the master branch:
commit b3f4efb29da55c69b132c0c7f2fec797d9f54dbb
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 9 10:00:40 2011 +0100

    Pass systemd unit dir to the configure script, thanks to Daniel Schaal for the patch (Closes: #612084).

diff --git a/debian/rules b/debian/rules
index 5d70afa..5e222b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS += --with-systemdsystemunitdir=/lib/systemd/system
+
 common-install-arch::
 	$(CURDIR)/rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
 	install -m 644 -D org.freedesktop.RealtimeKit1.xml $(CURDIR)/debian/rtkit/usr/share/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml

-- 
rtkit packaging



More information about the pkg-multimedia-commits mailing list