Control: tags -1 pending

I have prepared an NMU fixing this bug (debdiff below; also in Salsa), and intend to upload it in 2 days if nobody objects.

diff -Nru tint2-17.0.1/debian/changelog tint2-17.0.1/debian/changelog
--- tint2-17.0.1/debian/changelog       2023-11-03 12:40:45.000000000 +0000
+++ tint2-17.0.1/debian/changelog       2025-03-08 13:54:41.000000000 +0000
@@ -1,3 +1,10 @@
+tint2 (17.0.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Link tint2conf against libm. (Closes: #1082699)
+
+ -- Rebecca N. Palmer <rebecca_pal...@zoho.com> Sat, 08 Mar 2025 13:54:41 +0000
+
 tint2 (17.0.1-1.1) unstable; urgency=medium

   * Non-maintainer upload.
diff -Nru tint2-17.0.1/debian/patches/series tint2-17.0.1/debian/patches/series
--- tint2-17.0.1/debian/patches/series  2023-11-01 14:58:29.000000000 +0000
+++ tint2-17.0.1/debian/patches/series  2024-12-18 21:14:31.000000000 +0000
@@ -1 +1,2 @@
 glib2.76.patch
+tint2conf-libm-1082699.patch
diff -Nru tint2-17.0.1/debian/patches/tint2conf-libm-1082699.patch tint2-17.0.1/debian/patches/tint2conf-libm-1082699.patch --- tint2-17.0.1/debian/patches/tint2conf-libm-1082699.patch 1970-01-01 01:00:00.000000000 +0100 +++ tint2-17.0.1/debian/patches/tint2conf-libm-1082699.patch 2024-12-18 21:15:18.000000000 +0000
@@ -0,0 +1,16 @@
+Description: tint2conf also uses libm
+
+Bug-Debian: https://bugs.debian.org/1082699
+Forwarded: no
+Last-Update: 2024-12-18
+
+--- tint2-17.0.1.orig/src/tint2conf/CMakeLists.txt
++++ tint2-17.0.1/src/tint2conf/CMakeLists.txt
+@@ -65,6 +65,7 @@ target_link_libraries( tint2conf ${X11_T
+                                  ${GTHREAD2_LIBRARIES}
+                                  ${GTK3_LIBRARIES}
+                                  ${RSVG_LIBRARIES} )
++target_link_libraries( tint2conf m )
+
+ add_definitions( -DINSTALL_PREFIX=\"${CMAKE_INSTALL_PREFIX}\" )
+ add_definitions( -DLOCALEDIR=\"${CMAKE_INSTALL_FULL_LOCALEDIR}\" )

Reply via email to