From 14d5ddc28d01f2473cc4b0f227f8292679d5f3c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 17 May 2024 19:03:17 +0200 Subject: Merging debian version 1.5.0-2. Signed-off-by: Daniel Baumann --- debian/patches/installed_size.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/installed_size.patch (limited to 'debian/patches/installed_size.patch') diff --git a/debian/patches/installed_size.patch b/debian/patches/installed_size.patch new file mode 100644 index 0000000..9a3b860 --- /dev/null +++ b/debian/patches/installed_size.patch @@ -0,0 +1,11 @@ +--- a/mmdebstrap ++++ b/mmdebstrap +@@ -4453,7 +4453,7 @@ sub approx_disk_usage { + find({ wanted => $scan_installed_size, no_chdir => 1 }, $directory); + + # because the above is only a heuristic we add 10% extra for good measure +- return int($installed_size * 1.1); ++ return int($installed_size * 1.2); + } + + sub main() { -- cgit v1.2.3