summaryrefslogtreecommitdiffstats
path: root/debian/patches/installed_size.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:03:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 14:03:27 +0000
commitedd61911d1bdc66210f36b5ae8c443a9cc1d8326 (patch)
tree4387a8520907ac6164e4159fe8e2e018b7ec53d5 /debian/patches/installed_size.patch
parentMerging upstream version 1.5.1. (diff)
downloadmmdebstrap-edd61911d1bdc66210f36b5ae8c443a9cc1d8326.tar.xz
mmdebstrap-edd61911d1bdc66210f36b5ae8c443a9cc1d8326.zip
Merging debian version 1.5.1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/installed_size.patch')
-rw-r--r--debian/patches/installed_size.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/patches/installed_size.patch b/debian/patches/installed_size.patch
deleted file mode 100644
index 9a3b860..0000000
--- a/debian/patches/installed_size.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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() {