Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Dear Release Team, Please unblock latest forked-daapd in unstable. Changes: forked-daapd (24.2-2) unstable; urgency=medium . * Update my Uploader email address to my Ubuntu one * Install systemd service enabled by default (Closes: #858696) Cheers, Balint unblock: forked-daapd/24.2-2 -- Balint Reczey Debian & Ubuntu Developer
diff -Nru forked-daapd-24.2/debian/changelog forked-daapd-24.2/debian/changelog --- forked-daapd-24.2/debian/changelog 2016-11-10 21:15:49.000000000 +0100 +++ forked-daapd-24.2/debian/changelog 2017-04-02 13:11:25.000000000 +0200 @@ -1,3 +1,10 @@ +forked-daapd (24.2-2) unstable; urgency=medium + + * Update my Uploader email address to my Ubuntu one + * Install systemd service enabled by default (Closes: #858696) + + -- Balint Reczey <[email protected]> Sun, 02 Apr 2017 12:06:56 +0200 + forked-daapd (24.2-1) unstable; urgency=medium [ Espen Jürgensen ] diff -Nru forked-daapd-24.2/debian/control forked-daapd-24.2/debian/control --- forked-daapd-24.2/debian/control 2016-11-10 21:15:49.000000000 +0100 +++ forked-daapd-24.2/debian/control 2017-04-02 13:11:25.000000000 +0200 @@ -1,6 +1,6 @@ Source: forked-daapd Maintainer: Debian Multimedia Maintainers <[email protected]> -Uploaders: Balint Reczey <[email protected]> +Uploaders: Balint Reczey <[email protected]> Section: sound Priority: optional Build-Depends: debhelper (>= 9~), @@ -31,6 +31,7 @@ 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 -Nru forked-daapd-24.2/debian/rules forked-daapd-24.2/debian/rules --- forked-daapd-24.2/debian/rules 2016-11-10 21:15:49.000000000 +0100 +++ forked-daapd-24.2/debian/rules 2017-04-02 13:11:25.000000000 +0200 @@ -13,7 +13,7 @@ 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

