Version in base suite: 0~20070801-5 Base version: switchsh_0~20070801-5 Target version: switchsh_0~20070801-5+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/s/switchsh/switchsh_0~20070801-5.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/s/switchsh/switchsh_0~20070801-5+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/tmp4ehktemd/switchsh_0~20070801-5.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp4ehktemd/switchsh_0~20070801-5+deb13u1.dsc: no acceptable signature found diff -Nru switchsh-0~20070801/debian/changelog switchsh-0~20070801/debian/changelog --- switchsh-0~20070801/debian/changelog 2024-11-01 08:52:01.000000000 +0000 +++ switchsh-0~20070801/debian/changelog 2026-09-19 20:35:15.000000000 +0000 @@ -1,3 +1,13 @@ +switchsh (0~20070801-5+deb13u1) trixie; urgency=medium + + * Non-maintainer upload + + [ Adrian Bunk ] + * debian/patches/open.patch: Include to fix FTBFS caused by + implicit declaration of open() (closes: #1136783) + + -- Aurelien Jarno Sat, 19 Sep 2026 22:35:15 +0200 + switchsh (0~20070801-5) unstable; urgency=medium [ наб ] diff -Nru switchsh-0~20070801/debian/patches/open.patch switchsh-0~20070801/debian/patches/open.patch --- switchsh-0~20070801/debian/patches/open.patch 1970-01-01 00:00:00.000000000 +0000 +++ switchsh-0~20070801/debian/patches/open.patch 2026-09-19 20:35:15.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Fix FTBFS +Author: Adrian Bunk +Bug-Debian: https://bugs.debian.org/1136783 + +--- switchsh-0~20070801.orig/switchsh.c ++++ switchsh-0~20070801/switchsh.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include /* syscall */ diff -Nru switchsh-0~20070801/debian/patches/series switchsh-0~20070801/debian/patches/series --- switchsh-0~20070801/debian/patches/series 2024-11-01 08:52:01.000000000 +0000 +++ switchsh-0~20070801/debian/patches/series 2026-09-19 20:35:15.000000000 +0000 @@ -3,3 +3,4 @@ remount_rootfs_rslave.patch 0004-Don-t-fork-just-exec-directly.patch 0005-Try-to-bind-mount-over-bin-sh-instead-of-over-realpa.patch +open.patch