Control: tags 1066515 + patch
Control: tags 1066515 + pending

Dear maintainer,

I've prepared an NMU for pmount (versioned as 0.9.23-7.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
WBR, wRAR
diff -Nru pmount-0.9.23/debian/changelog pmount-0.9.23/debian/changelog
--- pmount-0.9.23/debian/changelog	2023-09-14 12:58:36.000000000 +0500
+++ pmount-0.9.23/debian/changelog	2024-03-15 23:43:49.000000000 +0500
@@ -1,3 +1,10 @@
+pmount (0.9.23-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066515).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Fri, 15 Mar 2024 23:43:49 +0500
+
 pmount (0.9.23-7) unstable; urgency=medium
 
   * New maintainer. Closes: #689854
diff -Nru pmount-0.9.23/debian/patches/fix-implicit-function-declaration.patch pmount-0.9.23/debian/patches/fix-implicit-function-declaration.patch
--- pmount-0.9.23/debian/patches/fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ pmount-0.9.23/debian/patches/fix-implicit-function-declaration.patch	2024-03-15 23:43:49.000000000 +0500
@@ -0,0 +1,18 @@
+Description: Add missing header includes.
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066515
+Last-Update: 2024-03-15
+
+Index: pmount-0.9.23/src/luks.c
+===================================================================
+--- pmount-0.9.23.orig/src/luks.c
++++ pmount-0.9.23/src/luks.c
+@@ -16,6 +16,8 @@
+ #include <limits.h>
+ #include <sys/stat.h>
+ #include <libintl.h>
++#include <fcntl.h>
++#include <unistd.h>
+ 
+ 
+ /* If CRYPTSETUP_RUID is set, we run cryptsetup with ruid = euid = 0.
diff -Nru pmount-0.9.23/debian/patches/series pmount-0.9.23/debian/patches/series
--- pmount-0.9.23/debian/patches/series	2023-09-14 12:58:36.000000000 +0500
+++ pmount-0.9.23/debian/patches/series	2024-03-15 23:43:32.000000000 +0500
@@ -1,3 +1,4 @@
 01-man-plugdev.diff
 10_fix-spelling-binary-errors.patch
 20_fix-spelling-manpage-error.patch
+fix-implicit-function-declaration.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to