Control: tags 1096425 + patch Control: tags 1096425 + pending -- Dear maintainer,
I've prepared an NMU for cflow (versioned as 1:1.7-5.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer. -- Regards Sudip diff -Nru cflow-1.7/debian/changelog cflow-1.7/debian/changelog --- cflow-1.7/debian/changelog 2023-09-06 16:29:20.000000000 +0100 +++ cflow-1.7/debian/changelog 2025-09-17 19:41:52.000000000 +0100 @@ -1,3 +1,10 @@ +cflow (1:1.7-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc-15. (Closes: #1096425) + + -- Sudip Mukherjee <[email protected]> Wed, 17 Sep 2025 19:41:52 +0100 + cflow (1:1.7-5) unstable; urgency=medium * debian/control: Bump Standards-Version to "4.6.2". diff -Nru cflow-1.7/debian/patches/fix-ftbfs-gcc-15.patch cflow-1.7/debian/patches/fix-ftbfs-gcc-15.patch --- cflow-1.7/debian/patches/fix-ftbfs-gcc-15.patch 1970-01-01 01:00:00.000000000 +0100 +++ cflow-1.7/debian/patches/fix-ftbfs-gcc-15.patch 2025-09-17 19:41:26.000000000 +0100 @@ -0,0 +1,18 @@ +Description: Fix FTBFS with gcc-15 + +Origin: upstream, https://cgit.git.savannah.gnu.org/cgit/cflow.git/commit?id=1cfcb3205b630702c26ff778156d1ccddab0f5f8 +Bug-Debian: https://bugs.debian.org/1096425 +Last-Update: 2025-09-17 +--- + +--- cflow-1.7.orig/src/cflow.h ++++ cflow-1.7/src/cflow.h +@@ -207,7 +207,7 @@ void delete_autos(int level); + void delete_statics(void); + void delete_parms(int level); + void move_parms(int level); +-size_t collect_symbols(Symbol ***, int (*sel)(), size_t rescnt); ++size_t collect_symbols(Symbol ***, int (*sel)(Symbol *p), size_t rescnt); + size_t collect_functions(Symbol ***return_sym); + struct linked_list *linked_list_create(linked_list_free_data_fp fun); + void linked_list_destroy(struct linked_list **plist); diff -Nru cflow-1.7/debian/patches/series cflow-1.7/debian/patches/series --- cflow-1.7/debian/patches/series 2022-08-31 21:48:39.000000000 +0100 +++ cflow-1.7/debian/patches/series 2025-09-17 19:38:59.000000000 +0100 @@ -1 +1,2 @@ 01_add_v1.7opts_to_manpage.patch +fix-ftbfs-gcc-15.patch

