[SCM] forked-daapd/master: Install systemd service enabled by default

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Apr 2 11:21:35 UTC 2017


The following commit has been merged in the master branch:
commit b6fb8ecc04dd61013386a0a337844bce9b4f86a6
Author: Balint Reczey <balint.reczey at canonical.com>
Date:   Sun Apr 2 11:54:47 2017 +0200

    Install systemd service enabled by default
    
    Closes: #858696

diff --git a/debian/control b/debian/control
index c202761..3278292 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Build-Depends: debhelper (>= 9~),
                gperf,
                autotools-dev,
                dh-autoreconf,
+               dh-systemd,
                libcurl4-gnutls-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/forked-daapd.git
diff --git a/debian/rules b/debian/rules
index 3053c2b..e8d86db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DH_OPTIONS
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --with systemd
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-lastfm --enable-mpd --enable-itunes --enable-chromecast --with-pulseaudio

-- 
forked-daapd packaging



More information about the pkg-multimedia-commits mailing list