Control: tags 1066303 + patch
Control: tags 1066303 + pending

Dear maintainer,

I've prepared an NMU for polylib (versioned as 5.22.5-4.1+dfsg) and
uploaded it to unstable.

Regards.


-- 
WBR, wRAR
diff -Nru polylib-5.22.5/debian/changelog polylib-5.22.5/debian/changelog
--- polylib-5.22.5/debian/changelog	2018-01-26 20:47:38.000000000 +0500
+++ polylib-5.22.5/debian/changelog	2024-03-16 20:05:30.000000000 +0500
@@ -1,3 +1,10 @@
+polylib (5.22.5-4.1+dfsg) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066303).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Sat, 16 Mar 2024 20:05:30 +0500
+
 polylib (5.22.5-4+dfsg) unstable; urgency=medium
 
   * Team upload.
diff -Nru polylib-5.22.5/debian/patches/fix-implicit-function-declaration.patch polylib-5.22.5/debian/patches/fix-implicit-function-declaration.patch
--- polylib-5.22.5/debian/patches/fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ polylib-5.22.5/debian/patches/fix-implicit-function-declaration.patch	2024-03-16 20:05:30.000000000 +0500
@@ -0,0 +1,19 @@
+Description: Add missing forward declarations.
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066303
+Last-Update: 2024-03-16
+
+--- polylib-5.22.5.orig/applications/testCompressParms.c
++++ polylib-5.22.5/applications/testCompressParms.c
+@@ -42,6 +42,11 @@
+ 
+ #define maxRays 200
+ 
++int test_Constraints_Remove_parm_eqs(Matrix * A, Matrix * B);
++int test_Polyhedron_Remove_parm_eqs(Matrix * A, Matrix * B);
++int test_Constraints_fullDimensionize(Matrix * A, Matrix * B,
++              unsigned int nbSamples);
++
+ const char *origNames[] =
+ 	{"n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"};
+ 
diff -Nru polylib-5.22.5/debian/patches/series polylib-5.22.5/debian/patches/series
--- polylib-5.22.5/debian/patches/series	1970-01-01 05:00:00.000000000 +0500
+++ polylib-5.22.5/debian/patches/series	2024-03-16 20:05:30.000000000 +0500
@@ -0,0 +1 @@
+fix-implicit-function-declaration.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to