Control: tags 1136780 + patch Control: tags 1136780 + pending Dear maintainer,
I've prepared an NMU for oar (versioned as 2.6.1-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for oar-2.6.1 oar-2.6.1 changelog | 7 +++++++ patches/open.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru oar-2.6.1/debian/changelog oar-2.6.1/debian/changelog --- oar-2.6.1/debian/changelog 2025-03-24 15:50:27.000000000 +0200 +++ oar-2.6.1/debian/changelog 2026-06-13 08:03:30.000000000 +0300 @@ -1,3 +1,10 @@ +oar (2.6.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS. (Closes: #1136780) + + -- Adrian Bunk <[email protected]> Sat, 13 Jun 2026 08:03:30 +0300 + oar (2.6.1-1) unstable; urgency=medium * New upstream release diff -Nru oar-2.6.1/debian/patches/open.patch oar-2.6.1/debian/patches/open.patch --- oar-2.6.1/debian/patches/open.patch 1970-01-01 02:00:00.000000000 +0200 +++ oar-2.6.1/debian/patches/open.patch 2026-06-13 08:03:30.000000000 +0300 @@ -0,0 +1,14 @@ +Description: Fix FTBFS +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1136780 + +--- oar-2.6.1.orig/sources/core/tools/oarcgdev/oarcgdev.c.in ++++ oar-2.6.1/sources/core/tools/oarcgdev/oarcgdev.c.in +@@ -3,6 +3,7 @@ + #include <stdlib.h> + #include <errno.h> + #include <assert.h> ++#include <fcntl.h> + #include <bpf/bpf.h> + #include <bpf/libbpf.h> + #include <sys/sysmacros.h> diff -Nru oar-2.6.1/debian/patches/series oar-2.6.1/debian/patches/series --- oar-2.6.1/debian/patches/series 2025-03-24 15:50:27.000000000 +0200 +++ oar-2.6.1/debian/patches/series 2026-06-13 08:03:30.000000000 +0300 @@ -0,0 +1 @@ +open.patch

