From 84e93c9e233357ae4b7aa9242cda7179f3a79660 Mon Sep 17 00:00:00 2001 From: luoyaoming Date: Wed, 24 Apr 2024 09:12:02 +0800 Subject: [PATCH] changed debian/source/format to native --- ...ssage-to-show-Debian-specific-inform.patch | 22 ------------------- debian/patches/series | 1 - debian/source/format | 2 +- 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 debian/patches/debian/Change-EPERM-error-message-to-show-Debian-specific-inform.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/debian/Change-EPERM-error-message-to-show-Debian-specific-inform.patch b/debian/patches/debian/Change-EPERM-error-message-to-show-Debian-specific-inform.patch deleted file mode 100644 index 788d158..0000000 --- a/debian/patches/debian/Change-EPERM-error-message-to-show-Debian-specific-inform.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Simon McVittie -Date: Fri, 1 Jan 2021 15:03:27 +0000 -Subject: Change EPERM error message to show Debian-specific information - -Forwarded: not-needed ---- - bubblewrap.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/bubblewrap.c b/bubblewrap.c -index 9b78a9a..1ea16c9 100644 ---- a/bubblewrap.c -+++ b/bubblewrap.c -@@ -2905,7 +2905,7 @@ main (int argc, - if (errno == EINVAL) - die ("Creating new namespace failed, likely because the kernel does not support user namespaces. bwrap must be installed setuid on such systems."); - else if (errno == EPERM && !is_privileged) -- die ("No permissions to creating new namespace, likely because the kernel does not allow non-privileged user namespaces. On e.g. debian this can be enabled with 'sysctl kernel.unprivileged_userns_clone=1'."); -+ die ("No permissions to create new namespace, likely because the kernel does not allow non-privileged user namespaces. See or ."); - } - - if (errno == ENOSPC) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 4e2353c..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -debian/Change-EPERM-error-message-to-show-Debian-specific-inform.patch diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)