From: Russ Allbery Date: Wed, 24 Jun 2009 05:43:08 +0000 (-0700) Subject: Further clarification for Installed-Size X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=945f8c2afd8203709740ec7941b4769b1dd18115;p=debian%2Fdebian-policy.git Further clarification for Installed-Size Specify that the value is rounded up since that's what du does, and move the parentheses to be clearer. --- diff --git a/policy.sgml b/policy.sgml index b09bb5d..27de758 100644 --- a/policy.sgml +++ b/policy.sgml @@ -3292,8 +3292,8 @@ Package: libc6

The disk space is given as the integer value of the installed - size divided by 1024 and rounded (in other words, the size in - kibibytes). + size divided by 1024 (in other words, the size in kibibytes) + and rounded up.