Control: tags 1114255 + patch
Control: tags 1114255 + pending

Dear maintainer,

I've prepared an NMU for parcellite (versioned as 1.2.1-9.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should
cancel it.

cu
Adrian
diffstat for parcellite-1.2.1 parcellite-1.2.1

 changelog            |    7 +++++++
 patches/gcc-15.patch |   15 +++++++++++++++
 patches/series       |    1 +
 3 files changed, 23 insertions(+)

diff -Nru parcellite-1.2.1/debian/changelog parcellite-1.2.1/debian/changelog
--- parcellite-1.2.1/debian/changelog	2025-05-02 00:01:34.000000000 +0300
+++ parcellite-1.2.1/debian/changelog	2025-10-07 20:34:07.000000000 +0300
@@ -1,3 +1,10 @@
+parcellite (1.2.1-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 15. (Closes: #1114255)
+
+ -- Adrian Bunk <[email protected]>  Tue, 07 Oct 2025 20:34:07 +0300
+
 parcellite (1.2.1-9) unstable; urgency=medium
 
   * Add 000-fix-ftbfs-gcc14.patch: Fix FTBFS when using
diff -Nru parcellite-1.2.1/debian/patches/gcc-15.patch parcellite-1.2.1/debian/patches/gcc-15.patch
--- parcellite-1.2.1/debian/patches/gcc-15.patch	1970-01-01 02:00:00.000000000 +0200
+++ parcellite-1.2.1/debian/patches/gcc-15.patch	2025-10-07 20:34:07.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with GCC 15
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1114255
+
+--- parcellite-1.2.1.orig/src/main.c
++++ parcellite-1.2.1/src/main.c
+@@ -2450,7 +2450,7 @@ int main(int argc, char *argv[])
+ 	}	
+   
+   /* Init Parcellite */
+-  parcellite_init(mode);
++  parcellite_init();
+   /*g_printf("Start main loop\n"); */
+   /* Run GTK+ loop */
+   gtk_main();
diff -Nru parcellite-1.2.1/debian/patches/series parcellite-1.2.1/debian/patches/series
--- parcellite-1.2.1/debian/patches/series	2025-05-02 00:01:34.000000000 +0300
+++ parcellite-1.2.1/debian/patches/series	2025-10-07 20:34:07.000000000 +0300
@@ -5,3 +5,4 @@
 ayatana-appindicator.patch
 fix-pop-up-menu-race-condition-gtk3.patch
 000-fix-ftbfs-gcc14.patch
+gcc-15.patch

Reply via email to