Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / app 
/ apitrace


Commits:
0341d5d6 by Emilio Pozuelo Monfort at 2026-07-14T12:17:39+02:00
Import NMU 13.0+repack-1.1

- - - - -


2 changed files:

- debian/changelog
- debian/patches/libproc-2.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -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 ]


=====================================
debian/patches/libproc-2.patch
=====================================
@@ -31,7 +31,7 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
 +        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 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
 +        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;



View it on GitLab: 
https://salsa.debian.org/xorg-team/app/apitrace/-/commit/0341d5d664ce3dbb1599c5def069a012313329f5

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/apitrace/-/commit/0341d5d664ce3dbb1599c5def069a012313329f5
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to