Control: tags 1136783 + patch Control: tags 1136783 + pending Dear maintainer,
I've prepared an NMU for switchsh (versioned as 0~20070801-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for switchsh-0~20070801 switchsh-0~20070801 changelog | 7 +++++++ patches/open.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru switchsh-0~20070801/debian/changelog switchsh-0~20070801/debian/changelog --- switchsh-0~20070801/debian/changelog 2024-11-01 10:52:01.000000000 +0200 +++ switchsh-0~20070801/debian/changelog 2026-06-13 08:10:23.000000000 +0300 @@ -1,3 +1,10 @@ +switchsh (0~20070801-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS. (Closes: #1136783) + + -- Adrian Bunk <[email protected]> Sat, 13 Jun 2026 08:10:23 +0300 + 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 02:00:00.000000000 +0200 +++ switchsh-0~20070801/debian/patches/open.patch 2026-06-13 08:10:23.000000000 +0300 @@ -0,0 +1,14 @@ +Description: Fix FTBFS +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1136783 + +--- switchsh-0~20070801.orig/switchsh.c ++++ switchsh-0~20070801/switchsh.c +@@ -21,6 +21,7 @@ + #include <unistd.h> + #include <string.h> + #include <errno.h> ++#include <fcntl.h> + #include <pwd.h> + #include <grp.h> + #include <sys/syscall.h> /* syscall */ diff -Nru switchsh-0~20070801/debian/patches/series switchsh-0~20070801/debian/patches/series --- switchsh-0~20070801/debian/patches/series 2024-11-01 10:52:01.000000000 +0200 +++ switchsh-0~20070801/debian/patches/series 2026-06-13 08:10:23.000000000 +0300 @@ -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

