Control: tags 1066421 + patch
Control: tags 1066421 + pending

Dear maintainer,

I've prepared an NMU for mpb (versioned as 1.11.1-5.1) and
uploaded it to unstable.

Regards.


-- 
WBR, wRAR
diff -Nru mpb-1.11.1/debian/changelog mpb-1.11.1/debian/changelog
--- mpb-1.11.1/debian/changelog	2022-12-15 02:17:01.000000000 +0500
+++ mpb-1.11.1/debian/changelog	2024-04-11 23:13:16.000000000 +0500
@@ -1,3 +1,10 @@
+mpb (1.11.1-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066421).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Thu, 11 Apr 2024 23:13:16 +0500
+
 mpb (1.11.1-5) unstable; urgency=medium
 
   * debian/control: bump Standards Version to 4.6.1 (no changes)
diff -Nru mpb-1.11.1/debian/patches/18-fix-implicit-function-declaration.patch mpb-1.11.1/debian/patches/18-fix-implicit-function-declaration.patch
--- mpb-1.11.1/debian/patches/18-fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ mpb-1.11.1/debian/patches/18-fix-implicit-function-declaration.patch	2024-04-11 23:11:20.000000000 +0500
@@ -0,0 +1,53 @@
+Description: Add missing header includes.
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066421
+Last-Update: 2024-04-11
+
+Index: mpb-1.11.1/mpb/fields.c
+===================================================================
+--- mpb-1.11.1.orig/mpb/fields.c
++++ mpb-1.11.1/mpb/fields.c
+@@ -20,6 +20,7 @@
+ #include <math.h>
+ #include <ctype.h>
+ #include <stddef.h>
++#include <string.h>
+ 
+ #include "config.h"
+ #include <check.h>
+Index: mpb-1.11.1/mpb/field-smob.c
+===================================================================
+--- mpb-1.11.1.orig/mpb/field-smob.c
++++ mpb-1.11.1/mpb/field-smob.c
+@@ -17,6 +17,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ 
+ #include "config.h"
+ 
+Index: mpb-1.11.1/mpb/material_grid.c
+===================================================================
+--- mpb-1.11.1.orig/mpb/material_grid.c
++++ mpb-1.11.1/mpb/material_grid.c
+@@ -18,6 +18,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
++#include <string.h>
+ 
+ #include "config.h"
+ #include <check.h>
+Index: mpb-1.11.1/mpb/material_grid_opt.c
+===================================================================
+--- mpb-1.11.1.orig/mpb/material_grid_opt.c
++++ mpb-1.11.1/mpb/material_grid_opt.c
+@@ -20,6 +20,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
++#include <string.h>
+ 
+ #include "config.h"
+ #include <mpiglue.h>
diff -Nru mpb-1.11.1/debian/patches/series mpb-1.11.1/debian/patches/series
--- mpb-1.11.1/debian/patches/series	2022-12-15 02:17:01.000000000 +0500
+++ mpb-1.11.1/debian/patches/series	2024-04-11 23:01:11.000000000 +0500
@@ -15,5 +15,6 @@
 14-mpb-mpb.1.patch
 15-mpb-mpb-split.1.patch
 16-utils-mpb-data.1.patch
+18-fix-implicit-function-declaration.patch
 
 zzz-blas-problem-on-mipsel.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to