]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Further clarification for Installed-Size
authorRuss Allbery <rra@debian.org>
Wed, 24 Jun 2009 05:43:08 +0000 (22:43 -0700)
committerRuss Allbery <rra@debian.org>
Wed, 24 Jun 2009 05:43:08 +0000 (22:43 -0700)
Specify that the value is rounded up since that's what du does, and
move the parentheses to be clearer.

policy.sgml

index b09bb5d59c520759a4483f9ce2b106b2fe725d03..27de758229354f4891bc3cf1b45c5a415947cd77 100644 (file)
@@ -3292,8 +3292,8 @@ Package: libc6
 
          <p>
            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.
          </p>
        </sect1>