[SCM] forked-daapd/master: Update d/rules hack to install .service file

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Jul 31 00:16:34 UTC 2017


The following commit has been merged in the master branch:
commit 03075159f032086daa519c2a68e4870c177d471c
Author: Balint Reczey <balint.reczey at canonical.com>
Date:   Mon Jul 31 01:33:28 2017 +0200

    Update d/rules hack to install .service file

diff --git a/debian/rules b/debian/rules
index e8d86db..ed17223 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-lastfm --enable-mpd --enable-itunes --enable-chromecast --with-pulseaudio
-	cp $(CURDIR)/forked-daapd.service debian/
 
 override_dh_auto_install:
+	cp $(CURDIR)/forked-daapd.service debian/
 	dh_auto_install
 	rm debian/forked-daapd/usr/lib/*/forked-daapd/forked-daapd-sqlext.la
 
@@ -31,3 +31,7 @@ override_dh_makeshlibs:
 
 override_dh_installdocs:
 	dh_installdocs -XNEWS
+
+override_dh_clean:
+	dh_clean
+	rm -f debian/forked-daapd.service

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list