Control: tags 1066649 + patch
Control: tags 1066649 + pending

Dear maintainer,

I've prepared an NMU for libtritonus-java (versioned as 20070428-14.2) and
uploaded it to unstable.

Regards.


-- 
WBR, wRAR
diff -Nru libtritonus-java-20070428/debian/changelog libtritonus-java-20070428/debian/changelog
--- libtritonus-java-20070428/debian/changelog	2020-01-27 04:28:23.000000000 +0500
+++ libtritonus-java-20070428/debian/changelog	2024-03-29 00:44:52.000000000 +0500
@@ -1,3 +1,10 @@
+libtritonus-java (20070428-14.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066649).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Fri, 29 Mar 2024 00:44:52 +0500
+
 libtritonus-java (20070428-14.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libtritonus-java-20070428/debian/patches/fix-implicit-function-declaration.patch libtritonus-java-20070428/debian/patches/fix-implicit-function-declaration.patch
--- libtritonus-java-20070428/debian/patches/fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ libtritonus-java-20070428/debian/patches/fix-implicit-function-declaration.patch	2024-03-29 00:44:52.000000000 +0500
@@ -0,0 +1,29 @@
+Description: Add missing header includes.
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066649
+Last-Update: 2024-03-28
+
+Index: libtritonus-java-20070428/src/lib/pvorbis/org_tritonus_lowlevel_pogg_Buffer.c
+===================================================================
+--- libtritonus-java-20070428.orig/src/lib/pvorbis/org_tritonus_lowlevel_pogg_Buffer.c
++++ libtritonus-java-20070428/src/lib/pvorbis/org_tritonus_lowlevel_pogg_Buffer.c
+@@ -24,6 +24,7 @@
+ |<---            this code is formatted to fit into 80 columns             --->|
+ */
+ 
++#include <string.h>
+ #include "common.h"
+ #include "org_tritonus_lowlevel_pogg_Buffer.h"
+ 
+Index: libtritonus-java-20070428/src/lib/pvorbis/org_tritonus_lowlevel_pogg_Packet.c
+===================================================================
+--- libtritonus-java-20070428.orig/src/lib/pvorbis/org_tritonus_lowlevel_pogg_Packet.c
++++ libtritonus-java-20070428/src/lib/pvorbis/org_tritonus_lowlevel_pogg_Packet.c
+@@ -24,6 +24,7 @@
+ |<---            this code is formatted to fit into 80 columns             --->|
+ */
+ 
++#include <string.h>
+ #include "common.h"
+ #include "org_tritonus_lowlevel_pogg_Packet.h"
+ 
diff -Nru libtritonus-java-20070428/debian/patches/series libtritonus-java-20070428/debian/patches/series
--- libtritonus-java-20070428/debian/patches/series	2020-01-27 04:28:02.000000000 +0500
+++ libtritonus-java-20070428/debian/patches/series	2024-03-29 00:44:52.000000000 +0500
@@ -9,3 +9,4 @@
 java10-compatibility.diff
 bump-java-to-1.6.patch
 fluidsynth2.patch
+fix-implicit-function-declaration.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to