Control: tags -1 patch
Please consider applying the attached debdiff to drop the gtk support.
diff -Nru timidity-2.14.0/debian/changelog timidity-2.14.0/debian/changelog
--- timidity-2.14.0/debian/changelog 2023-04-07 18:22:10.000000000 +0000
+++ timidity-2.14.0/debian/changelog 2023-09-02 06:55:13.000000000 +0000
@@ -1,3 +1,10 @@
+timidity (2.14.0-8.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop GTK 2 support (Closes: #967777).
+
+ -- Bastian Germann <[email protected]> Sat, 02 Sep 2023 06:55:13 +0000
+
timidity (2.14.0-8.1) unstable; urgency=medium
* Non-maintainer upload
diff -Nru timidity-2.14.0/debian/control timidity-2.14.0/debian/control
--- timidity-2.14.0/debian/control 2023-04-07 18:22:10.000000000 +0000
+++ timidity-2.14.0/debian/control 2023-09-02 06:55:13.000000000 +0000
@@ -7,7 +7,6 @@
dh-exec,
libasound2-dev [linux-any],
libflac-dev,
- libgtk2.0-dev,
libjack-dev,
libao-dev,
libncurses-dev,
@@ -76,7 +75,7 @@
This package provides extra TiMidity++ user interfaces, which have
limited functionality when compared to those in the main package.
.
- Interfaces in this package: VT100, Tcl/Tk, S-Lang, XSkin, GTK2
+ Interfaces in this package: VT100, Tcl/Tk, S-Lang, XSkin
Package: timidity-el
Section: lisp
diff -Nru timidity-2.14.0/debian/rules timidity-2.14.0/debian/rules
--- timidity-2.14.0/debian/rules 2023-04-07 18:22:10.000000000 +0000
+++ timidity-2.14.0/debian/rules 2023-09-02 06:55:13.000000000 +0000
@@ -20,7 +20,7 @@
dh_auto_configure -- \
--with-default-path=/etc/timidity \
--enable-interface=$(interface) \
- --enable-dynamic=slang,tcltk,vt100,xskin,gtk \
+ --enable-dynamic=slang,tcltk,vt100,xskin \
--disable-server --disable-network \
--enable-spectrogram --enable-wrd \
--with-x \