diff -Nru mpdris2-0.9/configure.ac mpdris2-0.9.1/configure.ac --- mpdris2-0.9/configure.ac 2021-01-19 08:22:00.000000000 +0000 +++ mpdris2-0.9.1/configure.ac 2021-01-20 08:14:37.000000000 +0000 @@ -1,5 +1,5 @@ AC_INIT([mpDris2], - [0.9], + [0.9.1], [https://github.com/eonpatapon/mpDris2/issues], [mpdris2], [https://github.com/eonpatapon/mpDris2]) diff -Nru mpdris2-0.9/debian/changelog mpdris2-0.9.1/debian/changelog --- mpdris2-0.9/debian/changelog 2021-01-19 16:58:26.000000000 +0000 +++ mpdris2-0.9.1/debian/changelog 2021-01-25 10:46:30.000000000 +0000 @@ -1,3 +1,13 @@ +mpdris2 (0.9.1-1) unstable; urgency=medium + + * New upstream release + - Drop patch added in previous version, applied upstream + * Update watch file format version to 4 + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse + + -- Simon McVittie Mon, 25 Jan 2021 10:46:30 +0000 + mpdris2 (0.9-1) unstable; urgency=medium * New upstream release diff -Nru mpdris2-0.9/debian/gbp.conf mpdris2-0.9.1/debian/gbp.conf --- mpdris2-0.9/debian/gbp.conf 2021-01-19 16:58:26.000000000 +0000 +++ mpdris2-0.9.1/debian/gbp.conf 2021-01-25 10:46:30.000000000 +0000 @@ -1,4 +1,4 @@ [DEFAULT] -debian-branch = debian/master +debian-branch = debian/latest upstream-branch = upstream/latest pristine-tar = True diff -Nru mpdris2-0.9/debian/patches/Log-to-systemd-journal-when-started-via-systemd.patch mpdris2-0.9.1/debian/patches/Log-to-systemd-journal-when-started-via-systemd.patch --- mpdris2-0.9/debian/patches/Log-to-systemd-journal-when-started-via-systemd.patch 2021-01-19 16:58:26.000000000 +0000 +++ mpdris2-0.9.1/debian/patches/Log-to-systemd-journal-when-started-via-systemd.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,27 +0,0 @@ -From: Simon McVittie -Date: Tue, 19 Jan 2021 16:52:59 +0000 -Subject: Log to systemd journal when started via systemd - -Commit d34b8821 only did this when started by the dbus-daemon using -traditional (non-systemd) activation, which seems odd when trying to -use a systemd-specific feature. - -Signed-off-by: Simon McVittie -Forwarded: https://github.com/eonpatapon/mpDris2/pull/140 ---- - src/mpDris2.service.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/mpDris2.service.in b/src/mpDris2.service.in -index 3a8e006..b612804 100644 ---- a/src/mpDris2.service.in -+++ b/src/mpDris2.service.in -@@ -3,7 +3,7 @@ Description=mpDris2 - Music Player Daemon D-Bus bridge - - [Service] - Restart=on-failure --ExecStart=@bindir@/mpDris2 -+ExecStart=@bindir@/mpDris2 --use-journal - BusName=org.mpris.MediaPlayer2.mpd - - [Install] diff -Nru mpdris2-0.9/debian/patches/series mpdris2-0.9.1/debian/patches/series --- mpdris2-0.9/debian/patches/series 2021-01-19 16:58:26.000000000 +0000 +++ mpdris2-0.9.1/debian/patches/series 2021-01-25 10:46:30.000000000 +0000 @@ -1,3 +1,2 @@ -Log-to-systemd-journal-when-started-via-systemd.patch Don-t-run-systemd-service-for-root-or-system-users.patch debian/Put-example-configuration-in-u-s-d-mpdris2-examples.patch diff -Nru mpdris2-0.9/debian/upstream/metadata mpdris2-0.9.1/debian/upstream/metadata --- mpdris2-0.9/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ mpdris2-0.9.1/debian/upstream/metadata 2021-01-25 10:46:30.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/eonpatapon/mpDris2/issues +Bug-Submit: https://github.com/eonpatapon/mpDris2/issues/new +Repository: https://github.com/eonpatapon/mpDris2.git +Repository-Browse: https://github.com/eonpatapon/mpDris2 diff -Nru mpdris2-0.9/debian/watch mpdris2-0.9.1/debian/watch --- mpdris2-0.9/debian/watch 2021-01-19 16:58:26.000000000 +0000 +++ mpdris2-0.9.1/debian/watch 2021-01-25 10:46:30.000000000 +0000 @@ -1,3 +1,4 @@ -version=3 -opts="dversionmangle=s/[+~]git[0-9]+//,filenamemangle=s/.*\/(\d[\d\.]*)\.tar\.gz/mpDris2-$1.tar.gz/" \ -https://github.com/eonpatapon/mpDris2/tags (?:.*/)?(\d[\d\.]*)\.tar\.gz +version=4 +opts=dversionmangle=s/[+~]git[0-9]+//,filenamemangle=s/.*\/(\d[\d\.]*)\.tar\.gz/mpDris2-$1.tar.gz/ \ +https://github.com/eonpatapon/mpDris2/tags \ +(?:.*/)?(\d[\d\.]*)\.tar\.gz diff -Nru mpdris2-0.9/NEWS mpdris2-0.9.1/NEWS --- mpdris2-0.9/NEWS 2021-01-19 08:22:00.000000000 +0000 +++ mpdris2-0.9.1/NEWS 2021-01-20 08:14:37.000000000 +0000 @@ -1,3 +1,7 @@ +mpDris2 v0.9.1 (January 20, 2021) + + - Use journald when using systemd service + mpDris2 v0.9 (January 19, 2021) - Bug fixes diff -Nru mpdris2-0.9/src/mpDris2.service.in mpdris2-0.9.1/src/mpDris2.service.in --- mpdris2-0.9/src/mpDris2.service.in 2021-01-19 08:22:00.000000000 +0000 +++ mpdris2-0.9.1/src/mpDris2.service.in 2021-01-20 08:14:37.000000000 +0000 @@ -3,7 +3,7 @@ [Service] Restart=on-failure -ExecStart=@bindir@/mpDris2 +ExecStart=@bindir@/mpDris2 --use-journal BusName=org.mpris.MediaPlayer2.mpd [Install]