Version in base suite: 2.6.1-1 Base version: oar_2.6.1-1 Target version: oar_2.6.1-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/o/oar/oar_2.6.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/o/oar/oar_2.6.1-1+deb13u1.dsc changelog | 10 ++++++++++ patches/open.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 25 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpc4ayow63/oar_2.6.1-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpc4ayow63/oar_2.6.1-1+deb13u1.dsc: no acceptable signature found diff -Nru oar-2.6.1/debian/changelog oar-2.6.1/debian/changelog --- oar-2.6.1/debian/changelog 2025-03-24 13:50:27.000000000 +0000 +++ oar-2.6.1/debian/changelog 2026-09-19 20:02:42.000000000 +0000 @@ -1,3 +1,13 @@ +oar (2.6.1-1+deb13u1) trixie; urgency=medium + + * Non-maintainer upload + + [ Adrian Bunk ] + * debian/patches/open.patch: Include to fix FTBFS caused by + implicit declaration of open(). Closes: #1136780 + + -- Aurelien Jarno Sat, 19 Sep 2026 22:02:42 +0200 + 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 00:00:00.000000000 +0000 +++ oar-2.6.1/debian/patches/open.patch 2026-09-19 20:02:42.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Fix FTBFS +Author: Adrian Bunk +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 + #include + #include ++#include + #include + #include + #include 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 13:50:27.000000000 +0000 +++ oar-2.6.1/debian/patches/series 2026-09-19 20:02:42.000000000 +0000 @@ -0,0 +1 @@ +open.patch