Bug#745364: audtty: diff for NMU version 0.1.12-7.1
Control: tags 745364 + patch
Control: tags 745364 + pending
Dear maintainer,
I've prepared an NMU for audtty (versioned as 0.1.12-7.1) and uploaded
it to DELAYED/14. Please feel free to tell me if I should cancel it.
cu
Adrian
diffstat for audtty-0.1.12 audtty-0.1.12
changelog | 8 ++++++++
patches/playlist_jump.patch | 15 +++++++++++++++
patches/series | 1 +
3 files changed, 24 insertions(+)
diff -Nru audtty-0.1.12/debian/changelog audtty-0.1.12/debian/changelog
--- audtty-0.1.12/debian/changelog 2025-08-22 12:07:26.000000000 +0300
+++ audtty-0.1.12/debian/changelog 2025-09-19 22:35:19.000000000 +0300
@@ -1,3 +1,11 @@
+audtty (0.1.12-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix incorrect playlist_jump() call, thanks to Michael Tautschnig.
+ (Closes: #745364)
+
+ -- Adrian Bunk <bunk@debian.org> Fri, 19 Sep 2025 22:35:19 +0300
+
audtty (0.1.12-7) unstable; urgency=medium
* Team upload.
diff -Nru audtty-0.1.12/debian/patches/playlist_jump.patch audtty-0.1.12/debian/patches/playlist_jump.patch
--- audtty-0.1.12/debian/patches/playlist_jump.patch 1970-01-01 02:00:00.000000000 +0200
+++ audtty-0.1.12/debian/patches/playlist_jump.patch 2025-09-19 22:35:19.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix incorrect playlist_jump() call
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/745364
+
+--- audtty-0.1.12.orig/main.c
++++ audtty-0.1.12/main.c
+@@ -203,7 +203,7 @@ static void controls(gint c)
+ audacious_remote_toggle_repeat(dbus_proxy);
+ break;
+ case 'j':
+- playlist_jump(list);
++ playlist_jump();
+ mainwin_repaint();
+ break;
+ case 'h':
diff -Nru audtty-0.1.12/debian/patches/series audtty-0.1.12/debian/patches/series
--- audtty-0.1.12/debian/patches/series 2025-08-22 12:07:26.000000000 +0300
+++ audtty-0.1.12/debian/patches/series 2025-09-19 22:35:19.000000000 +0300
@@ -3,3 +3,4 @@
02-glib_include_link
03_audclient
cross.patch
+playlist_jump.patch
Reply to: