Control: tags 1141351 + patch
Control: tags 1141351 + pending

Dear maintainer,

I've prepared an NMU for apitrace (versioned as 13.0+repack-1.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should
cancel it.

cu
Adrian
diffstat for apitrace-13.0+repack apitrace-13.0+repack

 changelog               |    7 +++++++
 patches/libproc-2.patch |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff -Nru apitrace-13.0+repack/debian/changelog apitrace-13.0+repack/debian/changelog
--- apitrace-13.0+repack/debian/changelog	2025-11-10 17:46:32.000000000 +0200
+++ apitrace-13.0+repack/debian/changelog	2026-07-12 12:01:15.000000000 +0300
@@ -1,3 +1,10 @@
+apitrace (13.0+repack-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with procps 4.0.6. (Closes: #1141351)
+
+ -- Adrian Bunk <[email protected]>  Sun, 12 Jul 2026 12:01:15 +0300
+
 apitrace (13.0+repack-1) unstable; urgency=medium
 
   [ David Heidelberg ]
diff -Nru apitrace-13.0+repack/debian/patches/libproc-2.patch apitrace-13.0+repack/debian/patches/libproc-2.patch
--- apitrace-13.0+repack/debian/patches/libproc-2.patch	2025-11-10 17:41:52.000000000 +0200
+++ apitrace-13.0+repack/debian/patches/libproc-2.patch	2026-07-12 12:01:11.000000000 +0300
@@ -31,7 +31,7 @@
 +        if (
 +            (procps_pids_new(&info, Item, 1) == 0) &&
 +            ((stack = fatal_proc_unmounted(info, 1)) == NULL)) {
-+            value = PIDS_VAL(0, ul_int, stack, info);
++            value = PIDS_VAL(0, ul_int, stack);
 +        }
 +        procps_pids_unref(&info);
 +        return value;
@@ -46,7 +46,7 @@
 +        if (
 +            (procps_pids_new(&info, Item, 1) == 0) &&
 +            ((stack = fatal_proc_unmounted(info, 1)) == NULL)) {
-+            value = PIDS_VAL(0, ul_int, stack, info);
++            value = PIDS_VAL(0, ul_int, stack);
 +        }
 +        procps_pids_unref(&info);
 +        return value;

Reply via email to