Control: tags 1066556 + patch
Control: tags 1066556 + pending

Dear maintainer,

I've prepared an NMU for libdrpm (versioned as 0.5.1-1.1) and
uploaded it to DELAYED/4. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
WBR, wRAR
diff -Nru libdrpm-0.5.1/debian/changelog libdrpm-0.5.1/debian/changelog
--- libdrpm-0.5.1/debian/changelog	2022-09-09 11:08:12.000000000 +0500
+++ libdrpm-0.5.1/debian/changelog	2024-03-16 20:17:44.000000000 +0500
@@ -1,3 +1,10 @@
+libdrpm (0.5.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066556).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Sat, 16 Mar 2024 20:17:44 +0500
+
 libdrpm (0.5.1-1) unstable; urgency=medium
 
   * Declare compliance with Policy 4.6.1 with no changes.
diff -Nru libdrpm-0.5.1/debian/patches/fix-implicit-function-declaration.patch libdrpm-0.5.1/debian/patches/fix-implicit-function-declaration.patch
--- libdrpm-0.5.1/debian/patches/fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ libdrpm-0.5.1/debian/patches/fix-implicit-function-declaration.patch	2024-03-16 20:17:44.000000000 +0500
@@ -0,0 +1,15 @@
+Description: Add missing header includes.
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066556
+Last-Update: 2024-03-16
+
+--- libdrpm-0.5.1.orig/src/drpm_write.c
++++ libdrpm-0.5.1/src/drpm_write.c
+@@ -24,6 +24,7 @@
+ #include <stdio.h>
+ #include <stdint.h>
+ #include <fcntl.h>
++#include <string.h>
+ #include <openssl/evp.h>
+ #include <openssl/md5.h>
+ #include <rpm/rpmlib.h>
diff -Nru libdrpm-0.5.1/debian/patches/series libdrpm-0.5.1/debian/patches/series
--- libdrpm-0.5.1/debian/patches/series	2022-09-09 11:08:12.000000000 +0500
+++ libdrpm-0.5.1/debian/patches/series	2024-03-16 20:17:44.000000000 +0500
@@ -1 +1,2 @@
 openssl-evp.patch
+fix-implicit-function-declaration.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to